compute tax always round with account decimal precision
Bug #815398 reported by
Christophe CHAUVET
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) | Status tracked in Trunk | |||||
6.0 |
New
|
Undecided
|
Unassigned | |||
Trunk |
Confirmed
|
Wishlist
|
OpenERP R&D Addons Team 2 |
Bug Description
In 6.0.2
I have define 4 decimal in purchase,
Create a purchase, add product with tax (French accounting)
when tax is compute, the price_unit is roudning with 2 decimal (not 4), the amount taxe is false.
Regards,
Related branches
lp://staging/~akretion-team/openobject-addons/trunk-addons-tax-calculation-decimal-precision
Rejected
for merging
into
lp://staging/openobject-addons
- Nhomar - Vauxoo (community): Disapprove (amazing)
- OpenERP Core Team: Pending requested
-
Diff: 60 lines (+11/-8)2 files modifiedaccount/account.py (+7/-8)
product/product_data.xml (+4/-0)
tags: | added: account purchase rounding syleam |
To post a comment you must log in.
On the branch [1] i have modify the signature to pass another precision and use it if specify
[1] : lp:~syleam/openobject-addons/6.0-bug-815398-cct
in the purchase and sale module, the method to call compute_all must be pass the decimal precision
Regards,