Sunday, June 4, 2023
2 changes · master
Enhancements to existing features
Sales pricelist exports now include the full product catalog with calculated prices, not just the pricing rules. This helps teams share or analyze complete price lists without manually rebuilding product-price information outside Odoo.
Original PR description
Description of the issue/feature this PR addresses: If you have a pricelist with a pricelist rules with a computed formula for all the products, you can't export all the products and its prices. Current behavior before PR: Only export the pricelist rules but not the products Desired behavior after PR is merged: Export the pricelist with all the products in the catalog with prices. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Loyalty coupons generated when an order is confirmed will now appear directly on the printed order PDF, instead of relying only on email delivery. This helps customers receive and use their coupon immediately, reducing missed promotions caused by unopened or misplaced emails.
Original PR description
Description of the issue/feature this PR addresses: If we make a loyalty program , like next order coupon, when we confirm the order only have the option to auto send an email with the coupon information. Current behavior before PR: Make an order and confirm it, if apply for loyalty program, Odoo send an email with the coupon. Desired behavior after PR is merged: When we confirm an order, the coupon will apear in the printed order (pdf), this will help selling more in a lower time, because maybe the email coupon can go to the draft email, maybe the customer don't gonna open the email, maybe can't go again to the store, etc.