-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
[16.0][ADD] sale_pricelist_display_surcharge #2629
base: 16.0
Are you sure you want to change the base?
[16.0][ADD] sale_pricelist_display_surcharge #2629
Conversation
8fc4eed
to
34807ab
Compare
@DavidJForgeFlow What do you think adding 'pricelist' term to module name? As this is more explicit. So, sale_display_pricelist_surcharge' |
34807ab
to
35899ef
Compare
Changed! |
@DavidJForgeFlow Could you attract people for more reviews ? |
In standard Odoo only display the discount if it benefices the customer. | ||
In the case of wanting to always show the discount (for example a surcharge), | ||
this module allows to choose if show or not the customer the discount. |
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.
In standard Odoo only display the discount if it benefices the customer. | |
In the case of wanting to always show the discount (for example a surcharge), | |
this module allows to choose if show or not the customer the discount. | |
In standard Odoo the discount is only displayed if it benefits the customer. | |
In the case of wanting to always show the discount (for example a surcharge), | |
this module allows to choose whether to show or not. |
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.
Done!
35899ef
to
2fe603f
Compare
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 LGTM
@DavidJForgeFlow would it be possible to add some test? |
Makes sense to add tests here, I will note it and add them when I have time! |
In standard Odoo only display the discount if it benefices the customer.
In the case of wanting to always show the discount (for example a surcharge), this module allows to choose if show or not the customer the discount.
@ForgeFlow