my Gol is to hide invoice_date_due & invoice_date in invoice tree view by default
I created new custom module that's my view first i tried optional="hide " did not work
so i did this
id="hide_view_order_form_inherit" model="ir.ui.view">
name="name">account.move.inherit
name="model">account.move
name="inherit_id" ref="account.view_out_invoice_tree"/>
name="arch" type="xml">
name="invoice_date" position="attributes">
name="invisible">1
name="invoice_date_due" position="attributes">
name="invisible">1
its work but just in one field invoice_date_due field