queue
queue copied to clipboard
Asynchronous Job Queue
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...
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...
PR for https://github.com/OCA/queue/issues/608
## Module Queue Job (queue_job) ## Describe the bug This commit leads to the errors with tests on Odoo.sh (check the screenshot below):  Looks like this can be easily...
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
Port of the following PRs from 14.0 to 15.0: - #403 - #495 - #594 - #629
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...