Files
tradon/modules/stock/view/party_form.xml
2026-03-14 09:42:12 +00:00

21 lines
903 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="//group[@id='links']" position="inside">
<link icon="tryton-shipment-out" name="stock.act_shipment_out_form2" empty="hide"/>
<link icon="tryton-shipment-in" name="stock.act_shipment_out_form3" empty="hide"/>
</xpath>
<xpath expr="/form/notebook" position="inside">
<page string="Stock" id="stock">
<label name="customer_location"/>
<field name="customer_location"/>
<label name="supplier_location"/>
<field name="supplier_location"/>
<separator name="delivered_to_warehouses" colspan="4"/>
<field name="delivered_to_warehouses" colspan="4" widget="multiselection"/>
</page>
</xpath>
</data>