Skip to Content
Menú
This question has been flagged
1 Respondre
1178 Vistes

anyone can assist me?

Avatar
Descartar
Best Answer

Hi,

You can try this code



<odoo>

    <record id="view_hr_job_form_inherit" model="ir.ui.view">

<field name="name">hr.job.form</field>

        <field name="model">hr.job</field>

<field name="inherit_id" ref="hr_recruitment.view_hr_job_form"/>

        <field name="arch" type="xml">

            <xpath expr="//form" position="attributes">

<attribute name="default_order">create_date DESC</attribute>

            </xpath>

        </field>

    </record>

</odoo>



Hope it helps

Avatar
Descartar
Related Posts Respostes Vistes Activitat
0
de des. 15
3500
0
de jul. 23
1844
0
de nov. 21
3222
1
d’abr. 19
6089
2
de març 15
17217