No description
Find a file
Stefan Rijnhart (Opener) 3d93911641
Merge pull request #5 from hbrunn/main-merge-requirements-pkgresources
[RFC] merge parsed requirements
2022-08-29 18:45:03 +02:00
.github/workflows Update .github/workflows/tests-with-odoo.yml 2022-06-29 16:00:50 +02:00
doc [UPD] docs 2022-08-29 16:45:41 +02:00
oca [DEL] pip specific code is handled by pkg_resources now 2022-08-29 16:45:41 +02:00
tests_with_odoo [ADD] write-requirements-file option 2022-06-29 16:39:32 +02:00
.coveragerc [FIX] Fix report to coverage.io 2015-07-28 09:29:38 +02:00
.gitignore try to fix tests 2016-11-18 16:36:34 +01:00
.travis.yml [ADD] test with all current ubuntu lts and pip versions 2022-06-28 07:06:10 +02:00
CHANGES.rst [RFR] Rename anybox.recipe.odoo to oca.recipe.odoo 2021-12-08 07:26:17 +01:00
LICENSE Initial commit 2015-06-29 19:22:16 +02:00
MANIFEST.in [RFR] Rename anybox.recipe.odoo to oca.recipe.odoo 2021-12-08 07:26:17 +01:00
README.rst [RFR] Rename anybox.recipe.odoo to oca.recipe.odoo 2021-12-08 07:26:17 +01:00
setup.cfg [ADD] setup codecov 2022-05-21 10:46:23 +02:00
setup.py [RFR] Rename anybox.recipe.odoo to oca.recipe.odoo 2021-12-08 07:26:17 +01:00
test-cover [RFR] Rename anybox.recipe.odoo to oca.recipe.odoo 2021-12-08 07:26:17 +01:00
TODO.txt [DEL] Remove feature branch name from github workflow 2022-01-02 07:32:48 +01:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 Buildouts 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