跳至内容
菜单
此问题已终结
1 回复
4705 查看


Hi All,

when I was testing odoo for Payroll Module, it is always calculating salary for a whole month regardless of the contract start date (employee joining date). I think it is a very annoying bug in Odoo , if any body can help for the same, will be great.

Thanks in advance

形象
丢弃
最佳答案

Odoo 13 EE & CE doesn't have this feature. It's now available in Odoo 15 EE through Work Entries.

But you have work a rounds you can create a salary rule in your structure to calculate the "Out of Contract".
You can use a python code rule to get the  Gross and divide it by the days of the month to get the value of 1 salary pay day then use an input to deduct the out of contract days.

For Example:
    result = - ( (GROSS divided by 30) * inputs.OUT_OF_CONTRACT.amount)

形象
丢弃
相关帖文 回复 查看 活动
1
2月 20
3855
2
1月 25
1330
2
12月 24
2369
2
8月 24
11481
1
3月 24
2394