Odoo documentation sources
Go to file
2020-02-27 11:24:55 +01:00
_extensions [IMP] technical: remove future warning of Sphinx 2020-02-20 11:01:17 +01:00
_static [ADD] contributing: add doc for contributing to the documentation 2020-02-20 10:52:42 +01:00
.tx [I18N] export 11.0 source terms 2018-09-26 16:13:49 +02:00
accounting [MERGE] Forward port of 10.0 to 11.0 2019-12-13 15:10:53 +01:00
contributing [FIX] contributing: fix typo 2020-02-27 11:24:55 +01:00
crm [FIX] crm: update screenshot with right URL 2019-08-29 09:34:56 +02:00
db_management [IMP] db_management: update screenshot to v11 uninstall wizard 2018-08-29 14:14:20 +02:00
discuss [FIX] discuss: typo easiliy -> easily 2019-05-28 14:29:00 +02:00
ecommerce [FIX] ecommerce: add mandatory configuration for Paypal requests encoding (#498) 2019-12-26 09:00:40 +01:00
expense [IMP] expense: Update doc flow to v11 2017-09-18 12:29:11 +02:00
general [IMP] crm: Whole documentation overhaul 2018-04-04 13:10:59 +02:00
getting_started [FIX] getting_started/documentation: dead link 2019-08-30 10:14:34 +02:00
helpdesk [ADD] helpdesk: Record and invoice time for tickets 2018-03-07 16:54:50 +01:00
inventory [MERGE] Forward-port of 10.0 up to 2a17601b52 2019-09-27 15:38:07 +02:00
legal [FIX] legal: typo in partnership contract 2019-08-09 19:20:56 +02:00
livechat [FIX] livechat: Display options in bold 2018-02-27 13:11:47 +01:00
locale [I18N] Update translation terms from Transifex 2020-02-23 05:00:57 +01:00
manufacturing [FIX] manufacturing : bill of material fix wrong direction 2018-08-10 14:12:57 +02:00
mobile [ADD] mobile: Setup your Firebase Cloud Messaging 2018-09-06 10:54:01 +02:00
odoo_sh [IMP] odoo_sh: update doc to latest changes 2019-11-22 19:02:15 +01:00
point_of_sale [FIX] point_of_sale: POSBoxless 2019-05-20 12:11:10 +02:00
portal [ADD]Documentation: added new section eplaining My Account 2018-05-04 14:40:32 +02:00
project [FIX] project: update link to non-existant section 2018-09-26 16:25:03 +02:00
purchase [FIX] purchase: remove reference to old page 2019-06-18 16:17:12 +02:00
sales [FIX] sales: fix illustration for discount with rounding example (#481) 2019-11-26 11:32:57 +01:00
website [FIX] website: wait a bit before complaining that it does not work 2020-01-11 12:57:59 +01:00
.gitignore [FIX] a pair of leftover warnings 2018-08-31 14:41:25 +02:00
accounting.rst [ADD] accounting: Switzerland Accounting Localization 2017-04-03 16:19:34 +02:00
applications.rst [MERGE] Forward-port of 10.0 up to 2a17601b52 2019-09-27 15:38:07 +02:00
business.rst [FIX] mementoes: Fix some terms/computation/links 2017-06-23 14:21:37 +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 9.0 to 10.0 2020-01-06 10:43:12 +01:00
contributing.rst [ADD] contributing: add doc for contributing to the documentation 2020-02-20 10:52:42 +01:00
crm.rst [IMP] crm: Whole documentation overhaul 2018-04-04 13:10:59 +02:00
discuss.rst [ADD] discuss: Get organized by planning activities 2018-03-07 17:05:42 +01:00
ecommerce.rst [ADD] ecommerce: New app section 2016-09-21 15:59:42 +02:00
general.rst [ADD] general: How to allow users to sign in with their Google account 2017-01-03 14:01:13 +01:00
helpdesk.rst [ADD] helpdesk: Record and invoice time for tickets 2018-03-07 16:54:50 +01:00
index.rst [ADD] link to business memento 2017-06-16 16:28:03 +02:00
inventory.rst [IMP] inventory: make the structure consistent with the 'Odoo 9 Documentation' spreadsheet 2015-11-04 10:39:37 +01:00
legal.rst [IMP] legal: backport latest changes from 12.0 2019-08-09 02:27:37 +02:00
Makefile [IMP] latex: copy PDF files next to HTML output 2016-05-25 23:27:55 +02:00
manufacturing.rst [IMP] manufacturing: Restructure pages 2017-12-21 16:31:29 +01:00
point_of_sale.rst [ADD] point_of_sale: belgian fiscal data module documentation 2015-12-16 16:12:16 +01:00
practical.rst [ADD] contributing: add doc for contributing to the documentation 2020-02-20 10:52:42 +01:00
project.rst [IMP] Remove empty pages from TOCs 2015-12-08 10:42:19 +01:00
purchase.rst [ADD] purchase: How to setup a minimum stock rule? 2015-09-24 14:51:06 +02:00
README.rst [FIX] README: replace non-processed directives by absolute links 2020-02-20 16:33:26 +01:00
requirements.txt [IMP] technical: allow building with Python 3 and Sphinx 2.4.0 2020-02-20 11:01:03 +01:00
sales.rst [ADD] sales: Use quotation templates 2018-05-16 09:56:09 +02:00
website.rst [ADD] website: How to track your traffic through Google Analytics 2016-09-21 15:59:46 +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.