diff --git a/github_connector_odoo/README.rst b/github_connector_odoo/README.rst index 960226b5..b2457dc0 100644 --- a/github_connector_odoo/README.rst +++ b/github_connector_odoo/README.rst @@ -1,7 +1,3 @@ -.. image:: https://odoo-community.org/readme-banner-image - :target: https://odoo-community.org/get-involved?utm_source=readme - :alt: Odoo Community Association - ======================= Github Connector - Odoo ======================= @@ -17,7 +13,7 @@ Github Connector - Odoo .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status :alt: Beta -.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Finterface--github-lightgray.png?logo=github diff --git a/github_connector_odoo/__manifest__.py b/github_connector_odoo/__manifest__.py index 190a2be8..1b166464 100644 --- a/github_connector_odoo/__manifest__.py +++ b/github_connector_odoo/__manifest__.py @@ -39,5 +39,5 @@ "demo/github_organization.xml", ], "installable": True, - "external_dependencies": {"python": ["pathspec"]}, + "external_dependencies": {"python": ["pathspec", "pygments"]}, } diff --git a/github_connector_odoo/static/description/index.html b/github_connector_odoo/static/description/index.html index 3ad2ecbe..90b58556 100644 --- a/github_connector_odoo/static/description/index.html +++ b/github_connector_odoo/static/description/index.html @@ -3,7 +3,7 @@ -README.rst +Github Connector - Odoo -
+
+

Github Connector - Odoo

- - -Odoo Community Association - -
-

Github Connector - Odoo

-

Beta License: AGPL-3 OCA/interface-github Translate me on Weblate Try me on Runboat

+

Beta License: AGPL-3 OCA/interface-github Translate me on Weblate Try me on Runboat

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 @@ -396,7 +391,7 @@

Github Connector - Odoo

-

Configuration

+

Configuration

  • Once installed, go to your organization, and set extra settings:
@@ -412,7 +407,7 @@

Configuration

your Repository Branches.

-

Usage

+

Usage

Odoo Modules

odoo_module_kanban

In each module, you can see the description of the module, the authors, @@ -449,7 +444,7 @@

Usage

reporting_module_by_serie

-

Known issues / Roadmap

+

Known issues / Roadmap

Possible improvements :

-

Bug Tracker

+

Bug Tracker

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 to smash it by providing a detailed and welcomed @@ -471,16 +466,16 @@

Bug Tracker

Do not contact contributors directly about support or help with technical issues.

-

Credits

+

Credits

-

Authors

+

Authors

  • Sylvain LE GAL
  • GRAP
-

Maintainers

+

Maintainers

This module is maintained by the OCA.

Odoo Community Association @@ -508,6 +503,5 @@

Maintainers

-
diff --git a/requirements.txt b/requirements.txt index 0ffcde9b..8db41a0c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ GitPython PyGithub pathspec +pygments