[IMP] remove selection widget.

bzr revid: tpa@tinyerp.com-20120724055028-ychb5p0ulmcveidu
This commit is contained in:
Turkesh Patel (Open ERP) 2012-07-24 11:20:28 +05:30
parent b3226b30a3
commit 38ef32691b
2 changed files with 2 additions and 2 deletions

View File

@ -214,7 +214,7 @@
<field name="arch" type="xml">
<search string="Search Payment Orders">
<field name="reference" string="Payment Order"/>
<field name="mode" widget='selection'/>
<field name="mode"/>
<field name="state"/>
<field name="date_done"/>
<filter string="Draft" domain="[('state','=','draft')]" icon="terp-document-new"/>

View File

@ -55,7 +55,7 @@
<filter string="Pro-forma" icon="terp-gtk-media-pause" domain="[('state','=','proforma')]" help = "Pro-forma Vouchers"/>
<filter string="Posted" name="current" icon="terp-check" domain="[('state','not in', ('draft','cancel'))]" help = "Validated Vouchers"/>
<group expand="0" string="Extended Filters...">
<field name="journal_id" widget="selection"/>
<field name="journal_id"/>
<field name="account_id"/>
<field name="pay_now"/>
<field name="company_id" groups="base.group_multi_company"/>