Divyesh Makwana(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-944109-mdi into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #944109 in OpenERP Addons: "[TRUNK] Tax Name must be unique per company!"
  https://bugs.launchpad.net/openobject-addons/+bug/944109

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-944109-mdi/+merge/98366

Hello Sir,

I have fix the issue: https://bugs.launchpad.net/openobject-addons/+bug/944109 
"Tax Name must be unique per company!".

Thanks and Regards,

Divyesh Makwana(MDI)
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-944109-mdi/+merge/98366
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-944109-mdi.
=== modified file 'account/account.py'
--- account/account.py	2012-02-28 14:08:16 +0000
+++ account/account.py	2012-03-20 09:08:29 +0000
@@ -3336,7 +3336,7 @@
         # Create Bank journals
         self._create_bank_journals_from_o2m(cr, uid, obj_wizard, company_id, acc_template_ref, context=context)
         action = {
-            'type': 'ir.actions.act_window',
+            'type': 'ir.actions.act_window_close',
             'view_type': 'form',
             'view_mode': 'form',
             'res_model': 'board.board',

_______________________________________________
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