diff --git a/README.md b/README.md index 90e018d47e..766c463c08 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ addon | version | maintainers | summary [auth_admin_passkey](auth_admin_passkey/) | 17.0.1.0.0 | | Allows system administrator to authenticate with any account [auth_api_key](auth_api_key/) | 17.0.1.0.0 | | Authenticate http requests from an API key [auth_api_key_server_env](auth_api_key_server_env/) | 17.0.1.0.0 | | Configure api keys via server env. This can be very useful to avoid mixing your keys between your various environments when restoring databases. All you have to do is to add a new section to your configuration file according to the following convention: +[user_log_view](user_log_view/) | 17.0.1.0.0 | [![trojikman](https://github.com/trojikman.png?size=30px)](https://github.com/trojikman) | Allow to see user's actions log [//]: # (end addons) diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 5122d21ce5..9ee80ef7f3 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "odoo-addons-oca-server-auth" -version = "17.0.20240202.0" +version = "17.0.20240228.0" dependencies = [ "odoo-addon-auth_admin_passkey>=17.0dev,<17.1dev", "odoo-addon-auth_api_key>=17.0dev,<17.1dev", "odoo-addon-auth_api_key_server_env>=17.0dev,<17.1dev", + "odoo-addon-user_log_view>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python", diff --git a/user_log_view/README.rst b/user_log_view/README.rst index a137f60d8e..996806dc45 100644 --- a/user_log_view/README.rst +++ b/user_log_view/README.rst @@ -7,7 +7,7 @@ User's Log Viewer !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:9866069ad2e0b8a300651f82721d0483dec30e5195c0140146c867f08db1e172 + !! source digest: sha256:41582a56f8deb42c9cdd0873300d9ef7116dccde5b22414dcfde2cd9597fb934 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/user_log_view/static/description/index.html b/user_log_view/static/description/index.html index 0ac5a6b95e..ba4964e877 100644 --- a/user_log_view/static/description/index.html +++ b/user_log_view/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

User’s Log Viewer

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:9866069ad2e0b8a300651f82721d0483dec30e5195c0140146c867f08db1e172 +!! source digest: sha256:41582a56f8deb42c9cdd0873300d9ef7116dccde5b22414dcfde2cd9597fb934 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Production/Stable License: LGPL-3 OCA/server-auth Translate me on Weblate Try me on Runboat

This module adds a smart button on user’s form to display authentication