콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1115 화면

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