As mentioned in several posts here, the default formatting of the product name is [INTERNAL_REFERENCE] Product Name
.
We would like to show only the internal reference in the product_template_id
column, since we have the product name as first line of the description (column name
).
Is there another approach than overriding `name_get(self)` in the product model? We would like to show both the reference and name in the product dropdown, but on the actual sale_order_line
, it should show the reference only.
Has anybody an idea how to sovle this?