-
-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] account_budget_oca 15.0 & dependencies:
- Add analytic dependency - Add l10n_generic_coa dependency - Fix tags of tests
- Loading branch information
Showing
7 changed files
with
31 additions
and
28 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 |
---|---|---|
|
@@ -3,3 +3,5 @@ | |
* Oihane Crucelaegui <[email protected]> | ||
* Alberto Martín Cortada <[email protected]> | ||
* Freni Patel <[email protected]> | ||
* `Greenice <https://www.greenice.com>`_: | ||
* Fernando La Chica <[email protected]> |
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,34 +1,32 @@ | ||
<odoo> | ||
<data noupdate="1"> | ||
<odoo noupdate="1"> | ||
<record id="budget_post_comp_rule" model="ir.rule"> | ||
<field name="name">Budget post multi-company</field> | ||
<field name="model_id" ref="model_account_budget_post" /> | ||
<field name="global" eval="True" /> | ||
<field | ||
name="domain_force" | ||
>['|',('company_id','=',False),('company_id','in',company_ids)]</field> | ||
name="domain_force" | ||
>['|',('company_id','=',False),('company_id','in',company_ids)]</field> | ||
</record> | ||
<record id="budget_comp_rule" model="ir.rule"> | ||
<field name="name">Budget multi-company</field> | ||
<field name="model_id" ref="model_crossovered_budget" /> | ||
<field name="global" eval="True" /> | ||
<field | ||
name="domain_force" | ||
>['|',('company_id','=',False),('company_id','in',company_ids)]</field> | ||
name="domain_force" | ||
>['|',('company_id','=',False),('company_id','in',company_ids)]</field> | ||
</record> | ||
<record id="budget_lines_comp_rule" model="ir.rule"> | ||
<field name="name">Budget lines multi-company</field> | ||
<field name="model_id" ref="model_crossovered_budget_lines" /> | ||
<field name="global" eval="True" /> | ||
<field | ||
name="domain_force" | ||
>['|',('company_id','=',False),('company_id','in',company_ids)]</field> | ||
name="domain_force" | ||
>['|',('company_id','=',False),('company_id','in',company_ids)]</field> | ||
</record> | ||
<record id="base.user_root" model="res.users"> | ||
<field | ||
name="groups_id" | ||
eval="[(4,ref('analytic.group_analytic_accounting'))]" | ||
/> | ||
name="groups_id" | ||
eval="[(4,ref('analytic.group_analytic_accounting'))]" | ||
/> | ||
</record> | ||
</data> | ||
</odoo> |
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