first commit
This commit is contained in:
33
modules/purchase/view/product_supplier_form.xml
Normal file
33
modules/purchase/view/product_supplier_form.xml
Normal file
@@ -0,0 +1,33 @@
|
||||
<?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. -->
|
||||
<form cursor="party">
|
||||
<label name="template"/>
|
||||
<field name="template" colspan="3"/>
|
||||
<label name="product"/>
|
||||
<field name="product" colspan="3"/>
|
||||
|
||||
<label name="company"/>
|
||||
<field name="company" colspan="3"/>
|
||||
|
||||
<label name="party"/>
|
||||
<field name="party"/>
|
||||
<group id="sequence-active" col="-1" colspan="2">
|
||||
<label name="sequence"/>
|
||||
<field name="sequence"/>
|
||||
<label name="active"/>
|
||||
<field name="active"/>
|
||||
</group>
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
<label name="code"/>
|
||||
<field name="code"/>
|
||||
<label name="lead_time"/>
|
||||
<field name="lead_time"/>
|
||||
<newline/>
|
||||
<label name="currency"/>
|
||||
<field name="currency"/>
|
||||
<field name="prices" colspan="4"
|
||||
view_ids="purchase.product_supplier_price_view_list_sequence"/>
|
||||
<field name="unit" colspan="4" invisible="1"/>
|
||||
</form>
|
||||
Reference in New Issue
Block a user