line/mixin: umrechnung anzahl + tests

This commit is contained in:
Frederik Jaeckel 2023-01-15 00:36:02 +01:00
parent 7990608943
commit 8acfa35289
7 changed files with 695 additions and 74 deletions

View file

@ -14,6 +14,9 @@ full copyright notices and license terms. -->
<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>
<record model="ir.message" id="msg_uomcat_mismatch">
<field name="text">Cannot transfer quantities between cashbooks with different unit-categories (%(cat1)s != %(cat2)s).</field>
</record>
</data>
</tryton>