trytonpsk-production_accoun.../view/bom_form.xml

16 lines
547 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/field[@name='active']" position="after">
<label name="is_subproduction"/>
<field name="is_subproduction"/>
</xpath>
<xpath expr="/form/notebook/page[@id='lines']" position="after">
<page string="Related Costs" id="page_related_costs">
<field name="direct_costs" colspan="4"/>
</page>
</xpath>
</data>