mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 12:52:05 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -0,0 +1,26 @@
|
|||
This module allows you to know 'how much code' is running on your Odoo
|
||||
instance, group by 'Type' (Odoo Core, OCA, other...)
|
||||
|
||||
This module can be usefull in the following cases :
|
||||
|
||||
* To analyse the size of your technical debt, regarding your Custom modules
|
||||
* To know the ratio between Odoo / OCA and Custom modules
|
||||
* To evaluate the amount to pay to odoo to upgrade your custom code, or the
|
||||
induced workload
|
||||
|
||||
.. image:: ../static/description/installed_modules_by_types.png
|
||||
|
||||
For that purpose, it adds new concepts
|
||||
|
||||
* ``ir.module.author``, based on the value ``author`` present in the manifest
|
||||
file.
|
||||
|
||||
.. image:: ../static/description/module_authors.png
|
||||
|
||||
* ``ir.module.type``, populated by default with Odoo and OCA values.
|
||||
|
||||
.. image:: ../static/description/module_types.png
|
||||
|
||||
Each installed modules have extra data in the 'Technical Data' tab :
|
||||
|
||||
.. image:: ../static/description/module_form.png
|
||||
Loading…
Add table
Add a link
Reference in a new issue