mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[Fix] use the same view id for differnt view using in product and product template
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
<record model="ir.ui.view" id="view_stock_available_tree">
|
||||
<record model="ir.ui.view" id="view_stock_available_product_tree">
|
||||
<field name="name">Quantity available to promise (variant tree)</field>
|
||||
<field name="model">product.product</field>
|
||||
<field name="inherit_id" ref="stock.view_stock_product_tree"/>
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
<record model="ir.ui.view" id="view_stock_available_tree">
|
||||
<record model="ir.ui.view" id="view_stock_available_product_template_tree">
|
||||
<field name="name">Quantity available to promise (tree)</field>
|
||||
<field name="model">product.template</field>
|
||||
<field name="inherit_id" ref="stock.view_stock_product_template_tree"/>
|
||||
|
||||
Reference in New Issue
Block a user