Wordpress Migration

by
Odoo
v 10.0 v 11.0 v 12.0 Third Party 1118
Download for v 12.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Website (website)
Discuss (mail)
Lines of code 243
Technical Name migration_wordpress
LicenseLGPL-3
Versions 10.0 11.0 12.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Website (website)
Discuss (mail)
Lines of code 243
Technical Name migration_wordpress
LicenseLGPL-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

Wordpress to Odoo

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

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
release of v.13
by
Felix Asenji
on 12/2/21, 4:18 AM

When are you releasing v.13 of the same?


Available in version 13 ?
by
Alain Sinop
on 3/26/21, 6:35 AM



Facing issues in importing pages and media.
by
Rohit Verma
on 11/20/20, 4:15 AM

<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
by
Nagi Ahmed
on 7/30/20, 10:32 AM

can i have wordpress migration for release 13