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

34 lines
1.0 KiB
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. -->
<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>