跳至內容
選單
此問題已被標幟
3246 瀏覽次數

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?

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
3月 25
1364
0
11月 24
1543
0
6月 24
1591
1
6月 24
2106
0
10月 23
2144