تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
3186 أدوات العرض

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
مارس 25
1182
0
نوفمبر 24
1426
0
يونيو 24
1489
1
يونيو 24
1967
0
أكتوبر 23
2041