[ADD] website: create and import website#18610
Open
lman-odoo wants to merge 1 commit into
Open
Conversation
task-6069339
Collaborator
chrisdt1998
approved these changes
Jun 26, 2026
chrisdt1998
left a comment
There was a problem hiding this comment.
Looks great already!
One other thing that isn't particularly important in 19.0 but is much more in 19.1+ is that this tool can be used solely as a product or blog import tool. So I imagine that you will need to make a link to this page from the eCommerce and Blog documentation pages.
Comment on lines
+56
to
+62
| The website import tool works like an OCR scan: it analyzes an existing website and recreates it in | ||
| Odoo by fetching its pages and rebuilding them as Odoo website pages. Images, the sitemap, the | ||
| :ref:`header <website/header_footer/header-design>`, and the :ref:`footer | ||
| <website/header_footer/footer-design>` are also imported. Optionally, :doc:`products | ||
| <../ecommerce/configuration/products>` can be imported at the same time. The tool converts pages | ||
| into standard Odoo :doc:`building blocks <web_design/building_blocks>`, making the imported website | ||
| fully editable in Odoo. |
There was a problem hiding this comment.
Might be worth mentioning somewhere that this tool is only available on enterprise
Comment on lines
+92
to
+93
| - You can import up to **100** pages by default. Contact `Odoo support | ||
| <https://www.odoo.com/help>`_ if you need more. |
There was a problem hiding this comment.
Suggested change
| - You can import up to **100** pages by default. Contact `Odoo support | |
| <https://www.odoo.com/help>`_ if you need more. | |
| - The maximum number of pages you can import is 100. |
Since the 100 pages is hardcoded for 19.0 (due to lack of infrastructure at that time to support more), we cannot offer the option to give more pages.
I also made the fix on enterprise yesterday: http://github.com/odoo/enterprise/pull/121669
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

task-6069339