trytonpsk-purchase_co/product.xml

13 lines
487 B
XML
Raw Permalink Normal View History

2022-05-06 17:46:53 +02:00
<?xml version="1.0"?>
<!-- This file is part of 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_view_form_simple">
<field name="model">product.product</field>
<field name="inherit" ref="product.product_view_form_simple"/>
<field name="name">product_form_simple</field>
</record>
</data>
</tryton>