Pricing form

This commit is contained in:
2026-06-07 21:33:13 +02:00
parent 72501ab625
commit 1abfbbbc3d

View File

@@ -10,23 +10,23 @@
<field name="price_component"/>
</group>
<group id="pricing_entry" string="Pricing entry" colspan="4" col="4"
col_widths="min-content,160px,min-content,160px">
col_widths="110px,180px,130px,180px">
<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">
<group id="pricing_results" string="Computed pricing" colspan="4" col="4"
col_widths="130px,180px,150px,180px">
<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"/>
<label name="eod_price"/>
<field name="eod_price"/>
</group>
</form>