You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As odoo does not have rounding for field amount_total, in some cases amount_residual only looks like 0, but it is not. And while filtering by this field, you get:
amount_residual is:
This issue was noticed while migrating from v10, but it also happens with new orders in v16.
To Reproduce
Affected versions:
Steps to reproduce the behavior:
It happens when unit price is similar to this:
Expected behavior
It should be 0
Additional context
Fix: add digits on field amount_residual as digits="Product Price"
Also, in some cases (with custom, oca and odoo modules combined), tests fail. If should be @tagged("post_install", "-at_install") added on tests.
The text was updated successfully, but these errors were encountered:
Module
sale_advance_payment
Describe the bug
As odoo does not have rounding for field amount_total, in some cases amount_residual only looks like 0, but it is not. And while filtering by this field, you get:
amount_residual is:
This issue was noticed while migrating from v10, but it also happens with new orders in v16.
To Reproduce
Affected versions:
Steps to reproduce the behavior:
Expected behavior
It should be 0
Additional context
Fix: add digits on field amount_residual as digits="Product Price"
Also, in some cases (with custom, oca and odoo modules combined), tests fail. If should be @tagged("post_install", "-at_install") added on tests.
The text was updated successfully, but these errors were encountered: