Daily updates from Odoo
Thursday, October 10, 2019
2 changes
Code cleanup and technical improvements
The coupon-related functionality is being reorganized into a new shared coupon module. This makes it easier for different sales apps to reuse and extend coupon capabilities without duplicating work.
Original PR description
This refactoring extracts parts of `sale_coupon` module to create a more generic module called `coupon`. This new module can be extended in different sales modules to implement functionalities specific to modules that extend it. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change restructures coupon functionality so shared coupon logic lives in a more generic coupon module. This makes it easier for different sales-related apps, such as helpdesk sales coupons, to reuse and extend coupon features consistently without duplicating work.
Original PR description
This refactoring extracts parts of sale_coupon module to create a more generic module called coupon. This new module can be extended in different sales modules to implement functionalities specific to modules that extend it.