_do_create_subscription wizard 'create_subscription'

This commit is contained in:
2022-07-09 00:13:59 -05:00
parent d453653bfc
commit 425c7e225a
2 changed files with 42 additions and 3 deletions

View File

@@ -3,11 +3,12 @@
this repository contains the full copyright notices and license terms. -->
<form col="2">
<image name="tryton-warning" xexpand="0" xfill="0"/>
<group col="2" id="create_subscription">
<group col="4" id="create_subscription">
<label
string="Are you sure to create one subscription these/this sale(s)?"
id="create_subscription" colspan="2"
yalign="0.0" xalign="0.0" xexpand="1"/>
<newline/>
<label name="start_date"/>
<field name="start_date"/>
<label name="end_date"/>
@@ -16,5 +17,9 @@ this repository contains the full copyright notices and license terms. -->
<field name="invoice_recurrence"/>
<label name="invoice_start_date"/>
<field name="invoice_start_date"/>
<label name="service"/>
<field name="service"/>
<label name="quantity"/>
<field name="quantity"/>
</group>
</form>