Tuesday, December 2, 2025
4 changes · master
New functionality added to Odoo
This update introduces a new integration with Pricer, a leading electronic price tag provider. Users can now link their Odoo products to Pricer tags, allowing them to display detailed product information and prices directly on these tags. The system automatically updates Pricer tags every 6 hours, ensuring product information remains current.
Original PR description
This PR adds Pricer electronic tags integration withing Odoo
This update enables Odoo to process Worldline voucher payments, including Eco, Meal, and Gift vouchers, through the point-of-sale system. Previously, this functionality was missing, and now users can select the specific voucher type for transactions processed via the Worldline terminal, streamlining the payment process.
Original PR description
Before, we did not accept Worldline voucher payments. This PR adds a selection field to the pos payment method which allows the user to select the precise voucher type which will be used by the Worldline terminal in order to process a transaction. It adds the support for Eco vouchers, Meal vouchers and Gift Vouchers. It is linked to [this PR]() in worldline dynamic library code which adds the method to proceeds transactions on the terminal
This update allows users to specify the type of voucher (Meal, Eco, or Gift) when using Worldline payment terminals. Previously, all voucher payments were processed without distinction, leading to incorrect payments. Now, users can accurately allocate payments to the correct voucher type, improving payment accuracy and user experience.
Original PR description
Description of the issue/feature this PR addresses: Allow the user to select the voucher type in a Worldline payment method and pay using the corresponding voucher card Current behavior before PR:…
Description of the issue/feature this PR addresses: Allow the user to select the voucher type in a Worldline payment method and pay using the corresponding voucher card Current behavior before PR: There is no possibility to select a voucher type in a Worldline payment method. If a voucher payment is activated on the Worldline terminal it will select any available payment method on the card without making a distinction. Example: Monizze card has both Eco and Meal vouchers, but 100 eur on Eco part and 0 on Meal part --> it will take money from Eco part (and vice versa). Desired behavior after PR is merged: Worldline terminals will now accept voucher payments. The user will be able to configure a separate payment method for each of the 3 voucher payment types: 1) Meal vouchers 2) Eco vouchers 3) Gift vouchers This is done through a new selection field "voucher_type" in the Worldline payment method [Task 3077777](https://www.odoo.com/web#id=3077777&cids=1&menu_id=4720&action=333&active_id=1428&model=project.task&view_type=form) -- I confirm I have signed the CLA and read the PR guidelines at [www.odoo.com/submit-pr](http://www.odoo.com/submit-pr)
This update introduces a new overtime ruleset specifically designed for companies in Egypt (EG). It replaces the previous overtime calculation method in payslips, ensuring accurate payroll processing for this region. The change also includes updated data and a corresponding test case adjustment.
Original PR description
- added data: Overtime ruleset tailored for EG companies, along with associated work entry types. - Replacing old way of computing overtime in payslips. Task-5106549