book, line, category, types: berechtigung für company-user + test,
book: währung neu, line: buchungstyp, betrag, credit, debit, währung, sortierung
This commit is contained in:
parent
1a85b8e80e
commit
d57d76ba3b
20 changed files with 620 additions and 115 deletions
|
@ -18,10 +18,10 @@ full copyright notices and license terms. -->
|
|||
<field name="text">Invalid value of the field 'Status', allowed: open, closed, archive.</field>
|
||||
</record>
|
||||
<record model="ir.message" id="msg_book_deny_delete">
|
||||
<field name="text">The cash book '%(bookname)s' cannot be deleted because it contains %(booklines)s lines and is not in the status 'Archive'.</field>
|
||||
<field name="text">The cashbook '%(bookname)s' cannot be deleted because it contains %(booklines)s lines and is not in the status 'Archive'.</field>
|
||||
</record>
|
||||
<record model="ir.message" id="msg_book_deny_write">
|
||||
<field name="text">The cash book '%(bookname)s' is '%(state_txt)s' and cannot be changed.</field>
|
||||
<field name="text">The cashbook '%(bookname)s' is '%(state_txt)s' and cannot be changed.</field>
|
||||
</record>
|
||||
<record model="ir.message" id="msg_line_deny_delete1">
|
||||
<field name="text">The cashbook line '%(linetxt)s' cannot be deleted because the Cashbook '%(bookname)s' is in state '%(bookstate)s'.</field>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue