[FIX] the root of a search view should be a search element, not tree

bzr revid: xmo@openerp.com-20110315143601-mdomwbo36rn0ejnh
This commit is contained in:
Xavier Morel 2011-03-15 15:36:01 +01:00
parent 4b3d639178
commit fb58bc274d
1 changed files with 2 additions and 2 deletions

View File

@ -387,7 +387,7 @@
<field name="model">account.journal</field>
<field name="type">search</field>
<field name="arch" type="xml">
<tree string="Search Account Journal">
<search string="Search Account Journal">
<group>
<filter domain="['|', ('type', '=', 'sale'), ('type', '=', 'sale_refund')]" string="Sale" icon="terp-camera_test"/>
<filter domain="['|', ('type', '=', 'purchase'), ('type', '=', 'purchase_refund')]" string="Purchase" icon="terp-purchase"/>
@ -404,7 +404,7 @@
<separator orientation="vertical"/>
<filter string="Type" context="{'group_by':'type'}" icon="terp-stock_symbol-selection"/>
</group>
</tree>
</search>
</field>
</record>
<record id="view_account_journal_form" model="ir.ui.view">