Thursday, November 16, 2023
1 change
New functionality added to Odoo
Odoo now integrates a website scraper that automatically generates website content by analyzing existing websites. Users can leverage this feature in two ways: by starting a trial from odoo.com with a scrape request, or through the website configurator with a special parameter. This enhancement streamlines website creation by reducing manual content entry.
Original PR description
This commit integrated the website scrapper into Odoo. There are two ways to scrap a website. - The user comes from odoo.com and starts a trial with a scrap request. In this case, there is a todo.action to show a waiting screen. - The user is using the website configurator. There is a "secret" param to be able to scrap a website. See community PR: https://github.com/odoo/odoo/pull/126703 task-3339551