Skip to Content
मेन्यू
This question has been flagged

Hi all,


       I have inherited a new field to stock.move.line as a related field with product table.Even after setting "store=True", the field have no values in the DB.When i removed the "store=True" field, data displayed on screen.But still no data for the field in DB.Any suggestions??



class StockMoveLineInherit(models.Model):


    _inherit = "stock.move.line"


    material_type = fields.Char(string="Material Type", related='product_id.quality_parameter_type', store=True)

Avatar
Discard
Related Posts Replies Views Activity
2
जुल॰ 24
2527
1
जून 24
5007
1
अक्तू॰ 23
10689
1
अक्तू॰ 23
98
1
अग॰ 23
2193