-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] fiscal_company_base: Migration to 16.0 (from 12.0)
- full refactor of code. - create a dedicated OCA/multi-company module 'res_company_access_all_childs' to isolate code.
- Loading branch information
1 parent
a54b906
commit dfba0a5
Showing
24 changed files
with
495 additions
and
624 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
from . import models | ||
|
||
from .post_install import post_install_set_fiscal_company |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,10 +20,6 @@ Copyright (C) 2015-Today GRAP (http://www.grap.coop) | |
<record model="res.partner" id="partner_accountant"> | ||
<field name="name">Accountant User</field> | ||
<field name="email">[email protected]</field> | ||
<field name="customer" eval="False"/> | ||
<field name="supplier" eval="False"/> | ||
<field name="company_id" eval="False"/> | ||
<field name="active" eval="True"/> | ||
</record> | ||
|
||
<record model="res.users" id="user_accountant"> | ||
|
@@ -42,10 +38,6 @@ Copyright (C) 2015-Today GRAP (http://www.grap.coop) | |
<record model="res.partner" id="partner_worker"> | ||
<field name="name">Worker User</field> | ||
<field name="email">[email protected]</field> | ||
<field name="customer" eval="False"/> | ||
<field name="supplier" eval="False"/> | ||
<field name="company_id" eval="False"/> | ||
<field name="active" eval="True"/> | ||
</record> | ||
|
||
<record model="res.users" id="user_worker"> | ||
|
@@ -58,5 +50,4 @@ Copyright (C) 2015-Today GRAP (http://www.grap.coop) | |
]"/> | ||
</record> | ||
|
||
|
||
</odoo> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.