mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-20 00:32:00 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -0,0 +1,45 @@
|
|||
.. _api-queue:
|
||||
|
||||
#####
|
||||
Queue
|
||||
#####
|
||||
|
||||
Models
|
||||
******
|
||||
|
||||
.. automodule:: odoo.addons.queue_job.models.base
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
.. automodule:: odoo.addons.queue_job.models.queue_job
|
||||
|
||||
.. autoclass:: QueueJob
|
||||
|
||||
.. autoattribute:: _name
|
||||
.. autoattribute:: _inherit
|
||||
|
||||
***
|
||||
Job
|
||||
***
|
||||
|
||||
.. automodule:: odoo.addons.queue_job.job
|
||||
|
||||
Decorators
|
||||
==========
|
||||
|
||||
.. autofunction:: job
|
||||
.. autofunction:: related_action
|
||||
|
||||
Internals
|
||||
=========
|
||||
|
||||
.. autoclass:: DelayableRecordset
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
.. autoclass:: Job
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
Loading…
Add table
Add a link
Reference in a new issue