Skip to Content
Menu
This question has been flagged
2 Replies
2838 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
Related Posts Replies Views Activity
2
Sep 21
4457
0
Aug 21
1343
0
Jan 20
3020
0
Nov 19
1765
2
Dec 23
8970