Wednesday, January 25, 2023
2 changes
Enhancements to existing features
The Amazon sales integration was simplified by removing redundant internal links to sales teams and warehouse locations. This reduces maintenance complexity while preserving the same business behavior by using existing information directly.
Original PR description
There is no need to inherit from crm.teams and stock.location, as the only use of the added fields can easily be retrieved from the original models. task-2883455 See also: - https://github.com/odoo/upgrade/pull/3991
Several app settings screens now use a newer layout that groups options more clearly. This makes configuration areas in project, helpdesk, field service, forecasting, documents, and website helpdesk easier for users and administrators to scan without changing business behavior.
Original PR description
* : documents_project, helpdesk, industry_fsm, industry_fsm_report,
industry_fsm_sale, project_forecast, website_helpdesk
Comunity PR : https://github.com/odoo/odoo/pull/110432