Friday, October 27, 2023
4 changes · 17.0
Enhancements to existing features
This update adapts report templates across multiple Odoo modules to work seamlessly with the new Report Editor introduced in Odoo 16.4. The changes enable users to customize reports more easily through the visual editor by restructuring how report content is organized and formatted. This improvement enhances the user experience when creating and modifying business reports.
Original PR description
Enhanced reports for better compatibility with Odoo 16.4's new Report Editor: - Added `<div class="oe_structure"></div>` for user customization. - Converted t-field/t-esc/t-out from div to span. - Introduced demo data and adjusted t-if/t-else branching. - Bundled t-if/elif/else directives for the 'condition selector' UI. - Refactored `<t>` nodes in tables where feasible. task-3447407
The system now distinguishes between incoming and outgoing emails by assigning them different message types, making it clearer which emails were received versus sent. This improvement helps organize and track email communications more effectively across the platform, with updates applied to helpdesk, sales subscriptions, and messaging modules.
This update improves the payment experience by establishing default payment methods for SEPA Direct Debit and UPS shipping integrations. By setting sensible defaults, customers will have a smoother checkout process with pre-selected payment options, reducing friction and improving conversion rates.
Original PR description
task-3557315 See also: - odoo/odoo#139641 Backport of https://github.com/odoo/enterprise/pull/49551
This update improves tracking of the Mexican EDI usage field by enabling change history monitoring and sets its default value to 'G03' (General expenses) based on internal feedback. This ensures better audit trails for compliance purposes and simplifies configuration for users in Mexico.
Original PR description
Following internal feedbacks, make this field tracked and change its default to 'G03' ("General expenses").
task-3563407
Forward-Port-Of: odoo/enterprise#49632
Forward-Port-Of: odoo/enterprise#49312