trytond-production_subcontract/view/production_form.xml

22 lines
822 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='uom']" position="after">
<label name="subcontract_product"/>
<field name="subcontract_product"/>
<button name="create_purchase_request" colspan="2"/>
</xpath>
<xpath expr="/form/notebook/page[@id='other']/field[@name='location']"
position="after">
<label name="purchase_request"/>
<field name="purchase_request"/>
<label name="supplier"/>
<field name="supplier"/>
<label name="incoming_shipment"/>
<field name="incoming_shipment"/>
<label name="destination_warehouse"/>
<field name="destination_warehouse"/>
</xpath>
</data>