This module was written to extend the functionality of 'Github Connector' Module if your repositories contain Odoo Modules.
It extends 'Analysis' features to parse code files (readme / manifest files) and add new models and menus.
- Once installed, go to your organization, and set extra settings:
- The name of your organization in the author keys of the manifest odoo modules
- The URL of the file that contains IDs of your repositories for the runbot
If you had analyzed previously your repositories with the 'github Connector' module, you should launch again the Analysis Process for all your Repository Branches.
In each module, you can see the description of the module, the authors, the available series, and the list of the modules that depend on the current module.
This list is based on the 'author' key of the manifest file.
This list is based on the 'license' key of the manifest file.
This list is based on the 'external_dependencies' / 'bin' key of the manifest file.
This list is based on the 'external_dependencies' / 'python' key of the manifest file.
This module provide a new reporting.
Modules by Serie (and Licenses)
Possible improvements :
- Implement deep code source analysis, like the website http://odoo-code-search.com/ and specially:
- Possibility to search by field or by model name. (Ex: field:invoice_id)
- Possibility to display the number of XML, Python, Yaml, HTML, CSS lines
- Implement Social feature, like possibility to comment a module, add a notation, like the website https://www.odoo.com/apps
- Create a new module github_connector_odoo_website, that could display the modules informations for non logged users.
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smash it by providing detailed and welcomed feedback.
- Sylvain LE GAL (https://twitter.com/legalsylvain)
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
To contribute to this module, please visit https://odoo-community.org.