[16.0][FIX] sale_order_general_discount_triple:default general discount in line#2737
Conversation
|
Hi @AshishHirapara, |
rousseldenis
left a comment
There was a problem hiding this comment.
Could you provide a test ?
| "name": "Sale Order General Discount Triple", | ||
| "summary": "General discount per sale order with triple", | ||
| "version": "16.0.2.0.0", | ||
| "version": "16.0.2.0.1", |
There was a problem hiding this comment.
You don't need to update manually version if you don't have migration scripts. OCA bot will do it.
c6f21d3 to
debf43c
Compare
debf43c to
614f132
Compare
|
@rousseldenis I changed the fix to what I think is the actual issue, the |
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
|
Hi @rousseldenis , this PR was automatically closed by the bot due to inactivity. |
|
Hi @AshishHirapara, |
|
LGTM |
|
@rousseldenis can you review this PRs? |
|
@rousseldenis Please, can you review/merge this PR? |
|
This PR has the |
|
/ocabot merge minor |
|
On my way to merge this fine PR! |
|
Congratulations, your PR was merged at c91429e. Thanks a lot for contributing to OCA. ❤️ |
In the case of an order with a global discount, where the global discount is configured for the 'discount2' field, if a product is added and optional products are included, the optional products are inserted into the order. However, the global discount is applied to the 'discount' field instead of the configured field.
global_discount_oca.mp4