Hello
I have created my own module and would like to use res.partner as the first field so when I click on the entry it will show the module name and then the company name.
In my class I have "res_partner_id": fields.many2one("res.partner", "Company"), as the first entry but when I create an entry and then open it, the top header looks like this:
Profil / profile.add,8
Is there anyway I can change the profile.add, 8 to show the actually company name?
Is this even possible?