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
|
@ -68,10 +68,10 @@ full copyright notices and license terms. -->
|
|||
<field name="perm_create" eval="False"/>
|
||||
<field name="perm_delete" eval="False"/>
|
||||
</record>
|
||||
<!-- admin: read/write -->
|
||||
<record model="ir.model.access" id="access_category-group_admin">
|
||||
<!-- group_cashbook_admin: read/write -->
|
||||
<record model="ir.model.access" id="access_category-group_cashbook_admin">
|
||||
<field name="model" search="[('model', '=', 'cashbook.category')]"/>
|
||||
<field name="group" ref="res.group_admin"/>
|
||||
<field name="group" ref="group_cashbook_admin"/>
|
||||
<field name="perm_read" eval="True"/>
|
||||
<field name="perm_write" eval="True"/>
|
||||
<field name="perm_create" eval="True"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue