line: contraint für line>=0

This commit is contained in:
Frederik Jaeckel 2022-09-05 12:39:09 +02:00
parent acf3ca7ce5
commit d1bb86ada3
3 changed files with 12 additions and 1 deletions

View file

@ -113,6 +113,9 @@ full copyright notices and license terms. -->
<record model="ir.message" id="msg_line_invalid_category">
<field name="text">The category of the booking line '%(recname)s' does not match the posting type '%(booktype)s'.</field>
</record>
<record model="ir.message" id="msg_line_must_positive">
<field name="text">The amount must be positive.</field>
</record>
</data>
</tryton>