What is the best solution to hide field eg. partner_id in
<xpath expr="."> <field name="partner_id" /> </xpath>
<xpath expr="//field[@name='partner_id']" position="attributes"> <attribute name="invisible">1</attribute> </xpath>