Amit Bhavsar (Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-973368-amb into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #973368 in OpenERP Addons: "[6.1] account_coda: bad coda.bank.account 
search view"
  https://bugs.launchpad.net/openobject-addons/+bug/973368

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-973368-amb/+merge/100938

Hello,

Fixes the problem of mistag, In searchview use the "form tag" instead of 
"search tag". The "form" element replaced by a "search".

Thanks!
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-973368-amb/+merge/100938
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-973368-amb.
=== modified file 'account_coda/account_coda_view.xml'
--- account_coda/account_coda_view.xml	2012-03-22 13:46:57 +0000
+++ account_coda/account_coda_view.xml	2012-04-05 09:41:21 +0000
@@ -11,7 +11,7 @@
       <field name="model">coda.bank.account</field>
       <field name="type">search</field>
       <field name="arch" type="xml">
-        <form string="CODA Bank Account Configuration">
+        <search string="CODA Bank Account Configuration">
           <filter string="Normal" domain="[('state','=','normal')]" icon="terp-folder-green"/>
           <filter string="Info" domain="[('state','=','info')]" icon="terp-folder-yellow"/>
           <separator orientation="vertical"/>
@@ -26,7 +26,7 @@
             <filter string="Bank Account" icon="terp-folder-yellow" domain="[]" context="{'group_by':'bank_id'}"/>
             <filter string="Currency" icon="terp-dolar" domain="[]" context="{'group_by':'currency'}"/>
           </group>
-        </form>
+        </search>
       </field>
     </record>
     <record id="view_coda_bank_account_list" model="ir.ui.view">

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to