Skip to Content
Menu
This question has been flagged
1 Reply
1817 Views

Hello there,

We are on Odoo 9. In the aged customers balance report.

We get this error when we click on ONLY ONE customer (C.R. Lucie Bruneau) to get the report. No special chars in the name of this customer. All the other customers are right to generate the report...

Many customers have their field parent_id = NULL. They work even with this. But not the one with the error.

An idea?

The error in log :

File "/usr/lib/python2.7/dist-packages/openerp/addons/account_reports_followup/account_followup_report.py", line 80, in create    'company_name': partner.parent_id.name,ValueError: unsupported format character ',' (0x2c) at index 26

Aged balance :



Avatar
Discard
Author Best Answer

I have found the solution.

The customer who causes the problem was the only one to use a level 3 in account_followup_followup_line.

In the field 'description' of this account_followup_followup_line, It missed an 's'...

Thanks all

Dear %(partner_name)s,
Avatar
Discard