Skip to Content
Menú
This question has been flagged
3610 Vistes

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
Descartar
Related Posts Respostes Vistes Activitat
1
de març 25
2376
0
de nov. 24
2184
0
de juny 24
2048
1
de juny 24
2623
0
d’oct. 23
2660