diff --git a/README.md b/README.md index fd570d908f..bed2aeb247 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,11 @@ Modules for handling various authentication schemes [//]: # (addons) -This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools. +Available addons +---------------- +addon | version | maintainers | summary +--- | --- | --- | --- +[auth_admin_passkey](auth_admin_passkey/) | 17.0.1.0.0 | | Allows system administrator to authenticate with any account [//]: # (end addons) diff --git a/auth_admin_passkey/README.rst b/auth_admin_passkey/README.rst index ccaf6c0c45..16495b47da 100644 --- a/auth_admin_passkey/README.rst +++ b/auth_admin_passkey/README.rst @@ -7,7 +7,7 @@ Authentification - System Administrator Passkey !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:5747081959f948bc3969ac96543ca8e56a01418bff23687907352ae112298d85 + !! source digest: sha256:533fa7b03dfdbbf3538a7002f3b8241bd3e55056afadea029caf6888fe5a0b74 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/auth_admin_passkey/static/description/index.html b/auth_admin_passkey/static/description/index.html index 7d698145c6..f5c1912885 100644 --- a/auth_admin_passkey/static/description/index.html +++ b/auth_admin_passkey/static/description/index.html @@ -367,7 +367,7 @@
This module extends the functionality of users module to support loging diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml new file mode 100644 index 0000000000..270561f3be --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "odoo-addons-oca-server-auth" +version = "17.0.20231126.0" +dependencies = [ + "odoo-addon-auth_admin_passkey>=17.0dev,<17.1dev", +] +classifiers=[ + "Programming Language :: Python", + "Framework :: Odoo", + "Framework :: Odoo :: 17.0", +]