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

16 lines
547 B
XML
Raw Normal View History

2022-01-19 15:20:57 +01: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. -->
<data>
2023-05-04 23:50:48 +02:00
<xpath expr="/form/field[@name='active']" position="after">
<label name="is_subproduction"/>
<field name="is_subproduction"/>
</xpath>
2022-01-19 15:20:57 +01:00
<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>