Skip to Content
Menu
This question has been flagged
2 Replies
1237 Views

Has anyone found a solution for calculating taxes and dispersants of payroll checks directly on Odoo?

Its frustrating that Odoo does not have a solution outside of Belgium for this.

Avatar
Discard
Best Answer

If you have Enterprise you have to create your own programming. I created work entries for each type of activity (sick, vacation, work from home, overtime, etc.). Then create rules based on percentages for each rule. For example Work Entry Type code LEAVE102 is linked to a specific time off (i.e. Personal time). The salary rule looks like this..

Condition Based On: Always True

Computation

Amount Type: Percentage

Percentage based on: contract.hourly_wage

Quantity: worked_days.LEAVE102 and

                worked_days.LEAVE102.number_of_hours

Percentage: 100.00

For taxes you have to create additional salary rules. For example FICA-Social Security would look like this...

Condition based on: Always true

Amount Type: Percentage

Percentage based on: categoried.GROSS

Quantity: 1

Percentage: 6.20

And you could list the Partner as the IRS or EFTPS (Electronic Federal Tax Payment System)

*You would have to create this rule as a deduction so it comes out of the employee portion and then create a duplicate rule that is a company contribution so it does not come out of the employee pay. 

You can use these as the basic formulas to set up all the rules you need. 

*Remember you work entries have to be accurate to reflect the appropriate time off, OT, attendance, etc. or the payslips will not calculate correctly.

Avatar
Discard
Best Answer

Hello.

You can create your own calculation formula using the module below. This module it 's more simple to work with payroll:

https://apps.odoo.com/apps/modules/13.0/xf_payroll/


Avatar
Discard
Related Posts Replies Views Activity
0
Jul 22
433
0
Dec 19
5681
1
Dec 22
3399
2
Jul 20
4357
3
Dec 21
2663