mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 13:52:05 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -0,0 +1,29 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<data>
|
||||
<record id="group_changeset_manager" model="res.groups">
|
||||
<field name="name">Changeset Configuration</field>
|
||||
<field
|
||||
name="comment"
|
||||
>The user will have an access to the configuration of the changeset rules.</field>
|
||||
</record>
|
||||
<record id="group_changeset_user" model="res.groups">
|
||||
<field name="name">Changeset Validations</field>
|
||||
<field
|
||||
name="comment"
|
||||
>The user will be able to apply or reject changes.</field>
|
||||
</record>
|
||||
</data>
|
||||
<data noupdate="1">
|
||||
<record id="group_changeset_manager" model="res.groups">
|
||||
<field
|
||||
name="users"
|
||||
eval="[Command.link(ref('base.user_root')), Command.link(ref('base.user_admin'))]"
|
||||
/>
|
||||
<field
|
||||
name="implied_ids"
|
||||
eval="[Command.link(ref('group_changeset_user'))]"
|
||||
/>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue