跳至内容
菜单
此问题已终结

n my odoo app I have a 'plantation' model with a one2many field "crop_ids". I have created a form view, and inside that form view I am showing the crop_ids as a tree. What I want to do is to show only the crops with an specific condition. I try to use a domain in the view with domain="[('is_verified', '=', True)]", but this is not working. It is showing all crops. It is important tho appy the domain in the view and not in the model, cause I have other form view that needs to show all crops inside. This is my code and is not working.

My full code is here
https://stackoverflow.com/questions/71754461/how-to-use-domain-for-one2many-field-in-a-tree-tag-inside-form-in-odoo

sdfsdfsd


page name="crop" string="Crop list"
    field name="crop_ids" domain="[('is_verified', '=', True)]"
        tree create="0" delete="0"
            field name="name_seq"
            field name="rubro"
        tree
    field
page


形象
丢弃
相关帖文 回复 查看 活动
3
5月 24
7934
0
4月 23
5286
0
6月 22
2957
1
6月 15
4127
2
6月 15
3700