book: Feld 'start_date' + test,
line: balance-berechnung mit abstimmung gekoppelt + test, abstimmung: start/enddatum automatisch
This commit is contained in:
parent
5729ed0a07
commit
91a34e216b
13 changed files with 446 additions and 20 deletions
3
book.xml
3
book.xml
|
@ -145,6 +145,7 @@ full copyright notices and license terms. -->
|
|||
<record model="ir.model.button" id="book_wfopen_button">
|
||||
<field name="name">wfopen</field>
|
||||
<field name="string">Open</field>
|
||||
<field name="help">An open cashbook can be edited.</field>
|
||||
<field name="model" search="[('model', '=', 'cashbook.book')]"/>
|
||||
</record>
|
||||
<record model="ir.model.button-res.group"
|
||||
|
@ -157,6 +158,7 @@ full copyright notices and license terms. -->
|
|||
<record model="ir.model.button" id="book_wfclosed_button">
|
||||
<field name="name">wfclosed</field>
|
||||
<field name="string">Close</field>
|
||||
<field name="help">A closed cashbook can no longer be booked. However, it can be reopened afterwards.</field>
|
||||
<field name="model" search="[('model', '=', 'cashbook.book')]"/>
|
||||
</record>
|
||||
<record model="ir.model.button-res.group"
|
||||
|
@ -169,6 +171,7 @@ full copyright notices and license terms. -->
|
|||
<record model="ir.model.button" id="book_wfarchive_button">
|
||||
<field name="name">wfarchive</field>
|
||||
<field name="string">Archive</field>
|
||||
<field name="help">An archived cashbook is locked.</field>
|
||||
<field name="model" search="[('model', '=', 'cashbook.book')]"/>
|
||||
</record>
|
||||
<record model="ir.model.button-res.group"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue