Skip to content

HomeProTech/queue_openupgrade

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,349 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Runbot Status Build Status codecov Translation Status

Odoo Queue Job

Asynchronous Job Queue. Delay Model methods in asynchronous jobs, executed in the background as soon as possible or on a schedule. Support Channels to segregates jobs in different queues with different capacities. Unlike scheduled tasks, a job captures arguments for later processing.

Available addons

addon version maintainers summary
queue_job 15.0.1.0.0 guewen Job Queue
test_queue_job 15.0.1.0.0 Queue Job Tests

Unported addons

addon version maintainers summary
base_export_async 12.0.1.0.0 (unported) Asynchronous export with job queue
base_import_async 14.0.1.0.1 (unported) Import CSV files in the background
queue_job_cron 14.0.1.0.0 (unported) Scheduled Actions as Queue Jobs
queue_job_subscribe 14.0.1.0.0 (unported) Control which users are subscribed to queue job notifications
test_base_import_async 14.0.1.0.1 (unported) Test suite for base_import_async. Normally you don't need to install this.

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to OCA policy. Consult each module's __manifest__.py file, which contains a license key that explains its license.


OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 72.6%
  • HTML 25.9%
  • JavaScript 1.5%