跳至內容
選單
此問題已被標幟
1 回覆
1237 瀏覽次數

anyone can assist me?

頭像
捨棄
最佳答案

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

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
12月 15
3523
0
7月 23
1861
0
11月 21
3273
1
4月 19
6134
2
3月 15
17287