book: öffnet inhalt per aktionsknopf

This commit is contained in:
Frederik Jaeckel 2022-10-06 13:28:42 +02:00
parent 3073ce6f8d
commit 8910f26c99
6 changed files with 105 additions and 1 deletions

View file

@ -113,6 +113,9 @@ full copyright notices and license terms. -->
<record model="ir.message" id="msg_book_btype_with_lines">
<field name="text">The type cannot be deleted on the cash book '%(cbname)s' because it still contains %(numlines)s lines.</field>
</record>
<record model="ir.message" id="msg_book_no_type_noopen">
<field name="text">The cash book '%(bookname)s' has no type and therefore cannot be opened.</field>
</record>
</data>
</tryton>