Hello,
I want to change the display string on the dropdown menu from the backend Many2one field for product.product and res.partner.
I know _rec_name and def name_get works but I don't want to use them.
Because other peoples are creating modules, an overriding display for product.product and res.partner may cause problems on other modules.
I need a solution for change the display string for many2one fields for just one form view.
ex)
product.product
- current: defaultcode, name
- I want: name
res.partner
- current: name, parent_name
- I want: street/street2(name/phone)