|
|
@ -7,8 +7,8 @@ |
|
|
|
<field name="inherit_id" ref="product.product_template_only_form_view"/> |
|
|
|
<field name="arch" type="xml"> |
|
|
|
<xpath expr="//group[@name='inventory']" position="after"> |
|
|
|
<separator string="Stock Balance By Locations"/> |
|
|
|
<field name="internal_location"> |
|
|
|
<separator string="Stock Balance By Locations" attrs="{'invisible':[('type', '!=', 'product')]}"/> |
|
|
|
<field name="internal_location" attrs="{'invisible':[('type', '!=', 'product')]}"> |
|
|
|
<tree> |
|
|
|
<field name="stock_location"/> |
|
|
|
<field name="qty_on_hand"/> |
|
|
|