trytond-product_purchase_ho.../product.xml
juanjo-nan 737882911a
Add Purchase Homologation Required field in product template. (#1)
* Add Purchase Homologation Required field in product template.
When quote a purchase check for each line if the product have a supplier and the Purchase Homologation Required field = True.

041022
2021-03-11 11:18:22 +01:00

12 lines
469 B
XML

<?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="template_view_form">
<field name="model">product.template</field>
<field name="inherit" ref="product.template_view_form"/>
<field name="name">template_form</field>
</record>
</data>
</tryton>