I'm using odoo v8 and I had create a new module to develop specific feature for my company.
My goal is to add an additional column in product template variant list (only on the display view not when editing or creating attribute) (http://www.files.com/image/58121ec64bf47/print1.png).
This column which contain the unit of measure of attribut was defined on product attribute configuration (http://www.files.com/image/5812239446f0f/print2.png).
I have identified that the field name I need to update is attribute_line_ids, it's right ?