2015-05-25 16:00 GMT+02:00 TPH <[email protected]>: > I made some mistakes in the description above, so here again: > > Working with Tryton 3.2 > > I want to add a new field "product_code" to "product.template" because > most Information I need is in "product.template", not in "product.product" > which is now a "variant". So I want to find product.template with a > product_code. > > I add this field an have it now in my product view. > > To search now in tree view with filter I need to add "product_code" to > "product/view/template_tree.xml". >
Maybe, you are looking for this module: https://bitbucket.org/nantic/trytond-product_variant_unique -- Guillem Barba http://www.guillem.alcarrer.net
