Files
tradon/modules/purchase_trade/view/pricing_form.xml
2025-12-26 13:11:43 +00:00

21 lines
619 B
XML
Executable File

<form>
<label name="pricing_date"/>
<field name="pricing_date"/>
<label name="price_component"/>
<field name="price_component"/>
<label name="quantity"/>
<field name="quantity"/>
<label name="settl_price"/>
<field name="settl_price"/>
<label name="fixed_qt"/>
<field name="fixed_qt"/>
<label name="fixed_qt_price"/>
<field name="fixed_qt_price"/>
<label name="unfixed_qt"/>
<field name="unfixed_qt"/>
<label name="unfixed_qt_price"/>
<field name="unfixed_qt_price"/>
<label name="eod_price"/>
<field name="eod_price"/>
</form>