Skip to content

odoo/documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0933b57 · Sep 11, 2020
Sep 26, 2018
Jun 25, 2020
Jun 15, 2020
Apr 7, 2020
May 18, 2020
Apr 10, 2018
Aug 29, 2018
Jul 27, 2018
Dec 26, 2019
Sep 18, 2017
Apr 4, 2018
Aug 30, 2019
Mar 7, 2018
Sep 27, 2019
Aug 4, 2020
Feb 27, 2018
Apr 12, 2020
Aug 10, 2018
Sep 6, 2018
Sep 11, 2020
May 20, 2019
May 4, 2018
Sep 26, 2018
Jun 18, 2019
Nov 26, 2019
Jan 11, 2020
Aug 31, 2018
May 25, 2016
Feb 20, 2020
Apr 3, 2017
Sep 27, 2019
Jun 23, 2017
Jan 16, 2020
Jun 9, 2020
Feb 20, 2020
Apr 4, 2018
Mar 7, 2018
Sep 21, 2016
Jan 3, 2017
Mar 7, 2018
Jun 16, 2017
Nov 4, 2015
Jun 9, 2020
Dec 21, 2017
Dec 16, 2015
Feb 20, 2020
Dec 8, 2015
Sep 24, 2015
May 18, 2020
Feb 20, 2020
May 16, 2018
Sep 21, 2016

Repository files navigation

End-user Odoo documentation

Build the documentation

Requirements

  • Git

  • 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

Instructions

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

$ 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 for more detailed instructions.

Contribute to the documentation

For contributions to the content of the documentation, please refer to the Introduction Guide.

To report a content issue, request new content or ask a question, use the repository's issue tracker as usual.