Skip to Content
Menu
This question has been flagged
3 Replies
2976 Views

Hello!
I wanted to know if someone here can advise me on how to configure the payroll payment module for Chile:

1- In Chile, the employee's salary is calculated for 30 days of work and I see that odoo calculates it according to the number of days in the month.
2- How to configure the other AFP options, family allowance, etc.

Thank you so much!

----------------------------------

Hola!
Queria saber si alguien aqui puede asesorarme en como configurar el modulo de pago de nominas para Chile:

1- En Chile se calcula el sueldo del empleado por 30 dias de trabajoy veo que odoo lo calcula de acuerdo a el numero de dias que tenga el mes.
2- Como configurar las demas opciones de AFP, asignacion familiar, etc.

Muchas gracias!

Avatar
Discard
Best Answer

Hello Daniel,

To compute your wage prorated to the number of days you should use the following formula (that is based on the work entries from Time-off). 

result = contract.wage / 30
missing_days = sum([w.number_of_days for code, w in worked_days.items() if not w.is_paid])
result_qty = (30 - missing_days)

For the other options, you can either hard code it in the salary  rules or through salary inputs. We do have a payroll Smartclass to learn how to create your own localisation → https://www.odoo.com/fr_FR/slides/smartclass-payroll-348

Avatar
Discard
Best Answer

Hola,

Alguien tendrá alguna solución para la configuración de Nomina para Chile?.


Saludos

Avatar
Discard
Best Answer

Hello Daniel.

Unfortunatedly, you won't find a current implementation for newer versions. But you can begin here:

https://apps.odoo.com/apps/modules/12.0/l10n_cl_hr/

and here:

https://github.com/KonosCL/addons-konos/tree/13.

Our colleagues (Odoo partners) and I are not maintaining this application as Open Source since there are several new features required by DT and SII that have not been implemented. We are recommending a third-party app, integrated with Odoo to prevent a lack of updates.

Previred is functional, but you won't find DJs for DT and for SII there.

If you search a little more, perhaps you find an updated fork for this: l10n_cl_hr.



Avatar
Discard

Hi Daniel, do you recommend any solution to this? I would love to have this resolved in Odoo Online by default.
Regards,
Sebastian

Related Posts Replies Views Activity
1
May 25
212
1
Mar 25
590
0
Feb 25
742
1
Dec 24
1340
0
Nov 24
108