Hello,
I find the attribute oldname in field definition. Is there any use of oldname attribute?
'product_tmpl_id' : fields.many2one('product.template', 'Product Template', required=True, ondelete='cascade', select=True, oldname='product_id'),
Thanks in advance.