You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
742 B
19 lines
742 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<openerp>
|
|
<data>
|
|
|
|
<record id="group_revision_manager" model="res.groups">
|
|
<field name="name">Revision Configuration</field>
|
|
<field name="comment">The user will have an access to the configuration of the revision rules.</field>
|
|
<field name="users" eval="[(4, ref('base.user_root'))]"/>
|
|
</record>
|
|
|
|
<record id="group_revision_user" model="res.groups">
|
|
<field name="name">Revisions Validations </field>
|
|
<field name="comment">The user will be able to apply or reject revisions.</field>
|
|
<field name="implied_ids" eval="[(4, ref('group_revision_manager'))]"/>
|
|
<field name="users" eval="[(4, ref('base.user_root'))]"/>
|
|
</record>
|
|
|
|
</data>
|
|
</openerp>
|