Greetings
i'm triying to make invisible a one2many field when it hasn't some data in the field... i tried with
<field name="parent_id" attrs="{'invisible': [(' parent_id ', '=', 'False')]}"/>
but that makes it invisible as same way invisible="True".
How can i solve it?