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

@ -150,6 +150,10 @@ msgctxt "model:ir.message,text:msg_line_invalid_category"
msgid "The category of the booking line '%(recname)s' does not match the posting type '%(booktype)s'."
msgstr "Die Kategorie der Buchungszeile '%(recname)s' paßt nicht zum Buchungstyp '%(booktype)s'."
msgctxt "model:ir.message,text:msg_line_must_positive"
msgid "The amount must be positive."
msgstr "Der Betrag muß positiv sein."
#############
# res.group #