mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 05:12:07 +02:00
70 lines
1.8 KiB
ReStructuredText
70 lines
1.8 KiB
ReStructuredText
.. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg
|
|
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
|
|
:alt: License: LGPL-3
|
|
|
|
==============
|
|
Test Job Queue
|
|
==============
|
|
|
|
This addon is not meant to be used. It extends the Odoo Models
|
|
in order to run automated tests on the jobs queue.
|
|
|
|
The basic tests are integrated with the ``queue_job`` addon,
|
|
but for the tests that need several job methods are done in
|
|
this module to avoid to pollute the Models.
|
|
|
|
Installation
|
|
============
|
|
|
|
Nothing particular.
|
|
|
|
Usage
|
|
=====
|
|
|
|
This module only contains Python tests.
|
|
|
|
Known issues / Roadmap
|
|
======================
|
|
|
|
Bug Tracker
|
|
===========
|
|
|
|
Bugs are tracked on `GitHub Issues
|
|
<https://github.com/OCA/queue/issues>`_. In case of trouble, please
|
|
check there if your issue has already been reported. If you spotted it first,
|
|
help us smashing it by providing a detailed and welcomed feedback.
|
|
|
|
Credits
|
|
=======
|
|
|
|
Images
|
|
------
|
|
|
|
* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
|
|
|
|
Contributors
|
|
------------
|
|
|
|
* Guewen Baconnier <guewen.baconnier@camptocamp.com>
|
|
* Stéphane Bidoul <stephane.bidoul@acsone.eu>
|
|
* Matthieu Dietrich <matthieu.dietrich@camptocamp.com>
|
|
* Jos De Graeve <Jos.DeGraeve@apertoso.be>
|
|
* David Lefever <dl@taktik.be>
|
|
* Laurent Mignon <laurent.mignon@acsone.eu>
|
|
* Laetitia Gangloff <laetitia.gangloff@acsone.eu>
|
|
|
|
Maintainer
|
|
----------
|
|
|
|
.. image:: https://odoo-community.org/logo.png
|
|
:alt: Odoo Community Association
|
|
:target: https://odoo-community.org
|
|
|
|
This module is maintained by the OCA.
|
|
|
|
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.
|
|
|
|
To contribute to this module, please visit https://odoo-community.org.
|
|
|