FIX a bug in stock module: add decimal precision ! (we should not do that in a 'usability' module, but...)

Add sum on quant tree view
This commit is contained in:
Alexis de Lattre
2015-12-11 15:28:37 +01:00
parent ceb8adafc3
commit 631ea737b0
2 changed files with 27 additions and 0 deletions

View File

@@ -231,6 +231,9 @@ in the quantities for his reception -->
<field name="reservation_id" position="attributes">
<attribute name="invisible">0</attribute>
</field>
<field name="qty" position="attributes">
<attribute name="sum">Total Qty</attribute>
</field>
</field>
</record>