我正在尝试根据字段filtre_project
(在 stock.picking 中)使一些行(one2many stock.move)不可见。
我尝试使用域作为:
<field name="move_lines" position="attributes">
<attribute name="domain">[('project_id','in',filtre_project and filtre_project[0] and filtre_project[0][2])]
</attribute>