account.voucher error total and tax when setting res.lan.grouping

Bug #1207807 reported by lvalenzu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Invalid
Undecided
Unassigned

Bug Description

openerp-7.0_20130225_002124-py2.7.egg
module: account.voucher

configuration:

lang:
name:Spanish (CL) / Español (CL)
grouping: [3,3,-1]
decimal_point: ,
thousands_sep: .

currency:
name: CLP
rounding: 1.0000
accuracy: 0

decimal.precision:
name: account
digits: 0

problem:
add a new purchase account voucher, input all values , the total and tax is correct but when press save button, change:

total=total/1000
tax=tax/1000

for example:
input 1 line for amount: 111111
openerp calc:
tax_amount: 16667
total_amout: 127778

when save button is press, values change to:
input 1 line for amount: 111111 (no change)
tax_amount: 17
total_amout: 128

NOTE: IN OPENERP 6.1 THIS WORK OK, with same configuration

regards

Revision history for this message
lvalenzu (lvalenzuelaj) wrote :

Apologies, I miss indicate one important thing:

if res.lang.grouping have the default value ([]), no error occurs

Revision history for this message
Amit Parik (amit-parik) wrote :

Hello,

Not understand few things of your bug report.
for example:
input 1 line for amount: 111111
openerp calc:
tax_amount: 16667
total_amout: 127778

That will be better, If you provide the screen-shot for the bug report.

Thank you!

Changed in openobject-addons:
status: New → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for OpenERP Addons because there has been no activity for 60 days.]

Changed in openobject-addons:
status: Incomplete → Expired
Amit Parik (amit-parik)
Changed in openobject-addons:
status: Expired → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.