berechtigung 'start_balance' korrigiert
This commit is contained in:
parent
ab43044f64
commit
5729ed0a07
1 changed files with 1 additions and 1 deletions
2
book.xml
2
book.xml
|
@ -422,7 +422,7 @@ full copyright notices and license terms. -->
|
||||||
<field name="field"
|
<field name="field"
|
||||||
search="[('model.model', '=', 'cashbook.book'), ('name', '=', 'start_balance')]"/>
|
search="[('model.model', '=', 'cashbook.book'), ('name', '=', 'start_balance')]"/>
|
||||||
<field name="group" ref="group_cashbook"/>
|
<field name="group" ref="group_cashbook"/>
|
||||||
<field name="perm_read" eval="False"/>
|
<field name="perm_read" eval="True"/>
|
||||||
<field name="perm_write" eval="False"/>
|
<field name="perm_write" eval="False"/>
|
||||||
</record>
|
</record>
|
||||||
<record model="ir.model.field.access" id="fa_book-currency-group_cashbook">
|
<record model="ir.model.field.access" id="fa_book-currency-group_cashbook">
|
||||||
|
|
Loading…
Reference in a new issue