Odoo 14: Add a section functionality in tree view
问题 I need add a section functionality like sales > quotation view has, in one of my tree views. . Code of my view is something like this: <record id="view_qualification_form_inh" model="ir.ui.view"> <field name="name">hr.applicant.form</field> <field name="model">hr.applicant</field> <field name="inherit_id" ref="hr_recruitment.hr_applicant_view_form" /> <field name="arch" type="xml"> <xpath expr="//field[@name = 'description']" position="after"> <notebook> <page string="Qualification"> <field