trytond-product_purchase_ho.../view/template_form.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

9 lines
399 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. -->
<data>
<xpath expr="/form/notebook/page[@id='general']/field[@name='type']" position="after">
<label name="purchase_homologation_required"/>
<field name="purchase_homologation_required"/>
</xpath>
</data>