line: quantity_balance, validate,
reconciliation: start/end-quantity todo: tests
This commit is contained in:
parent
e94a869166
commit
f86db6dea3
11 changed files with 484 additions and 140 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue