我正在使用OpenERP的工资单模块,并对以下错误感到生气。
这就是我的尝试:
但是当我试图批准工资单时,我收到错误:
ProgrammingError: operator does not exist: integer = boolean
LINE 1: ...d FROM "account_account" WHERE account_account.id IN (false)...
^
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.
仅当我在“离开类型”部分选择“未付款”时才会出现此情况。
答案 0 :(得分:1)
最后我找到了问题的解决方案..
当与LOP对应的帐户作为False
输入db时,会出现此问题。
要解决此问题,只需为General Account
行选择LOP
即可
Payslip的salary structure
标签。
答案 1 :(得分:0)
您可以使用以下python代码:
尝试: 结果=-(contract.wage / 31)* working_days.Unpaid.number_of_days 除 : 结果= 0