This question has been flagged
2 Replies
2713 Views

Hi, i have an app in v12 for odoo, but now i try to use this app with the v13 but i cant, if i do the login recive this error:

faultCode no element found: line 1, column 0 faultString Traceback (most recent call last): File "/opt/odoo/odoo13-ivanOdoo/odoo/addons/base/controllers/rpc.py", line 60, in xmlrpc_1 response = self._xmlrpc(service) File "/opt/odoo/odoo13-ivanOdoo/odoo/addons/base/controllers/rpc.py", line 48, in _xmlrpc params, method = loads(data) File "/usr/local/lib/python3.6/xmlrpc/client.py", line 1020, in loads p.close() File "/usr/local/lib/python3.6/xmlrpc/client.py", line 448, in close parser.Parse(b"", True) # end of data xml.parsers.expat.ExpatError: no element found: line 1, column 0


but with an odoo in v12 it works, what can i do for use the app with my odoo v13?? thanks.

Avatar
Discard
Best Answer

You need to migrate from v12 to v13

Refer the following link

https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-13.0
https://www.youtube.com/watch?v=IH9bQKrVLrU

Hope it helps..!

Avatar
Discard
Best Answer

Hi,
You need to migrate the module by checking the functionality.You can also check whether there is related functionalities in later version and can make use of it.You can also refer the blog in order to get a brief idea and guidelines to be considered while performing migration.

https://www.cybrosys.com/blog/odoo-13-migration

Regards

Avatar
Discard