diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fd60202..9f96f6c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/README.md b/README.md index 7ea4161..513f64b 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/g2p_auth_oidc/README.md b/g2p_auth_oidc/README.md new file mode 100644 index 0000000..3715f0a --- /dev/null +++ b/g2p_auth_oidc/README.md @@ -0,0 +1,5 @@ +# OpenID Connect Authentication + +This module allows users to login to Odoo with OIDC flow. + +Refer to https://docs.openg2p.org. diff --git a/g2p_auth_oidc/README.rst b/g2p_auth_oidc/README.rst deleted file mode 100644 index be5af18..0000000 --- a/g2p_auth_oidc/README.rst +++ /dev/null @@ -1,62 +0,0 @@ -============================= -OpenID Connect Authentication -============================= - -.. - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! This file is generated by oca-gen-addon-readme !! - !! changes will be overwritten. !! - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:eaf592d51c92cf4b07473124ff7657a53cc542caa20465cc334d235b887c9422 - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png - :target: https://odoo-community.org/page/development-status - :alt: Alpha -.. |badge2| image:: https://img.shields.io/badge/github-OpenG2P%2Fopeng2p--odoo--commons-lightgray.png?logo=github - :target: https://github.com/OpenG2P/openg2p-odoo-commons/tree/17.0-develop/g2p_auth_oidc - :alt: OpenG2P/openg2p-odoo-commons - -|badge1| |badge2| - -This module allows users to login to Odoo with OIDC flow. - -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - -**Table of contents** - -.. contents:: - :local: - -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 -`feedback `_. - -Do not contact contributors directly about support or help with technical issues. - -Credits -======= - -Authors -------- - -* OpenG2P - -Contributors ------------- - -- Lalith Kota - -Maintainers ------------ - -This module is part of the `OpenG2P/openg2p-odoo-commons `_ project on GitHub. - -You are welcome to contribute. diff --git a/g2p_auth_oidc/__manifest__.py b/g2p_auth_oidc/__manifest__.py index 7422dc2..781351a 100644 --- a/g2p_auth_oidc/__manifest__.py +++ b/g2p_auth_oidc/__manifest__.py @@ -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": [ diff --git a/g2p_auth_oidc/readme/CONTRIBUTORS.md b/g2p_auth_oidc/readme/CONTRIBUTORS.md deleted file mode 100644 index 0562bc6..0000000 --- a/g2p_auth_oidc/readme/CONTRIBUTORS.md +++ /dev/null @@ -1 +0,0 @@ -- Lalith Kota \ diff --git a/g2p_auth_oidc/readme/DESCRIPTION.md b/g2p_auth_oidc/readme/DESCRIPTION.md deleted file mode 100644 index 4ac36e8..0000000 --- a/g2p_auth_oidc/readme/DESCRIPTION.md +++ /dev/null @@ -1 +0,0 @@ -This module allows users to login to Odoo with OIDC flow. diff --git a/g2p_auth_oidc/static/description/index.html b/g2p_auth_oidc/static/description/index.html deleted file mode 100644 index 4d92244..0000000 --- a/g2p_auth_oidc/static/description/index.html +++ /dev/null @@ -1,422 +0,0 @@ - - - - - -OpenID Connect Authentication - - - -
-

OpenID Connect Authentication

- - -

Alpha OpenG2P/openg2p-odoo-commons

-

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

-
-

Important

-

This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

-
-

Table of contents

- -
-

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 -feedback.

-

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

-
-
-

Credits

-
-

Authors

-
    -
  • OpenG2P
  • -
-
-
-

Contributors

- -
-
-

Maintainers

-

This module is part of the OpenG2P/openg2p-odoo-commons project on GitHub.

-

You are welcome to contribute.

-
-
-
- - diff --git a/g2p_change_log/README.md b/g2p_change_log/README.md new file mode 100644 index 0000000..9c45c49 --- /dev/null +++ b/g2p_change_log/README.md @@ -0,0 +1,3 @@ +# OpenG2P Change Log + +Refer to https://docs.openg2p.org. diff --git a/g2p_change_log/README.rst b/g2p_change_log/README.rst deleted file mode 100644 index 2b9a064..0000000 --- a/g2p_change_log/README.rst +++ /dev/null @@ -1,62 +0,0 @@ -================== -OpenG2P Change Log -================== - -.. - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! This file is generated by oca-gen-addon-readme !! - !! changes will be overwritten. !! - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:0f1c10b9ff6963061fb045d53547dccb125031bc3806bd906440e2e4e7fbbaad - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png - :target: https://odoo-community.org/page/development-status - :alt: Alpha -.. |badge2| image:: https://img.shields.io/badge/github-OpenG2P%2Fopeng2p--odoo--commons-lightgray.png?logo=github - :target: https://github.com/OpenG2P/openg2p-odoo-commons/tree/17.0-develop/g2p_change_log - :alt: OpenG2P/openg2p-odoo-commons - -|badge1| |badge2| - -G2P Change Log - -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - -**Table of contents** - -.. contents:: - :local: - -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 -`feedback `_. - -Do not contact contributors directly about support or help with technical issues. - -Credits -======= - -Authors -~~~~~~~ - -* OpenG2P - -Contributors -~~~~~~~~~~~~ - -`OpenG2P `__ donated the original code to the project. - -Maintainers -~~~~~~~~~~~ - -This module is part of the `OpenG2P/openg2p-odoo-commons `_ project on GitHub. - -You are welcome to contribute. diff --git a/g2p_change_log/__manifest__.py b/g2p_change_log/__manifest__.py index 6b9c9a5..62301b1 100644 --- a/g2p_change_log/__manifest__.py +++ b/g2p_change_log/__manifest__.py @@ -1,12 +1,11 @@ { "name": "OpenG2P Change Log", "category": "G2P", - "version": "17.0.1.2.0-develop", + "version": "17.0.1.2.0", "sequence": 1, "author": "OpenG2P", "website": "https://openg2p.org", "license": "Other OSI approved licence", - "development_status": "Alpha", # any module necessary for this one to work correctly "depends": ["base"], # always loaded diff --git a/g2p_change_log/readme/CONTRIBUTORS.rst b/g2p_change_log/readme/CONTRIBUTORS.rst deleted file mode 100644 index be301a2..0000000 --- a/g2p_change_log/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1 +0,0 @@ -`OpenG2P `__ donated the original code to the project. diff --git a/g2p_change_log/readme/DESCRIPTION.rst b/g2p_change_log/readme/DESCRIPTION.rst deleted file mode 100644 index f287584..0000000 --- a/g2p_change_log/readme/DESCRIPTION.rst +++ /dev/null @@ -1 +0,0 @@ -G2P Change Log diff --git a/g2p_change_log/static/description/index.html b/g2p_change_log/static/description/index.html deleted file mode 100644 index f65308d..0000000 --- a/g2p_change_log/static/description/index.html +++ /dev/null @@ -1,420 +0,0 @@ - - - - - -OpenG2P Change Log - - - -
-

OpenG2P Change Log

- - -

Alpha OpenG2P/openg2p-odoo-commons

-

G2P Change Log

-
-

Important

-

This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

-
-

Table of contents

- -
-

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 -feedback.

-

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

-
-
-

Credits

-
-

Authors

-
    -
  • OpenG2P
  • -
-
-
-

Contributors

-

OpenG2P donated the original code to the project.

-
-
-

Maintainers

-

This module is part of the OpenG2P/openg2p-odoo-commons project on GitHub.

-

You are welcome to contribute.

-
-
-
- - diff --git a/g2p_disable_password_login/readme/DESCRIPTION.md b/g2p_disable_password_login/README.md similarity index 62% rename from g2p_disable_password_login/readme/DESCRIPTION.md rename to g2p_disable_password_login/README.md index 1e008b2..21f3260 100644 --- a/g2p_disable_password_login/readme/DESCRIPTION.md +++ b/g2p_disable_password_login/README.md @@ -1 +1,5 @@ +# Disable Password Login + This module disables user login with email password in favour of external authentication (like OIDC). + +Refer to https://docs.openg2p.org. diff --git a/g2p_disable_password_login/README.rst b/g2p_disable_password_login/README.rst deleted file mode 100644 index 822f698..0000000 --- a/g2p_disable_password_login/README.rst +++ /dev/null @@ -1,63 +0,0 @@ -====================== -Disable Password Login -====================== - -.. - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! This file is generated by oca-gen-addon-readme !! - !! changes will be overwritten. !! - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b79f247aa8ef252389d88ea2cdd4c628671a81d991e700fffedb4a89742b39fa - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png - :target: https://odoo-community.org/page/development-status - :alt: Alpha -.. |badge2| image:: https://img.shields.io/badge/github-OpenG2P%2Fopeng2p--odoo--commons-lightgray.png?logo=github - :target: https://github.com/OpenG2P/openg2p-odoo-commons/tree/17.0-develop/g2p_disable_password_login - :alt: OpenG2P/openg2p-odoo-commons - -|badge1| |badge2| - -This module disables user login with email password in favour of -external authentication (like OIDC). - -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - -**Table of contents** - -.. contents:: - :local: - -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 -`feedback `_. - -Do not contact contributors directly about support or help with technical issues. - -Credits -======= - -Authors -------- - -* OpenG2P - -Contributors ------------- - -- Lalith Kota - -Maintainers ------------ - -This module is part of the `OpenG2P/openg2p-odoo-commons `_ project on GitHub. - -You are welcome to contribute. diff --git a/g2p_disable_password_login/__manifest__.py b/g2p_disable_password_login/__manifest__.py index 7341ba6..3db103e 100644 --- a/g2p_disable_password_login/__manifest__.py +++ b/g2p_disable_password_login/__manifest__.py @@ -1,10 +1,9 @@ { "name": "Disable Password Login", - "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", "depends": ["auth_oauth"], "data": [ "views/web_login_template.xml", diff --git a/g2p_disable_password_login/readme/CONTRIBUTORS.md b/g2p_disable_password_login/readme/CONTRIBUTORS.md deleted file mode 100644 index 0562bc6..0000000 --- a/g2p_disable_password_login/readme/CONTRIBUTORS.md +++ /dev/null @@ -1 +0,0 @@ -- Lalith Kota \ diff --git a/g2p_disable_password_login/static/description/index.html b/g2p_disable_password_login/static/description/index.html deleted file mode 100644 index aafee7e..0000000 --- a/g2p_disable_password_login/static/description/index.html +++ /dev/null @@ -1,423 +0,0 @@ - - - - - -Disable Password Login - - - -
-

Disable Password Login

- - -

Alpha OpenG2P/openg2p-odoo-commons

-

This module disables user login with email password in favour of -external authentication (like OIDC).

-
-

Important

-

This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

-
-

Table of contents

- -
-

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 -feedback.

-

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

-
-
-

Credits

-
-

Authors

-
    -
  • OpenG2P
  • -
-
-
-

Contributors

- -
-
-

Maintainers

-

This module is part of the OpenG2P/openg2p-odoo-commons project on GitHub.

-

You are welcome to contribute.

-
-
-
- -