Odoo documentation sources
Go to file
2021-05-09 01:30:40 +02:00
.github [IMP] CODEOWNERS: add new codeowner for technical files 2021-05-05 11:09:31 +02:00
.tx [I18N] *: export 14.0 source terms 2021-02-04 11:30:29 +01:00
content [IMP] accounting: add ecommerce webinar to l10n/argentina 2021-05-05 18:49:14 +02:00
extensions [MERGE] Forward-port of branch 13.0 to 14.0 2021-05-04 17:57:56 +02:00
locale [I18N] Update translation terms from Transifex 2021-05-09 01:30:40 +02:00
static [MERGE] Forward-port of branch 12.0 to 13.0 2021-05-04 16:31:06 +02:00
.gitignore [REF][MOV] documentation apocalypse 2021-05-04 15:44:00 +02:00
commit_template.txt [IMP] base: add a commit message template with the guidelines 2020-01-16 14:17:37 +01:00
conf.py [MERGE] Forward-port of branch 13.0 to 14.0 2021-05-04 16:51:07 +02:00
Makefile [MERGE] Forward-port of branch 13.0 to 14.0 2021-05-04 16:51:07 +02:00
README.rst [MERGE] Forward-port of branch 12.0 to 13.0 2020-02-20 16:55:36 +01:00
redirects.txt [MERGE] Forward-port of branch 13.0 to 14.0 2021-05-04 17:57:56 +02:00
requirements.txt [REF][MOV] documentation apocalypse 2021-05-04 15:44:00 +02:00

===========================
End-user Odoo documentation
===========================

Build the documentation
=======================

Requirements
------------

- `Git <https://www.odoo.com/documentation/user/contributing/documentation/introduction_guide.html#install-git>`_

- | `Python 3 <https://www.odoo.com/documentation/user/contributing/documentation/introduction_guide.html#python>`_
  | If you don't know which subversion to choose, pick the last one.
  | Python dependencies are listed in the file ``requirements.txt`` located in the root
    directory.

  - Sphinx 2.4.0 or above.
  - Werkzeug 0.14.1

- `Make <https://www.odoo.com/documentation/user/contributing/documentation/introduction_guide.html#make>`_

Instructions
------------

In a terminal, navigate to the root directory and execute the following command:

.. code-block:: console

   $ make html

This compiles the documentation to HTML.

Open ``documentation-user/_build/html/index.html`` in your web browser to display the render.

See `this guide
<https://www.odoo.com/documentation/user/contributing/documentation/introduction_guide.html#prepare-your-version>`_
for more detailed instructions.

Contribute to the documentation
===============================

For contributions to the content of the documentation, please refer to the `Introduction Guide
<https://www.odoo.com/documentation/user/contributing/documentation/introduction_guide.html>`_.

To **report a content issue**, **request new content** or **ask a question**, use the `repository's
issue tracker <https://github.com/odoo/documentation-user/issues>`_ as usual.

Learn More
==========

To learn more about Odoo, in addition to the documentation, have a look at `the official eLearning
<https://odoo.com/slides>`_ and `Scale-up, The Business Game
<https://www.odoo.com/page/scale-up-business-game>`_