trytond-production_process/view/product_form.xml

10 lines
405 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/form/field[@name='boms']" position="replace">
<field name="processes" colspan="6"
view_ids="production_process.product-bom_view_list_process,production_process.product-bom_view_form_process"/>
</xpath>
</data>