Hi,
I'm trying to alter how odoo displays partner_id
on quotations/sale orders.
By default, if a quotation is created targeting an employee of a company, than odoo formats it with a comma dividing the name of the company and the employee, like this:
However i want to "split" the company's name and the employee's name, like this:
Which function is responsable for creating the Test Company, John string?
PS: I already know that I'll have to edit the _display_address function to add "John" to a separate line.
My question is only to find out which function creates the combined name of Company, employee