odoo-14

Odoo 14: Add a section functionality in tree view

社会主义新天地 提交于 2021-01-04 06:41:49
问题 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

Odoo 14: Add a section functionality in tree view

萝らか妹 提交于 2021-01-04 06:41:45
问题 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