Daily updates from Odoo
Monday, May 11, 2020
1 change
Code cleanup and technical improvements
The coupon logic has been reorganized into a shared coupon module so different sales-related apps can reuse it more easily. This should make future coupon features easier to build and maintain while preserving existing helpdesk, sales, and tax-related behavior.
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. TASK-ID: 1967639 Community PR: odoo/odoo#38382