Pricing date

This commit is contained in:
2026-06-07 21:25:23 +02:00
parent 65e9f4d7d6
commit 72501ab625

View File

@@ -1,23 +1,32 @@
<form>
<form col="4">
<field name="line" invisible="1"/>
<field name="sale_line" invisible="1"/>
<field name="available_components" invisible="1"/>
<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>
<group id="pricing_header" colspan="4" col="4"
col_widths="min-content,140px,min-content,1fr">
<label name="pricing_date"/>
<field name="pricing_date"/>
<label name="price_component"/>
<field name="price_component"/>
</group>
<group id="pricing_entry" string="Pricing entry" colspan="4" col="4"
col_widths="min-content,160px,min-content,160px">
<label name="quantity"/>
<field name="quantity"/>
<label name="settl_price"/>
<field name="settl_price"/>
</group>
<group id="pricing_results" string="Computed pricing" colspan="4" col="6"
col_widths="min-content,140px,min-content,140px,min-content,140px">
<label name="fixed_qt"/>
<field name="fixed_qt"/>
<label name="fixed_qt_price"/>
<field name="fixed_qt_price"/>
<label name="eod_price"/>
<field name="eod_price"/>
<label name="unfixed_qt"/>
<field name="unfixed_qt"/>
<label name="unfixed_qt_price"/>
<field name="unfixed_qt_price"/>
</group>
</form>