Dhruti Shastri has proposed merging 
lp:~openerp-dev/openobject-addons/6.1-opw-574181-dhs into 
lp:openobject-addons/6.1.

Requested reviews:
  Naresh(OpenERP) (nch-openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-574181-dhs/+merge/104246

Hello,

On opening Accounting/Configuration/Financial Accounting/CODA 
Configuration/CODA Bank Account Configuration got the error:

Fixed in search view by replacing form tag with search.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-574181-dhs/+merge/104246
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/6.1-opw-574181-dhs.
=== modified file 'account_coda/account_coda_view.xml'
--- account_coda/account_coda_view.xml	2012-01-31 13:36:57 +0000
+++ account_coda/account_coda_view.xml	2012-05-01 13:19:18 +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