This commit is contained in:
2026-04-02 17:07:58 +02:00
parent 15f791bd92
commit b37f132cdf
9 changed files with 128 additions and 29 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0"?>
<form col="4">
<label name="pricing_rule"/>
<field name="pricing_rule" colspan="3"/>
</form>

View File

@@ -93,11 +93,15 @@ this repository contains the full copyright notices and license terms. -->
<page string="Pricing dates" col="4" id="pricing_date">
<field name="price_pricing" />
</page>
<page string="Summary" col="4" id="summary">
<field name="price_summary" />
</page>
</notebook>
</page>
<page string="Summary" col="4" id="summary">
<field name="price_summary" />
</page>
<page string="Report" col="4" id="report">
<label name="pricing_rule" />
<field name="pricing_rule" />
</page>
</notebook>
</page>
<page string="Estimated dates" col="4" id="estimated">
<field name="estimated_date" />
</page>