add view
This commit is contained in:
parent
a8ba3f056c
commit
f14684b403
18
view/create_subscription_form.xml
Normal file
18
view/create_subscription_form.xml
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level
|
||||
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">
|
||||
<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"/>
|
||||
<label name="start_date"/>
|
||||
<field name="end_date"/>
|
||||
<label name="invoice_recurrence"/>
|
||||
<field name="invoice_recurrence"/>
|
||||
<label name="invoice_start_date"/>
|
||||
<field name="invoice_start_date"/>
|
||||
</group>
|
||||
</form>
|
Loading…
Reference in New Issue
Block a user