Remove product_qty_form empty view

This commit is contained in:
Raimon Esteve 2018-12-03 22:01:24 +01:00
parent 3e2b3e6019
commit 03a8083be3
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>