trytonpsk-sale_pos_frontend.../view/product_form.xml

16 lines
606 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='categories']"
position="after">
<field name="products_mix" colspan="2"/>
<label name="quantity_mix_required" />
<field name="quantity_mix_required" />
</xpath>
<xpath expr="/form/notebook/page[@id='printers']/field[@name='printers']"
position="after">
<field name="tasks" colspan="4"/>
</xpath>
</data>