Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Website (website)
• Discuss (mail) |
Lines of code | 243 |
Technical Name |
migration_wordpress |
License | LGPL-3 |
Versions | 10.0 11.0 12.0 |
Description
Copies content from Wordpress CMS into Odoo
*NOTE* Uses version 2 of the REST API which requires that the Wordpress website you are importing is atleast 4.7
*NOTE* Theme HTML, CSS and plugin functionality does not get moved over this can result in very different appearences between the two websites
Import Media Library
Copies all media from the Wordpress media library into the Odoo media library
Import Pages
Copies the page content from Wordpress, importing images in the process and updating hyperlinks to there Odoo equivalent
Plugins and CSS do not get moved over so some degree of reworking the content for Odoo is still neccassary
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedThere are no ratings yet!
release of v.13
When are you releasing v.13 of the same?
Available in version 13 ?
Facing issues in importing pages and media.
<code>
Error:
Odoo Server Error
Traceback (most recent call last):
File "/opt/odoo12/odoo/odoo/http.py", line 656, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/opt/odoo12/odoo/odoo/http.py", line 314, in _handle_exception
raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
File "/opt/odoo12/odoo/odoo/tools/pycompat.py", line 87, in reraise
raise value
File "/opt/odoo12/odoo/odoo/http.py", line 698, in dispatch
result = self._call_function(**self.params)
File "/opt/odoo12/odoo/odoo/http.py", line 346, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/opt/odoo12/odoo/odoo/service/model.py", line 98, in wrapper
return f(dbname, *args, **kwargs)
File "/opt/odoo12/odoo/odoo/http.py", line 339, in checked_call
result = self.endpoint(*a, **kw)
File "/opt/odoo12/odoo/odoo/http.py", line 941, in __call__
return self.method(*args, **kw)
File "/opt/odoo12/odoo/odoo/http.py", line 519, in response_wrap
response = f(*args, **kw)
File "/opt/odoo12/odoo/addons/web/controllers/main.py", line 966, in call_button
action = self._call_kw(model, method, args, {})
File "/opt/odoo12/odoo/addons/web/controllers/main.py", line 954, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "/opt/odoo12/odoo/odoo/api.py", line 759, in call_kw
return _call_kw_multi(method, model, args, kwargs)
File "/opt/odoo12/odoo/odoo/api.py", line 746, in _call_kw_multi
result = method(recs, *args, **kwargs)
File "/opt/odoo12/odoo/odoo/addons/migration_wordpress/models/migration_import_wordpress.py", line 160, in import_pages
page_json_data = self.pagination_requests(self.wordpress_url + "/wp-json/wp/v2/pages")
File "/opt/odoo12/odoo/odoo/addons/migration_wordpress/models/migration_import_wordpress.py", line 79, in pagination_requests
combined_json_data = json.loads(response_string.text)
File "/usr/lib/python3.6/json/__init__.py", line 354, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.6/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python3.6/json/decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
</code>
can i have wordpress migration for release 13
can i have wordpress migration for release 13