Monday, April 29, 2024
1 change · saas-17.1
Resolved issues and error corrections
This fixes an issue where loyalty programs tied to specific price lists stopped awarding points in Point of Sale. Businesses can now reliably use price-list-specific loyalty rules so customers receive the rewards they earned.
Original PR description
Current behavior: When specifying a pricelist on a loyalty program, it would not work anymore. Point are not being added anymore Steps to reproduce: - Create a loyalty program that gives 1 point for 0.1€ - Open any PoS - Select a partner and add some products - The loyalty points are not added Note: This was happening because `pricelist_ids` do not contain ids but pricelist object that contains the id and other informations. opw-3818483 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr