-
- Downloads
[FIX] account: report overdue: name of company duplicated
Have a partner which is only a company
Print "Due Payments" report
Before this commit, the name of the company was shown in double
this was because both `name` and `contact_address` are shown in that report
but in the case of a company, or child of a company, the company's name
is included in contact_address
After this commit, the name appears only once
OPW 1970581
closes odoo/odoo#32838
Signed-off-by:
Lucas Perais (lpe) <lpe@odoo.com>
Please register or sign in to comment