-
- Downloads
[ADD] odoo-bin cloc cli subcommand.
Odoo cloc is a tool to count the number of relevant lines written in Python, Javascript or XML. This can be used as rough metric for pricing maintenance of customizations. It has two modes of operation, either by providing a path: odoo-bin cloc -p module_path Or by providing the name of a database: odoo-bin cloc --addons-path=dirs -d database In the latter mode, only the custom code is accounted for. Both modes can be used simultaneously. Files that cannot be parsed are shown at the end of the report. Parsing can fail due to syntax errors or excessive file size. closes odoo/odoo#52635 X-original-commit: ae858c3ac66267b4726db459032b91a6be1cc1d6 Related: odoo/enterprise#11018 Signed-off-by:Olivier Dony (odo) <odo@openerp.com> Co-authored-by:
Thibault Francois <tfr@odoo.com> Co-authored-by:
Antoine Vandevenne (anv) <anv@odoo.com>
Showing
- doc/reference/cmdline.rst 156 additions, 0 deletionsdoc/reference/cmdline.rst
- odoo/addons/base/tests/__init__.py 1 addition, 0 deletionsodoo/addons/base/tests/__init__.py
- odoo/addons/base/tests/test_cloc.py 90 additions, 0 deletionsodoo/addons/base/tests/test_cloc.py
- odoo/cli/__init__.py 1 addition, 0 deletionsodoo/cli/__init__.py
- odoo/cli/cloc.py 48 additions, 0 deletionsodoo/cli/cloc.py
- odoo/tools/__init__.py 1 addition, 0 deletionsodoo/tools/__init__.py
- odoo/tools/cloc.py 214 additions, 0 deletionsodoo/tools/cloc.py
Loading
Please register or sign in to comment