[IMP] simplification of list views

bzr revid: fp@tinyerp.com-20120806164732-tyeljfvy1ayhwjuz
This commit is contained in:
Fabien Pinckaers 2012-08-06 18:47:32 +02:00
parent cf9e609ad0
commit c69dd20283
2 changed files with 0 additions and 4 deletions

View File

@ -337,8 +337,6 @@
<field name="company_id" groups="base.group_multi_company" widget="selection"/>
<field name="minimum_planned_date" invisible="context.get('quotation_only', False)"/>
<field name="origin"/>
<field name="invoiced_rate" widget="progressbar" invisible="context.get('quotation_only', False)"/>
<field name="shipped_rate" widget="progressbar" invisible="context.get('quotation_only', False)"/>
<field name="amount_untaxed" sum="Total Untaxed amount"/>
<field name="amount_total" sum="Total amount"/>
<field name="state"/>

View File

@ -144,8 +144,6 @@
<field name="date_order"/>
<field name="partner_id"/>
<field name="user_id"/>
<field name="picked_rate" widget="progressbar"/>
<field name="invoiced_rate" widget="progressbar"/>
<field name="amount_total" sum="Total Tax Included"/>
<field name="state"/>
</tree>