Code review comment for lp:~synerpgy/openobject-addons/hr_payroll_french_localization

Revision history for this message
YannickB (YOLO consulting) (yannick-buron) wrote :

Hi everyone, I have good news : I just made the first commit of l10n_fr_hr_payroll, you can find it on my branch.
A large part of the work is already done, all the rules are created (~60 rules) and I can already say that hr_payroll is really able to support french payroll.

Now there is still a lot of work :
    -Create the report
    -Make the accounting configuration, so the payslip can generate the good account move
    -The actual amounts are still false, but I want to work on the report before correcting it.
I only worked on the contributions, the really important point here, other rules like deductions or allowances will be done after a first release.

Some comments :

-We really need that the basic and the percentage are visible on the payslip lines. It is mandatory here so that hr manager can see right away if an amount is wrong, and I also need theses fields in the report. I'll modify hr_payroll for that when I'll develop the report.

-Some fields like SIRET or URSSAF number should be declare in l10n_fr module, I'll also modify it for the report.

-If you say to me that hr_payroll already use keywords, then I guess you're right. Let's go for hardlinking.

-About the "Employer contribution" checkbox... well I really don't know. The only things I'm pretty sure is that employer contributions appear everywhere in the world, but I'll let you the choice to use it on hr_payroll or not.
Until that, I'll create it on the localization module.

Stay tune, the report will be done as soon as possible.

« Back to merge proposal