Delete unnecessary ir.ui.view.

This commit is contained in:
Juanjo Garcia 2019-11-14 15:39:27 +01:00
parent 84a6507d3b
commit 31edfb0171

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>