queue icon indicating copy to clipboard operation
queue copied to clipboard

Asynchronous Job Queue

Results 170 queue issues
Sort by recently updated
recently updated
newest added

I created task and here are the datetime recorded Created Date | 07/03/2022 02:29:11 Enqueue Time | 06/03/2022 23:29:11 Start Date | 07/03/2022 02:29:11 This is the correct time of...

bug
stale

initial commit - Add context before queue

https://github.com/OCA/queue/issues/459 depends on https://github.com/OCA/queue/pull/460

# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-16.0 # Modules to migrate - [ ] base_export_async - [ ] base_import_async - [x] queue_job - [x] queue_job_cron - By @baimont - #461 - [ ] queue_job_cron_jobrunner...

help wanted
work in progress
no stale

## Module Queue Job (queue_job) ## Describe the bug This commit leads to the errors with tests on Odoo.sh (check the screenshot below): ![image](https://github.com/OCA/queue/assets/10652233/785fa3ff-a924-4609-9fcb-83ced60e2f42) Looks like this can be easily...

bug

The override of the method `do` is missing some context keys introduced when importing a file (by [base_import](https://github.com/odoo/odoo/blob/13.0/addons/base_import/models/base_import.py#L923)) in "asynchronous mode". This PR introduces those keys in the job context....

Port of the following PRs from 14.0 to 16.0: - #403 - #495 - #629

approved
ready to merge

Port of the following PRs from 14.0 to 15.0: - #403 - #495 - #594 - #629

approved
ready to merge

Improvement: - Add the ability to specify mail template for export.async.schedule. - Add the ability to attach the export attachment to the email. These two new features will help if...