Tuesday, March 5, 2024
2 changes · saas-17.1
Enhancements to existing features
The Belgian salary configurator now allows employees or HR teams to select both a company car and a company bike in the same package. This gives more flexibility when preparing compensation offers and better reflects combined mobility benefits.
Original PR description
This commit enables selecting both "Company Car" and "Company Bike" on salary configurator. Task-3749460
This update adds README files to all payment acquirer modules, clarifying the technical details of each implementation. This improves understanding of how payment integrations work and addresses the rapid changes in the online payments landscape, ensuring smoother maintenance and updates.
Original PR description
Each payment acquirer has its own implementation specificities: some implement a 'payment with redirection' flow and others a 'direct payment flow'; sometimes the 'payment with redirection' flow is…
Each payment acquirer has its own implementation specificities: some implement a 'payment with redirection' flow and others a 'direct payment flow'; sometimes the 'payment with redirection' flow is even implemented as a 'direct payment' flow through an iframe; one payment acquirer could support webhooks while another does not and relies on another mechanism to fetch payment status updates... It can be tricky to guess where to look in the code to determine how a payment acquirer is implemented. On top of that, the online payments ecosystem evolves at a fast pace due to competition, buyouts, and legislation enforcement. Acquirers are thus frequently migrated to new APIs that might differ in implementation from the previous API. To help figure out the *which*, *why*, *how*, and *when* of payment API implementations, a README.md file is added to the main directory of all payment acquirer modules. They can be browsed in human-readable format on GitHub. task-2374916 See also: - https://github.com/odoo/enterprise/pull/56182 Forward-Port-Of: odoo/odoo#156084 Forward-Port-Of: odoo/odoo#153016