You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
893 B

  1. This module allows you to know 'how much code' is running on your Odoo
  2. instance, group by 'Type' (Odoo Core, OCA, other...)
  3. This module can be usefull in the following cases :
  4. * To analyse the size of your technical debt, regarding your Custom modules
  5. * To know the ratio between Odoo / OCA and Custom modules
  6. * To evaluate the amount to pay to odoo to upgrade your custom code, or the
  7. induced workload
  8. .. image:: ../static/description/installed_modules_by_types.png
  9. For that purpose, it adds new concepts
  10. * ``ir.module.author``, based on the value ``author`` present in the manifest
  11. file.
  12. .. image:: ../static/description/module_authors.png
  13. * ``ir.module.type``, populated by default with Odoo and OCA values.
  14. .. image:: ../static/description/module_types.png
  15. Each installed modules have extra data in the 'Technical Data' tab :
  16. .. image:: ../static/description/module_form.png