report ok, auf book und line

berechtigungen optimiert
This commit is contained in:
Frederik Jaeckel 2022-08-17 17:16:23 +02:00
parent 70038eb15e
commit ab43044f64
21 changed files with 1339 additions and 115 deletions

View file

@ -11,6 +11,9 @@ full copyright notices and license terms. -->
<record model="ir.message" id="msg_name_cashbook">
<field name="text">Cashbook</field>
</record>
<record model="ir.message" id="msg_name_reconciliation">
<field name="text">Reconciliation</field>
</record>
<record model="ir.message" id="msg_line_wrong_state_value">
<field name="text">Invalid value of the field 'Status', allowed: edit, check, done.</field>
</record>
@ -92,6 +95,9 @@ full copyright notices and license terms. -->
<record model="ir.message" id="msg_line_denywf_by_reference">
<field name="text">The current line is managed by the cashbook line '%(recname)s', cashbook: '%(cbook)s'.</field>
</record>
<record model="ir.message" id="msg_rep_reconciliation_fname">
<field name="text">%(recname)s Reconciliation from %(date_from)s to %(date_to)s</field>
</record>
</data>
</tryton>