• Stars
    star
    140
  • Rank 260,012 (Top 6 %)
  • Language
  • License
    GNU Affero Genera...
  • Created over 8 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Usefull information for odoo developers. Published at odoo-development.readthedocs.io

License: CC BY-NC-SA 4.0

Source of https://odoo-development.readthedocs.io/ website

Concept

How to contribute

Initialization

  • Fork this repo

  • Clone to your machine

  • Install dependencies:

    sudo pip install sphinx sphinx-autobuild
    sudo pip install sphinx_rtd_theme
    

Contribution

Translation

ReadTheDocs doc: https://docs.readthedocs.io/en/stable/guides/manage-translations.html

To update translation make PR with updates in docs/locales folder.

To activate new language send PR with update of .github/workflow/translations.yml. Then the new language must be activated in ReadTheDocs admin panel.