Purchase form
This commit is contained in:
@@ -22,8 +22,24 @@ this repository contains the full copyright notices and license terms. -->
|
||||
<field name="currency"/>
|
||||
</group>
|
||||
|
||||
<group id="purchase_header_left" colspan="4" col="1"
|
||||
xalign="0" yalign="0" col_widths="1fr">
|
||||
<group id="purchase_header_visuals" colspan="6" col="2"
|
||||
xalign="0" yalign="0" col_widths="1fr,1fr">
|
||||
<group id="purchase_map" string="Map" colspan="1" col="1"
|
||||
panel="card" icon="tryton-public" xalign="0" yalign="0"
|
||||
col_widths="1fr">
|
||||
<field name="viewer" widget="html_viewer" height="120"/>
|
||||
</group>
|
||||
<group id="purchase_recap" string="Execution summary"
|
||||
colspan="1" col="1" panel="card" icon="tryton-note"
|
||||
xalign="0" yalign="0"
|
||||
col_widths="1fr">
|
||||
<field name="execution_summary_viewer" widget="html_viewer"
|
||||
height="120"/>
|
||||
</group>
|
||||
</group>
|
||||
|
||||
<group id="purchase_header_terms_people" colspan="6" col="2"
|
||||
xalign="0" yalign="0" col_widths="1fr,1fr">
|
||||
<group id="purchase_commercial_terms" string="Commercial Terms"
|
||||
colspan="1" col="1" panel="card" icon="tryton-public"
|
||||
xalign="0" yalign="0"
|
||||
@@ -79,39 +95,23 @@ this repository contains the full copyright notices and license terms. -->
|
||||
<label name="crop"/>
|
||||
<field name="crop"/>
|
||||
</group>
|
||||
|
||||
<group id="purchase_tolerance" string="Tolerance"
|
||||
colspan="1" col="6" panel="card" icon="tryton-switch"
|
||||
xalign="0" yalign="0"
|
||||
col_widths="min-content,1fr,min-content,1fr,min-content,200px">
|
||||
<label name="tol_min"/>
|
||||
<field name="tol_min"/>
|
||||
<label name="tol_max"/>
|
||||
<field name="tol_max"/>
|
||||
<label name="tolerance_used"/>
|
||||
<field name="tolerance_used" widget="tolerance_gauge"
|
||||
min_field="tolerance_min" max_field="tolerance_max"
|
||||
width="190" xexpand="0" xfill="0"/>
|
||||
</group>
|
||||
<field name="tolerance_min" invisible="1"/>
|
||||
<field name="tolerance_max" invisible="1"/>
|
||||
</group>
|
||||
|
||||
<group id="purchase_header_right" colspan="2" col="1"
|
||||
xalign="0" yalign="0" col_widths="1fr">
|
||||
<group id="purchase_map" string="Map" colspan="1" col="1"
|
||||
panel="card" icon="tryton-public" xalign="0" yalign="0"
|
||||
col_widths="1fr">
|
||||
<field name="viewer" widget="html_viewer" height="220"/>
|
||||
</group>
|
||||
<group id="purchase_recap" string="Execution summary"
|
||||
colspan="1" col="1" panel="sidebar" icon="tryton-note"
|
||||
xalign="0" yalign="0"
|
||||
col_widths="1fr">
|
||||
<field name="execution_summary_viewer" widget="html_viewer"
|
||||
height="142"/>
|
||||
</group>
|
||||
<group id="purchase_tolerance" string="Tolerance"
|
||||
colspan="3" col="6" panel="card" icon="tryton-switch"
|
||||
xalign="0" yalign="0"
|
||||
col_widths="min-content,1fr,min-content,1fr,min-content,200px">
|
||||
<label name="tol_min"/>
|
||||
<field name="tol_min"/>
|
||||
<label name="tol_max"/>
|
||||
<field name="tol_max"/>
|
||||
<label name="tolerance_used"/>
|
||||
<field name="tolerance_used" widget="tolerance_gauge"
|
||||
min_field="tolerance_min" max_field="tolerance_max"
|
||||
width="190" xexpand="0" xfill="0"/>
|
||||
</group>
|
||||
<field name="tolerance_min" invisible="1"/>
|
||||
<field name="tolerance_max" invisible="1"/>
|
||||
</xpath>
|
||||
<xpath expr="/form/notebook/page[@id='purchase']" position="after">
|
||||
<page string="Contract Clauses" col="4" id="contract_clauses">
|
||||
|
||||
Reference in New Issue
Block a user