[MERGE] Removed duplicate view.
authorThibault Delavallée <tde@openerp.com>
Tue, 14 Feb 2012 09:48:04 +0000 (10:48 +0100)
committerThibault Delavallée <tde@openerp.com>
Tue, 14 Feb 2012 09:48:04 +0000 (10:48 +0100)
lp bug: https://launchpad.net/bugs/931651 fixed

bzr revid: tde@openerp.com-20120214094804-i1hnq1djp1pfcan9

1  2 
addons/account/account_view.xml

              <field name="view_mode">tree,form</field>
              <field name="view_id" ref="view_move_line_tree"/>
              <field name="search_view_id" ref="view_account_move_line_filter"/>
--            <field name="domain">[]</field>
              <field name="context">{'search_default_account_id': [active_id]}</field>
          </record>