Kirti Savalia(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/6.1-opw-579331-ksa into
lp:openobject-addons/6.1.
Requested reviews:
Vinay Rana (openerp) (vra-openerp)
Naresh(OpenERP) (nch-openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-579331-ksa/+merge/125188
Hello,
Fixed the issue when click on button_check_vat method returns ‘None’ in case of
succesful VAT check which causes an error message on GTK clients when using
protocol xml-rpc.
Thanks
--
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-579331-ksa/+merge/125188
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/6.1-opw-579331-ksa.
=== modified file 'base_vat/base_vat.py'
--- base_vat/base_vat.py 2012-06-21 14:31:52 +0000
+++ base_vat/base_vat.py 2012-09-19 12:44:26 +0000
@@ -108,6 +108,7 @@
if not self.check_vat(cr, uid, ids, context=context):
msg = self._construct_constraint_msg(cr, uid, ids, context=context)
raise osv.except_osv(_('Error'), msg)
+ return True
def check_vat(self, cr, uid, ids, context=None):
user_company = self.pool.get('res.users').browse(cr, uid, uid).company_id
_______________________________________________
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