odoo/addons/base/controllers
Xavier Morel 1b236bd882 [FIX] xmlrpclib being an asshole
xmlrpclib.ServerProxy will convert XMLRPC strings to 'str'. Or to 'unicode' if it does not feel right today, or just wants to fuck with you. Competence is overrated!

Check precise type of view archiectures and re-encode to str if we're facing unicode strings, so it's possible to feed these little bastards to ElementTree

bzr revid: xmo@openerp.com-20110630142528-1xtj61gaou2klzme
2011-06-30 16:25:28 +02:00
..
__init__.py [IMP] re-add lost base.controllers.__init__ 2011-05-31 08:13:26 +02:00
main.py [FIX] xmlrpclib being an asshole 2011-06-30 16:25:28 +02:00