[已解决]如何修改Odoo默认保存按钮的事件
-
@digitalsatori 计算字段我会点,在用,关键是我找不到他说的那个write()方法,是模型自带的默认方法吗?
-
@hui 你这里product_id.robot_protection_type_color_id这个字段不是product_template模型中的字段,是在本模型中有这个字段的,我的要求是product_id是一个计算字段,然后它的值依赖于product_template模型中的某个字段。
比如product_template模型中有个is_qualified字段,然后本模型中的product_id字段的值与is_qualified字段有关,那能写成@api.depends('product_template.is_qualified')吗? 本模型与product_template 模型的关系是本模型中有product_template.id