USD price_total miscalculated in Turnover Report
Bug #1154223 reported by
Douglas Baldwin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Fix Committed
|
Medium
|
OpenERP R&D Addons Team 3 |
Bug Description
1. Steps to Reproduce:
a) New 7.0 trunk with only the "Payment Follow-Up Management" module.
b) Choose "Custom" COA with currency in USD.
c) Create a Customer and an Invoice in the amount of 1.00 USD.
d) At the Customer Form, choose menu item More=>Monthly Turnover
2. Observation: "Total without Tax" is 0.78
[Note: seems to be in EUR, but COA and this invoice are in USD]
[Also: Ran alternate test with 0% tax rate; same error]
3. Expectation: "Total without Tax" is 1.00
4. Platform: Debian Testing and Chrome Browser
5. Build: Debian nightly OpenERP trunk
Field: account.
Creates terrible first customer impression.
Related branches
lp://staging/~openerp-dev/openobject-addons/trunk-bug-1154223-dka
Ready for review
for merging
into
lp://staging/openobject-addons
- OpenERP Core Team: Pending requested
-
Diff: 18 lines (+7/-1)1 file modifiedaccount/report/account_invoice_report.py (+7/-1)
description: | updated |
Changed in openobject-addons: | |
assignee: | nobody → OpenERP R&D Addons Team 3 (openerp-dev-addons3) |
importance: | Undecided → Medium |
status: | New → Confirmed |
tags: | added: invoicing |
To post a comment you must log in.
Hello Douglas,
Yes, its open the statistical view of partner with total and untaxed amount. SQL report is wrong.
Thanks for the reporting!