line: quantity_balance, validate,

reconciliation: start/end-quantity
todo: tests
This commit is contained in:
Frederik Jaeckel 2022-12-31 16:15:23 +01:00
parent e94a869166
commit f86db6dea3
11 changed files with 484 additions and 140 deletions

View file

@ -8,6 +8,12 @@ full copyright notices and license terms. -->
<record model="ir.message" id="msg_btype_asset">
<field name="text">Asset</field>
</record>
<record model="ir.message" id="msg_line_quantity_not_set">
<field name="text">Quantity must be set for line '%(linetxt)s'.</field>
</record>
<record model="ir.message" id="msg_line_sign_mismatch">
<field name="text">Quantity and Amount must with same sign for line %(linetxt)s.</field>
</record>
</data>
</tryton>