I installed the product_brand
module for OpenERP 6.1.
Through web client, I managed to show the product brand in the product list page by inherited the product.product.tree view through debug (developer) mode by inserting the product_brand_id
field.
Now I want the product brand name to show in the sale.order.line.tree
view of a sales order.
I noticed they are different models, one is product.product
, and the other is sale.order.line
.
Is it possible to show fields of other models in OpenERP?
How to reference a field name across related (different) models?