mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[fix] product view
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
<record id="product_normal_form_view" model="ir.ui.view">
|
||||
<field name="name">product_normal_form_view</field>
|
||||
<field name="model">product.product</field>
|
||||
<field name="inherit_id" ref="product.product_normal_form_view"></field>
|
||||
<field name="inherit_id" ref="stock.view_product_standard_price_form"></field>
|
||||
<field name="arch" type="xml">
|
||||
<field name="standard_price" position="after">
|
||||
<field name="cost_method" position="before">
|
||||
<field name="lot_valuation"></field>
|
||||
</field>
|
||||
</field>
|
||||
|
||||
Reference in New Issue
Block a user