[7.0/trunk] Product price change when taxes are included in price
Bug #1173102 reported by
Pedro Manuel Baeza
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Fix Committed
|
Medium
|
OpenERP R&D Addons Team 3 | |||
OpenERP Community Backports (Addons) | Status tracked in 7.0 | |||||
7.0 |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Steps to reproduce:
1. Install demo DB with account module.
2. Set in Settings > Configuration > Invoicing, in "Tax calculation rounding method", the value "Round globally".
3. Use any currency with 2 decimals (euro, pound...)
4. Create a tax of 20%, checking 'Included in price'.
5. Create a product with list price: 39.99, and with that tax.
6. Create an invoice, include the product in quantity of 1.
7. Check: subtotal, you will see 33.33, taxes will be 6.67, and the total price will be 40.00, which is not the correct price.
Related branches
lp://staging/~openerp-dev/openobject-addons/trunk-bug-1173102-ssh
Ready for review
for merging
into
lp://staging/openobject-addons
- Holger Brunn (Therp) (community): Needs Fixing (code review)
- Pedro Manuel Baeza (community): Approve (code review and test)
- OpenERP Core Team: Pending requested
-
Diff: 13 lines (+1/-2)1 file modifiedaccount/account.py (+1/-2)
lp://staging/~pedro.baeza/ocb-addons/7.0-bug-1173102
Rejected
for merging
into
lp://staging/ocb-addons
- Holger Brunn (Therp): Needs Information (code review)
-
Diff: 13 lines (+1/-2)1 file modifiedaccount/account.py (+1/-2)
description: | updated |
affects: | openobject-server → openobject-addons |
Changed in openobject-addons: | |
status: | Confirmed → In Progress |
Changed in openobject-addons: | |
status: | In Progress → Fix Committed |
description: | updated |
To post a comment you must log in.
Hello Pedro,
Same steps I done at my end, but all are working fine. Would you please see the attached screen-shot and let us know.
Thank you!