Skip to content

[ADD] hr_payroll_document_queue#252

Open
SirPyTech wants to merge 2 commits intoOCA:16.0from
PyTech-SRL:16.0-add-hr_payroll_document_queue
Open

[ADD] hr_payroll_document_queue#252
SirPyTech wants to merge 2 commits intoOCA:16.0from
PyTech-SRL:16.0-add-hr_payroll_document_queue

Conversation

@SirPyTech
Copy link

Add a new module to process the payslips asynchronously.

I have also included a small improvement to allow multiple wizards to be processed at the same time without conflicts.
A more elaborate solution could be implemented (like using https://docs.python.org/3/library/tempfile.html) but that would require more refactoring.

Let me know what you think!

If multiple wizards are sending payrolls at the same time, every wizard acts in their own folder.
Also add display name.
@OCA-git-bot
Copy link
Contributor

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

@SirPyTech SirPyTech marked this pull request as ready for review February 11, 2026 11:15
Copy link

@quirino95 quirino95 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code and functional review: LGTM

Suggestion (non-blocking): What do you think about keeping just the "Send" button instead of two? Of course, in this case, "Send" will do an asynchronous call. I think this is better for the user experience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants