Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8 from lalithkota/17.0-1.2
Browse files Browse the repository at this point in the history
Fixed versions. Removed development status and README autogeneration.…
  • Loading branch information
pjoshi751 committed Aug 23, 2024
2 parents 0ce03b7 + 07c3a0b commit b910f37
Show file tree
Hide file tree
Showing 19 changed files with 18 additions and 1,474 deletions.
8 changes: 0 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@ repos:
- id: oca-update-pre-commit-excluded-addons
- id: oca-fix-manifest-website
args: ["https://openg2p.org"]
- id: oca-gen-addon-readme
args:
- --addons-dir=.
- --branch=17.0-develop
- --org-name=OpenG2P
- --repo-name=openg2p-odoo-commons
- --if-source-changed
- --keep-source-digest
- id: oca-gen-addons-table
- id: oca-gen-external-dependencies
- repo: https://github.com/OCA/odoo-pre-commit-hooks
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[g2p_auth_oidc](g2p_auth_oidc/) | 17.0.1.0.0 | | OpenID Connect Authentication
[g2p_change_log](g2p_change_log/) | 17.0.1.0.0 | | OpenG2P Change Log
[g2p_disable_password_login](g2p_disable_password_login/) | 17.0.1.0.0 | | Disable Password Login
[g2p_auth_oidc](g2p_auth_oidc/) | 17.0.1.2.0 | | OpenID Connect Authentication
[g2p_change_log](g2p_change_log/) | 17.0.1.2.0 | | OpenG2P Change Log
[g2p_disable_password_login](g2p_disable_password_login/) | 17.0.1.2.0 | | Disable Password Login

[//]: # (end addons)

Expand Down
5 changes: 5 additions & 0 deletions g2p_auth_oidc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# OpenID Connect Authentication

This module allows users to login to Odoo with OIDC flow.

Refer to https://docs.openg2p.org.
62 changes: 0 additions & 62 deletions g2p_auth_oidc/README.rst

This file was deleted.

3 changes: 1 addition & 2 deletions g2p_auth_oidc/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "OpenID Connect Authentication",
"version": "17.0.1.2.0-develop",
"version": "17.0.1.2.0",
"author": "OpenG2P",
"website": "https://openg2p.org",
"license": "Other OSI approved licence",
"development_status": "Alpha",
"external_dependencies": {"python": ["python-jose"]},
"depends": ["auth_oauth"],
"data": [
Expand Down
1 change: 0 additions & 1 deletion g2p_auth_oidc/readme/CONTRIBUTORS.md

This file was deleted.

1 change: 0 additions & 1 deletion g2p_auth_oidc/readme/DESCRIPTION.md

This file was deleted.

Loading

0 comments on commit b910f37

Please sign in to comment.