-
-
Notifications
You must be signed in to change notification settings - Fork 700
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][FIX] account_invoice_triple_discount: discount decimal precision #1487
[16.0][FIX] account_invoice_triple_discount: discount decimal precision #1487
Conversation
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.
thanks !
Please @eantones could you review this PR? |
/ocabot rebase |
@rafaelbn The rebase process failed, because command
|
4591fb6
to
a0a8105
Compare
Hi @rafaelbn , I have manually the rebase after seeing the bot error. |
@@ -3,7 +3,7 @@ | |||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | |||
{ | |||
"name": "Account Invoice Triple Discount", | |||
"version": "16.0.1.0.1", | |||
"version": "16.0.1.0.2", |
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.
You don't need to update version. This is made by bot automatically.
5fb6940
to
5a5dfb2
Compare
5a5dfb2
to
41ab75a
Compare
41ab75a
to
ee23679
Compare
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. |
When calculating the triple discount, if there is any raise the decimal precision of the discount field stays at 16, so try except is added to avoid this.