trytond-product_oneclick_esale/product_oneclick.xml

14 lines
587 B
XML

<?xml version="1.0"?>
<!-- This file is part of product_oneclick_esale module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<tryton>
<data>
<record model="ir.ui.view" id="product_oneclick_esale_view">
<field name="model">product.oneclick.view</field>
<field name="type" eval="None"/>
<field name="inherit" ref="product_oneclick.product_oneclick_view"/>
<field name="name">product_oneclick_view_form</field>
</record>
</data>
</tryton>