-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[14.0][IMP] sale_order_general_discount: apply discount product optin #1812
[14.0][IMP] sale_order_general_discount: apply discount product optin #1812
Conversation
…al discount apply product option
Hi @OCA/crm-sales-marketing-maintainers cc @sbidoul not sure what should we do to makes runboat happy on this repo ? is there already some stuff managed about this use case ? |
@petrus-v let's discuss handling of conflicting modules in runboat in sbidoul/runboat#36 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally. Functional and code review
@sergio-teruel ping :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code review LGTM
As far I understand, someone else develop something similar that has been merged in the mean time #2685 using a domain in settings. So, I'm closing this PR ! Feel free to adapt it and create a new PR if you feel needs user be able to set it on product directly |
My customer has hundred lines in sale order, he wants apply discount only on some kind of products according his business rules. As today he set general discoung and move back to zero each lines manually.
The purpose of this PR is to improve
sale_order_general_discount
module in order to add an option on product to define if the general discount should be applied on sale order lines according linked product.