-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] engenere_partner_sales_info: new group to see sales analysis
- Loading branch information
1 parent
aeda417
commit c4831fe
Showing
4 changed files
with
29 additions
and
7 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
13 changes: 13 additions & 0 deletions
13
engenere_partner_sales_info/security/partner_sales_analysis_security.xml
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<odoo> | ||
<record id="group_partner_sales_analysis" model="res.groups"> | ||
<field name="name">Partner Sales Analysis</field> | ||
<field name="category_id" ref="base.module_category_sales_management" /> | ||
</record> | ||
|
||
<record id="base.group_system" model="res.groups"> | ||
<field | ||
name="implied_ids" | ||
eval="[(4, ref('engenere_partner_sales_info.group_partner_sales_analysis'))]" | ||
/> | ||
</record> | ||
</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