Friday, October 11, 2024
4 changes · master
Enhancements to existing features
The invoice list now shows the Peppol status column when the Peppol module is installed. This gives users faster visibility into invoice delivery or processing status without opening each invoice individually.
Original PR description
If a user installed the peppol module, he probably wants to have faster access to peppol status information about his invoices task-4138750 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The website editor's link handling code was simplified by removing an unused extra value from internal calls. This is a small maintenance improvement that reduces confusion for future development without changing user-facing behavior.
Original PR description
Since [1] when `_deduceUrl` was introduced, its signature takes one parameter but all calls use a second parameter. Fortunately, the parameter is always `this.linkEl` and this is also what is used inside the method. This commit removes the second parameter from the call. [1]: https://github.com/odoo/odoo/commit/6d4a3b3 task-4208243
This update modernizes an internal test for the mobile user menu in Odoo's web interface. It helps keep quality checks reliable and easier to maintain, with no expected change for end users.
Original PR description
task-4028335 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Ecuador point-of-sale electronic invoicing data now includes ordering information for SRI payment methods. This helps keep payment options displayed or processed in a consistent, expected sequence for users.
Original PR description
related: https://github.com/odoo/odoo/pull/181035 task-4107994