Skip to content

Commit

Permalink
tidy up fields in Roctools tab
Browse files Browse the repository at this point in the history
  • Loading branch information
gurneyalex committed Mar 17, 2017
1 parent a54752b commit 3b9cd56
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions odoo/local-src/specific_sale/views/sale_order_crm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,23 @@

<notebook position="inside">
<page string="RocTool" name="roctool">
<group name="project_name_computation" string="Project configuration">
<field name="project_zone_id"/>
<field name="project_process_id"/>
<field name="project_market_id"/>
<field name='sales_condition' filename="sales_condition_filename"/>
<field name='sales_condition_filename' invisible="1"/>
<field name='engineering_validation_id'/>
<field name='system_validation_id'/>
<field name='process_validation_id'/>
<group>
<group name="project_name_computation" string="Project configuration">
<field name="project_zone_id"/>
<field name="project_process_id"/>
<field name="project_market_id"/>
</group>
<group name="sales_condition" string="Sales Conditions">
<field name='sales_condition' filename="sales_condition_filename"/>
<field name='sales_condition_filename' invisible="1"/>
</group>
</group>
<group>
<group name="validation" string="Validation">
<field name='engineering_validation_id'/>
<field name='system_validation_id'/>
<field name='process_validation_id'/>
</group>
</group>
</page>
</notebook>
Expand Down

0 comments on commit 3b9cd56

Please sign in to comment.