line: contraint für line>=0
This commit is contained in:
parent
acf3ca7ce5
commit
d1bb86ada3
3 changed files with 12 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue