This question has been flagged

I've been trying to set up the Payroll module, but there's something I can't solve; Our payroll is based in a fixed monthly salary, divided in two bi-weekly payments. The first payment is half of the salary, and the other is the other half with all the deductions and allowances applied (gas, taxes and such).

How could I achieve something like this in Odoo 13's Payroll module?

I'm considering use two payrolls for each employee, linking two salary structures to their contracts, instead of one.

Avatar
Discard
Best Answer

Hi Pedro,

I don't think you need to create two separate payrolls for each employee,

You have rules to manage how would you like to pay.

You have to properly configure rules with appropriate conditions,

Like you can create two separate rules, 

  • one contains the first two weeks' payment, it will not be reflected in allowances and deductions,
  • The second one contains the same amount because it's half of the month.

And then whenever you are adding allowances or deducting deductions you can take the second rule amount.


At last, you will calculate appropriately!!!

If you still require any further help I'm happy to help you.


Regards,

Mohit Nakrani

mohitnakrani123@gmail.com

Avatar
Discard

Hi Mohit,

Do you need a separate add on to acheive this?