first commit
This commit is contained in:
20
modules/stock/view/party_form.xml
Normal file
20
modules/stock/view/party_form.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user