Thursday, July 2, 2026
2 changes · saas-19.1
Enhancements to existing features
This change removes technical e-reporting details from the main invoice view to reduce clutter for regular users. The same information is still recorded in the invoice chatter, where users can follow the e-reporting flow, status, and any blocking issues through a link to the related record.
Original PR description
E-reporting technical fields were displayed directly on invoices, adding noise for regular invoicing users. Hide the e-reporting status columns and technical block from the standard invoice views. Log the relevant e-reporting flow, status and blocking errors in the invoice chatter instead, with a link to the related flow. Also avoid reporting address validation errors on B2C invoices, as they are not required for Flux 10 e-reporting. Task-6273226 Forward-Port-Of: odoo/odoo#271865
This update simplifies the website forum editor by removing unnecessary toolbar options and making the editing experience more consistent. It also fixes a crash in the table menu and prevents overlay styling issues, improving reliability for forum users and editors.
Original PR description
Description of the feature this PR addresses: - Remove unwanted toolbar features (heading, font_family, powerbuttons, undo/redo buttons) - Update toolbar styles in website_forum to keep them consistent - Fix table menu traceback by passing missing `localOverlayContainers` in `website_forum_wysiwyg` config task-6123698 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#263326