Skip to content

Zodk2/odoo_addons

This branch is 53 commits ahead of, 23 commits behind Smile-SA/odoo_addons:17.0.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

606ba0a · Jan 10, 2023

History

53 Commits
Jan 20, 2022
Aug 10, 2022
Aug 10, 2022
Aug 9, 2022
Jan 6, 2022
Mar 21, 2022
Jan 10, 2023
Mar 21, 2022
Aug 10, 2022
Jul 27, 2022
Aug 10, 2022
Jul 27, 2022
Jan 10, 2022
Jul 27, 2022
Oct 15, 2021
Jan 13, 2022
Mar 21, 2022
Oct 15, 2021
Oct 15, 2021
Oct 15, 2021
Oct 15, 2021
Oct 15, 2021

Repository files navigation

Smile addons for Odoo (formerly OpenERP)

This repository contains a collection of Odoo modules.

Requirements

  • Odoo 15.0

How to documentate your module

Requirements

You need to install package python-docutils:

apt install python3-docutils

Write documentation

At the root of your module, define a file README.md.

As soon as README.md is finished, run the following command at the root of the module:

rst2html README.rst static/description/index.html
sed -i 's/static\/description\///g' static/description/index.html

To update index.html of all modules, run the following command at the root of the repository:

for module in $(echo smile_*)
do
    if [ -f "$module"/README.rst ]
    then
        rst2html "$module"/README.rst "$module"/static/description/index.html
        sed -i 's/static\/description\///g' "$module"/static/description/index.html
    fi
done

About

Odoo addons developed by Smile

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 52.4%
  • HTML 47.3%
  • Other 0.3%