mirror of
https://github.com/OCA/oca.recipe.odoo.git
synced 2026-04-23 17:43:47 -06:00
No description
- Python 100%
|
|
||
|---|---|---|
| .github/workflows | ||
| doc | ||
| oca | ||
| tests_with_odoo | ||
| .coveragerc | ||
| .gitignore | ||
| .travis.yml | ||
| CHANGES.rst | ||
| LICENSE | ||
| MANIFEST.in | ||
| README.rst | ||
| setup.cfg | ||
| setup.py | ||
| test-cover | ||
| TODO.txt | ||
Odoo buildout recipe
====================
.. image:: https://travis-ci.com/OCA/oca.recipe.odoo.svg?branch=main
:target: https://travis-ci.com/OCA/oca.recipe.odoo
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:alt: License: AGPL-3
This recipe for `Buildout <https://github.com/buildout/buildout>`_ is
a fully featured tool allowing you to define and deploy quickly
Odoo installations of any kinds, starting from the 8.0 series, and
ranging from development setups to
fully automated production deployments or continuous integration.
.. note:: For older Odoo and Python versions, please use
``anybox.recipe.odoo``, that you'll
find also on `PyPI
<https://pypi.python.org/pypi/anybox.recipe.odoo>`_
and `GitHub <https://github.com/anybox/anybox.recipe.odoo>`_.
Some of its main features include:
* uniformity across Odoo versions (from 8.0 onwards)
* installation of Odoo server
* retrieval of main software and addons from various sources,
including the major version control systems
* ability to pinpoint everything for replayability
* management of Odoo configuration
* dedicated scripts creation for easy integration of external tools,
such as test launchers
* packaging: creation of self-contained equivalents for easy
deployment in tightly controlled hosting environmenents.
All these to be considered together with Buildout‘s general
properties, such as an extensible configuration file format for easy
variation or separation of concerns, native Python distributions
installation, and of course the huge ecosystem of other recipes.
Documentation
~~~~~~~~~~~~~
The `full documentation
<https://oca.github.io/oca.recipe.odoo>`_
is written with `Sphinx
<http://sphinx-doc.org>`_, built continuously and
uploaded to https://oca.github.io/oca.recipe.odoo
The Sphinx source tree is to be found under the ``doc`` subdirectory
of this project.
The latest released version of the documentation is uploaded to PyPI
alongside with the package. See `PyPIDocumentationHosting
<https://wiki.python.org/moin/PyPiDocumentationHosting>`_ for details.
Bug reports and Feedback
~~~~~~~~~~~~~~~~~~~~~~~~
Please don't hesitate to give feedback and especially report bugs or
ask for new features on GitHub:
https://github.com/OCA/oca.recipe.odoo
Useful links
~~~~~~~~~~~~
* PyPI page: http://pypi.python.org/pypi/oca.recipe.odoo
* Main documentation: https://oca.github.io/oca.recipe.odoo
* Code repository and bug tracker: https://github.com/OCA/oca.recipe.odoo
Contributors information
~~~~~~~~~~~~~~~~~~~~~~~~
See `the latest version of the contributors documentation
<https://oca.github.io/oca.recipe.odoo/contributing.html>`_.
Credits
~~~~~~~
Authors:
* Christophe Combelles
* Georges Racinet
Contributors:
* Jean-Sébastien Suzanne
* Yannick Vaucher
* Jacques-Etienne Baudoux
* Laurent Mignon
* Leonardo Pistone
* Stefan Rijnhart
* Stéphane Bidoul
* Sebastian Kennedy
* Laetitia Gangloff
* Sandy Carter
* Holger Brunn
* Leonardo Rochael Almeida
* Alessio Gerace