report ok, auf book und line
berechtigungen optimiert
This commit is contained in:
parent
70038eb15e
commit
ab43044f64
21 changed files with 1339 additions and 115 deletions
|
@ -14,6 +14,14 @@ full copyright notices and license terms. -->
|
|||
<record model="res.group" id="group_cashbook_doneline">
|
||||
<field name="name">Cashbook - WF - Done</field>
|
||||
</record>
|
||||
<record model="res.group" id="group_cashbook_admin">
|
||||
<field name="name">Cashbook - Administrator</field>
|
||||
</record>
|
||||
|
||||
<record model="res.user-res.group" id="user_admin-group_cashbook_admin">
|
||||
<field name="user" ref="res.user_admin"/>
|
||||
<field name="group" ref="group_cashbook_admin"/>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</tryton>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue