create group_golem_auditor

This commit is contained in:
Youssef Elouahby 2020-05-20 13:43:18 +00:00
parent 73f53fdec3
commit dec23148ae
1 changed files with 11 additions and 0 deletions

View File

@ -30,6 +30,17 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
ref('base.group_partner_manager'),
ref('account.group_account_invoice')])]"/>
</record>
<record id="group_golem_auditor" model="res.groups">
<field name="name">GOLEM Auditor</field>
<field name="category_id" ref="base.module_category_golem"/>
<field name="implied_ids"
eval="[(4,
[ref('base.group_user'),
ref('base.group_partner_manager'),
ref('account.group_account_invoice')])]"/>
</record>
<record id="group_golem_manager" model="res.groups">
<field name="name">GOLEM Manager</field>
<field name="category_id" ref="base.module_category_golem"/>