Delete unnecessary ir.ui.view.

This commit is contained in:
Juanjo Garcia 2019-11-14 15:39:27 +01:00
parent 591bacaf31
commit f187dafcef
1 changed files with 0 additions and 5 deletions

View File

@ -38,11 +38,6 @@ The COPYRIGHT file at the top level of this repository contains the full copyrig
<field name="type">tree</field>
<field name="name">product_qty_tree</field>
</record>
<record model="ir.ui.view" id="product_qty_view_form">
<field name="model">product.product</field>
<field name="inherit" ref="product.product_view_form"/>
<field name="name">product_qty_form</field>
</record>
<record model="ir.action.act_window" id="act_product_qty_form">
<field name="name">Qty Variants</field>