6.4 #101
@ -2,17 +2,21 @@
|
|||||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level
|
<!-- This file is part of Tryton. The COPYRIGHT file at the top level
|
||||||
this repository contains the full copyright notices and license terms. -->
|
this repository contains the full copyright notices and license terms. -->
|
||||||
<form>
|
<form>
|
||||||
<group id="create_contract">
|
<group id="create_contract" col="2">
|
||||||
<label name="party"/>
|
<label name="party"/>
|
||||||
<field name="party"/>
|
<field name="party"/>
|
||||||
<label name="contact"/>
|
<newline/>
|
||||||
<field name="contact"/>
|
|
||||||
<label name="invoice_address"/>
|
<label name="invoice_address"/>
|
||||||
<field name="invoice_address"/>
|
<field name="invoice_address"/>
|
||||||
|
<newline/>
|
||||||
|
<label name="contact"/>
|
||||||
|
<field name="contact"/>
|
||||||
|
<newline/>
|
||||||
<label name="start_date"/>
|
<label name="start_date"/>
|
||||||
<field name="start_date"/>
|
<field name="start_date"/>
|
||||||
<label name="end_date"/>
|
<label name="end_date"/>
|
||||||
<field name="end_date"/>
|
<field name="end_date"/>
|
||||||
|
<newline/>
|
||||||
<label name="unit_price"/>
|
<label name="unit_price"/>
|
||||||
<field name="unit_price"/>
|
<field name="unit_price"/>
|
||||||
</group>
|
</group>
|
||||||
|
Loading…
Reference in New Issue
Block a user