Hi all,
I'm trying to add product.attributes to my products via my own module, but I'm lost.
I've found the product.attribute class in /addons/product/product.py but theres no documentation on how to add them.
I'm trying to add them to my product.template custom module ( i've extend the product.template class )
I've tried: self.pool.get('product.attribute').write() but that didn't work. The attributes are not showing up by the product and can't be found under: Sales > Configuration > Product categories & Attributes > Attributes.
i'm using the new odoo V8 version.