This question has been flagged
5 Replies
3299 Views

Is there anyway to handle increments Slab based on Percentage and increment history in odoo 12 CE. If any possibility please let me know.

Avatar
Discard

Hi, We can handle the increment history(As like Cybrosys said), but percentage increment slab is not possible currently, but we can make it by customisation.

Best Answer

Hi,

If you are looking to handle the employee salary hike, you can create a new contract for the employee and set the existing one to expired.


In the new contract, you can set the new basic salary.

Also, you will get the history of the employee salary by filtering the contracts for the corresponding employee.


Thanks

Avatar
Discard
Best Answer

We had build a solution for Employee Increment management using Odoo 12. Kindly have a look at the video demo using the below URL 

https://www.youtube.com/watch?v=211mQugoM0Q


Avatar
Discard
Author Best Answer

Yes i had checked this. But our requirement is that HR team will update the revision percentage and based on that system needs to update/create revised contract. HR Team and Employee should be able to see revision history.

We can customize but looking for any ready made solutions.


Avatar
Discard

You can either create a scheduled action for this or you can check for the availability of some modules in the store for the same. Checking the same can find some apps in the older version, you can try to port it to the corresponding version:https://apps.odoo.com/apps/modules/8.0/hr_annual_increase/

Or you can customize and create one as per the need