Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
1177 Vistas

anyone can assist me?

Avatar
Descartar
Mejor respuesta

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
Publicaciones relacionadas Respuestas Vistas Actividad
0
dic 15
3500
0
jul 23
1844
0
nov 21
3222
1
abr 19
6089
2
mar 15
17217