Daily updates from Odoo
Friday, September 9, 2022
5 changes · master
Enhancements to existing features
Batch payment creation now verifies whether recipient bank accounts are allowed to receive outgoing payments before including them. This helps prevent payment batches from being created with accounts that should not be used, reducing payment errors and follow-up corrections.
Original PR description
See: odoo/odoo#94801 See: odoo/upgrade#3637 Task: 2856231
This update changes payment-related wording from “acquirer” to “provider” across affected payment, subscription, and expense flows. The change makes the product terminology more accurate for services that process or facilitate payments without necessarily acting as financial acquirers.
Original PR description
Changing the name of model payment.acquirer to payment.provider and everything that it touches. It is technically incorrect to use the term "acquirer" for systems that only provide a service of payment. After this commit the model payment.acquirer and all related to it will be renamed to payment.provider. Task - 2842088 See also: - https://github.com/odoo/odoo/pull/90899 - https://github.com/odoo/documentation/pull/1981 - https://github.com/odoo/upgrade/pull/3542
Customers can now receive email notifications related to product availability in the online shop. This helps improve the shopping experience by keeping interested buyers informed and supporting follow-up sales opportunities.
Original PR description
See https://github.com/odoo/odoo/pull/23741
The Belgian payroll module updates commission import and warrant payslip generation screens to a newer interface technology. This should keep these payroll workflows aligned with the current Odoo user experience and improve maintainability without changing the underlying business process.
Original PR description
Converts binary_commision field Converts generate_warrant_payslips view
Resolved issues and error corrections
The Brazilian Profit and Loss report is available again after a previous reporting update made it inaccessible. This restores an important financial statement for Brazilian accounting users, helping them review business performance as expected.
Original PR description
Brazilian Profit and Loss was not available after the reportalypse. This commit adds profit and loss `root_report_id` to make it available again.