-
-
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
[16.0] sale_fixed_discount rounding issues #3115
Comments
@CRogos Not entirely sure this should be posted here though, should this bug report not be created in 'OCA/account-invoicing' instead? Anyways, I specifically accounted for this behaviour when I redesigned the module. I also mention it specifically here that I need to account for the tax rounding in the core. |
In standard Odoo you cannot enter a discount of 70.000 on a price of 84.000 so that the subtotal is 14.000. It alsways turns into 14.002,80 because of rounding issues:
When we install sale_fixed_discount you can enter a discount of exactly 70.000 and everything in the SO looks good
Neverthelss as soon as you generate an invoice from this SO, you get this, which ends up in a wrong TAX calculation:
Any suggestions who to fix this? Should fixed discount overwrite the IsStored and always recompute the %(Disc) value?
@PieterPaulussen do you have any suggestion. This problem is new to v16
The text was updated successfully, but these errors were encountered: