Tuesday, December 5, 2023
2 changes
1 change
New functionality added to Odoo
Adds a new statement of account report for Malaysian localization, available from follow-up reports. This helps businesses share clearer customer account summaries and payment follow-up information from within Odoo.
Original PR description
Impacted Version: - 17.1 and above This commit improve below features: - Create statement of account reports in follow-up reports task-3610441
1 change
New functionality added to Odoo
Odoo now integrates with Pricer electronic price tag systems, allowing businesses to link their products to physical price tags that display product information and pricing. The system automatically syncs product changes to the price tags every 12 hours, with the option for manual updates, streamlining in-store price management.
Original PR description
This PR adds a new module "pricer" It allows integration of Odoo with Pricer. Users can now associate their products in Odoo to Pricer electronic price tags, which allow them to display product information and price Every 12 hours in a cron we check if the products with Pricer tags linked to them were modified and if so, we call Pricer API to modify the displayed product information. (this can also be done manually) task-3414052