Thursday, November 16, 2023
2 changes
1 change
New functionality added to Odoo
This update adds Starshipit delivery integration for Australian and New Zealand carriers and improves Australian payroll reporting setup. It also cleans up payroll labels and supports PAYG withholding reporting so businesses can better prepare Australian tax reports.
Original PR description
Aggregation of last minute fixes and features for Australian talk Will not be merged in this PR
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