Hello,
how to create related field?
i have created a field "length" in product.template and a field with "cutting" in mrp.bom.line. i want to get value of "cutting" field from "length"? how can i do?
i am wrting as:
cutting = fields.Float(related='related='product.template.length','string="Cutting")
it results in server error?
please help