stock_usability: quant tree view: add sum=1 on inventory_quantity
This commit is contained in:
@@ -42,6 +42,9 @@
|
|||||||
<field name="quantity" position="attributes">
|
<field name="quantity" position="attributes">
|
||||||
<attribute name="sum">1</attribute>
|
<attribute name="sum">1</attribute>
|
||||||
</field>
|
</field>
|
||||||
|
<field name="inventory_quantity" position="attributes">
|
||||||
|
<attribute name="sum">1</attribute>
|
||||||
|
</field>
|
||||||
<field name="available_quantity" position="attributes">
|
<field name="available_quantity" position="attributes">
|
||||||
<attribute name="sum">1</attribute>
|
<attribute name="sum">1</attribute>
|
||||||
</field>
|
</field>
|
||||||
|
|||||||
Reference in New Issue
Block a user