Daily updates from Odoo
Monday, February 28, 2022
2 changes
Enhancements to existing features
This update aligns customer portal pages with shared portal handling so support and subscription pages receive the right page data automatically. It reduces duplicated template setup and helps keep portal pages consistent and easier to maintain.
Original PR description
* adapt to the fact that _get_page_view_values now specifies the object in the rendering values * make sure the method is used when useful * remove useless respecified parameters in qweb COM PR: https://github.com/odoo/odoo/pull/84644
This update streamlines the sales reporting setup by removing redundant logic and aligning it with the latest sales reporting structure. It should make reporting easier to maintain while keeping the visible business reports consistent.
Original PR description
following changes in community * remove unused join on crm teams defined in website_sale_dashboard * Remove the redefinition of invoice_status in website_sale_dashboard and make it depend on sale_enterprise * adapt to the new API & hooks in the base sale module Community PR: https://github.com/odoo/odoo/pull/85125