Is there an attribute that you can set to a view element such as "field", "tree", "button" that will make odoo behave as if this field wasn't present in the view? Something like
```
<field name="foo" ignore="1"\>
```
Not talking about invisible / column_invisible behaviour. I really mean like the field wasn't present at the 'arch', for all effects.
Try: <field name="foo" invisible="1"\>