Ashvin Rathod (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-785147-ara into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #785147 in OpenERP Addons: "Bad code in New Company Financial Setting, or 
more likely in every localisation module in 6"
  https://bugs.launchpad.net/openobject-addons/+bug/785147

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-785147-ara/+merge/70119

Hello,

Fix: Bad code in New Company Financial Setting, or more likely in every 
localisation module in 6

Thanks,
ara
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-785147-ara/+merge/70119
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-785147-ara.
=== modified file 'account/account_view.xml'
--- account/account_view.xml	2011-07-22 13:42:35 +0000
+++ account/account_view.xml	2011-08-02 07:31:35 +0000
@@ -2433,7 +2433,7 @@
             <field name="model_id" ref="base.model_ir_actions_todo"/>
             <field eval="5" name="sequence"/>
             <field name="code">
-act_window_ids = self.pool.get('ir.actions.act_window').search(cr, uid,[('name', 'in', ('Accounting Chart Configuration', 'Generate Chart of Accounts from a Chart Template'))], context=context)
+act_window_ids = self.pool.get('ir.actions.act_window').search(cr, uid,[('name', '=', ('Accounting Chart Configuration'))], context=context)
 todo_ids = self.pool.get('ir.actions.todo').search(cr, uid, [('action_id', 'in', act_window_ids)], context=context)
 self.pool.get('ir.actions.todo').write(cr, uid, todo_ids, {'state':'open'}, context=context)
 action = self.pool.get('res.config').next(cr, uid, [], context)

_______________________________________________
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