Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
3452 Tampilan

I want to set account_debit to '5848' if there is one, otherwise set the account to '5800'


<record id="hr_salary_rule-sau" model="hr.salary.rule">
    <field name="account_debit" search="['|',('code', '=', '5848'),('code', '=', '5800')]" />
</record>


But i think the Postgres optimizer uses the order of code in account.account rather than care about the order of precedence.

Is there a way to do this? Change the order by? Conditions in the XML?

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
1
Mar 25
2045
0
Nov 24
1909
0
Jun 24
1865
1
Jun 24
2393
0
Okt 23
2370