[ADD] template choice to wizard view

This commit is contained in:
Stepan Savelyev 2019-12-26 11:37:04 +05:00
parent 379e7fb969
commit a57a6a8b91

View File

@ -8,16 +8,14 @@
<form>
<group>
<group string="Template">
<field name="print_template_contract"></field>
</group>
<group name="requisites" string="Requisites">
<field name="target"/>
<field name="partner_id" string="Partner" readonly="1"/>
<field name="company_id" string="Seller" readonly="1"/>
</group>
<!-- <group name="terms" string="Delivery and payment terms">
<field name="payment_terms"/>
<field name="delivery_terms"/>
</group> -->
<group string="Contract values" colspan="4">
<field name="transient_field_ids">
<tree editable="1" create="0" delete="0">
@ -28,7 +26,6 @@
</tree>
</field>
</group>
</group>
<button string="Create a document" type="object" name="get_docx_contract" />
@ -45,17 +42,12 @@
<form>
<group>
<group string="Template">
<field name="print_template_annex"></field>
</group>
<group name="info" string="Info">
<field name="target"/>
</group>
<!-- <group name="terms" string="Delivery and payment terms">
<field name="payment_terms"/>
<field name="delivery_terms"/>
</group> -->
<!-- <group name="order" string="Order Info">
<field name="order_id"/>
</group> -->
<group string="Annex values" colspan="4">
<field name="transient_field_ids">
<tree editable="1" create="0" delete="0">
@ -66,7 +58,6 @@
</tree>
</field>
</group>
</group>
<button string="Create a document" type="object" name="get_docx_contract" />