Skip to content

CorpoSense/odoo_addons

This branch is 4 commits behind Smile-SA/odoo_addons:11.0.

Folders and files

NameName
Last commit message
Last commit date
Mar 24, 2020
Jan 24, 2019
Nov 6, 2020
Jul 17, 2019
Nov 29, 2018
Nov 6, 2020
Nov 29, 2018
Nov 29, 2018
Nov 29, 2018
Aug 14, 2020
Apr 1, 2019
Nov 29, 2018
Jul 17, 2019
Nov 29, 2018
Nov 6, 2020
Aug 5, 2019
Aug 22, 2019
Feb 6, 2019
Nov 29, 2018
Dec 11, 2019
May 22, 2019
Nov 29, 2018
Nov 29, 2018
Feb 6, 2019
Jan 28, 2019
Mar 8, 2019
Dec 11, 2019
Jan 2, 2019
Nov 29, 2018
Aug 22, 2019
Aug 22, 2019
Jan 2, 2019
Nov 30, 2018
Feb 6, 2019
Nov 29, 2018
Jan 2, 2019
Jan 2, 2019
Jan 2, 2019
Jan 2, 2019
Feb 6, 2019
Mar 2, 2021
Nov 29, 2018
May 22, 2019
Dec 5, 2018
Dec 13, 2018
Aug 22, 2019
Nov 6, 2020
Jul 21, 2020
Feb 13, 2019
Aug 21, 2019
Feb 6, 2019
Nov 29, 2018
Feb 6, 2019
Feb 6, 2019
Aug 16, 2018
Nov 28, 2018
Aug 21, 2019
Nov 29, 2018

Repository files navigation

Smile addons for Odoo (formerly OpenERP)

This repository contains a collection of Odoo modules.

Requirements

  • Odoo 11.0

How to documentate your module

Requirements

You need to install package python-docutils:

apt install python-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 60.0%
  • HTML 38.4%
  • JavaScript 1.4%
  • Other 0.2%