Add good support of unit of measures in purchase_suggest

This commit is contained in:
Alexis de Lattre
2016-03-01 17:35:39 +01:00
parent f2e48cb977
commit dba79c83c4
3 changed files with 47 additions and 22 deletions

View File

@@ -60,9 +60,12 @@
<field name="outgoing_qty"/>
<field name="draft_po_qty"/>
<field name="min_qty"/>
<field name="uom_id" groups="product.group_uom"/>
<field name="last_po_date" widget="date"/>
<field name="last_po_qty"/>
<field name="last_po_uom" groups="product.group_uom"/>
<field name="qty_to_order"/>
<field name="uom_po_id" groups="product.group_uom"/>
</tree>
</field>
</record>