jiancelx = fields.Selection([('szx', '数字型'), ('msx', '描述型')], string='检测类型', related='biaozhun_id.jiancelx')
selection 与related如何关联使用
odoo15 selection attribute will be ignored as the field is related
阅读 92
2022-01-30
jiancelx = fields.Selection([('szx', '数字型'), ('msx', '描述型')], string='检测类型', related='biaozhun_id.jiancelx')
selection 与related如何关联使用
相关推荐
精彩评论(0)