jiancelx = fields.Selection([('szx', '数字型'), ('msx', '描述型')], string='检测类型', related='biaozhun_id.jiancelx')
selection 与related如何关联使用
微信扫一扫
jiancelx = fields.Selection([('szx', '数字型'), ('msx', '描述型')], string='检测类型', related='biaozhun_id.jiancelx')
selection 与related如何关联使用
相关推荐