Hi guys,
Is there anyone who can tell me how to do it ?
I would like to merge 3 or 4 fields to make a combined (product) name.
For example in product.form.view i would like to create a product name based on fields added by my module.
field name="name" while writing should contain (field="brand" + field="model" + field="size" + ... depends what i want to add into the name)
I'm trying but nothing works as i want. Can anyone explain a bit how should it look like ?
I'm too new in Odoo/Backbone so more than some links i need a description or example. Of course i'll search and learn but .... it's time consuming process :) Anyway, thanx guys. I so appreciate.
Guys, basically all i want to do is: in product.form.view must be automatically build from: + ' ' + + ' ' + + more fields if needed. My module creating a groups of fields depending on product type. To avoid a hundreds of fields on the product page because every product require different series of them. That's why i would like to buid a name from these fields to keep a name syntax always the same. I know it's crazy but .... :) So any example .. ? how should it look like ?
Still don't know how to do it :( Have anyone some examples how should it look like ?
Hi Robert, you can use the "object_merger" module for your requirement Download it from the link: https://www.odoo.com/apps/modules/7.0/object_merger/ [1] 1.Install the module 2.Created the " Object MergerConfiguration " for the product.product object in Settings/Configuration/Object Merger. 3. Created two products (product 1 and product 2 ) 4.Merge the products and "Productr to keep" as product 1. 5.Now you can see some fields of product 2 can be merged in product 1. Like this way you can do for all the objects [1] https://www.odoo.com/apps/modules/7.0/object_merger/