Problem import customer refunds on bank statements
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Confirmed
|
Medium
|
OpenERP R&D Addons Team 3 |
Bug Description
Hello,
i try to import in my bank statements a customer refund but i have this error :
2013-08-12 07:51:40,055 4602 ERROR MISYL1301 openerp.netsvc: ValidateError
Error occurred while validating the field(s) amount: The amount of the voucher must be the same amount as the one on the statement line.
Traceback (most recent call last):
File "/opt/openerp/
result = ExportService.
File "/opt/openerp/
res = fn(db, uid, *params)
File "/opt/openerp/
return self.execute(db, uid, obj, method, *args, **kw or {})
File "/opt/openerp/
raise except_
except_osv: ('ValidateError', u'Error occurred while validating the field(s) amount: The amount of the voucher must be the same amount as the one on the statement line.')
Thanks for your help
Related branches
Changed in openobject-addons: | |
assignee: | nobody → OpenERP R&D Addons Team 3 (openerp-dev-addons3) |
importance: | Undecided → Medium |
status: | New → Confirmed |
tags: | added: bankstatement |
tags: | added: maintenance |
How to generate the bug
1. create a new database (sales + accounting French)
2. create a customer
3. create a customer invoice
4. create a customer refund with the customer invoice created
5. import on bank statement the customer invoice => OK
6. import on bank statement the customer refund => KO : You'll have the error's message