OCA / payroll

Odoo modules for payroll management
GNU Affero General Public License v3.0
75 stars 117 forks source link

[WIP][16.0] imp payroll account group entries #145

Open cvinh opened 7 months ago

cvinh commented 7 months ago

In some country (ie FR or PF), the experts do not want to have separate account moves for payslips. They want to have a global account move without the employees salary details @Ana0m

OCA-git-bot commented 7 months ago

Hi @nimarosa, @appstogrow, some modules you are maintaining are being modified, check this out!

github-actions[bot] commented 3 months ago

There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.

nimarosa commented 3 months ago

Hello are you going to finish this PR? Tell me so I remove the stale tag.

cvinh commented 3 months ago

Hello are you going to finish this PR? Tell me so I remove the stale tag.

Yes, please remove stale tag

hitrosol commented 2 months ago

I think grouping the journal entries can be made if the payslip_run_id is True by creating the payslip batch. And the journal entries will be created if all the payslip have been confirmed by user. By this case, we don't have to create field action_group_payslips. We are going to create PR for this case in V14 soon.

cvinh commented 2 months ago

I think grouping the journal entries can be made if the payslip_run_id is True by creating the payslip batch. And the journal entries will be created if all the payslip have been confirmed by user. By this case, we don't have to create field action_group_payslips. We are going to create PR for this case in V14 soon.

Thanks for your share. We prefer to keep the option for the company if they want to group the journal entries or not. This is because the payment might be global or individual... with a setup, it's more flexible