How can I delete the “sheet” node keeping its content intact?
问题 I would like to remove the node <sheet></sheet> from a form view. For instance, I have this view: <record id="view_account_period_form" model="ir.ui.view"> <field name="name">account.period.form</field> <field name="model">account.period</field> <field name="arch" type="xml"> <form string="Account Period"> <header> [...] </header> <sheet> <group> <group> <field name="name"/> <field name="fiscalyear_id" widget="selection"/> <label for="date_start" string="Duration"/> <div> <field name="date