[IMP] base_global_discount: add specific security group

This way, it will be easier to decide who can set discount or not. The
current group scope is too broad.

[UPD] Update base_global_discount.pot
This commit is contained in:
david
2020-12-11 16:38:12 +01:00
committed by ferran-73
parent aee312663f
commit 20b56674bc
10 changed files with 63 additions and 4 deletions

View File

@@ -13,4 +13,8 @@
<field name="perm_write" eval="1" />
<field name="perm_unlink" eval="1" />
</record>
<record id="group_global_discount" model="res.groups">
<field name="name">Manage Global Discounts</field>
<field name="category_id" ref="base.module_category_hidden" />
</record>
</odoo>