From 1abb38fb98b985dbff987500616baf48e50b6062 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 27 Aug 2024 08:22:06 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + base_user_role_history/README.rst | 2 +- base_user_role_history/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4008b4e5..2296104c 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ addon | version | maintainers | summary [base_global_discount](base_global_discount/) | 17.0.1.0.0 | | Base Global Discount [base_user_role](base_user_role/) | 17.0.1.1.1 | [![sebalix](https://github.com/sebalix.png?size=30px)](https://github.com/sebalix) [![jcdrubay](https://github.com/jcdrubay.png?size=30px)](https://github.com/jcdrubay) [![novawish](https://github.com/novawish.png?size=30px)](https://github.com/novawish) | User roles [base_user_role_company](base_user_role_company/) | 17.0.1.1.1 | | User roles by company +[base_user_role_history](base_user_role_history/) | 17.0.1.0.0 | [![ThomasBinsfeld](https://github.com/ThomasBinsfeld.png?size=30px)](https://github.com/ThomasBinsfeld) | This module allows to track the changes on users roles. [//]: # (end addons) diff --git a/base_user_role_history/README.rst b/base_user_role_history/README.rst index ae5632fe..f1d2c026 100644 --- a/base_user_role_history/README.rst +++ b/base_user_role_history/README.rst @@ -7,7 +7,7 @@ Base User Role History !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:db5f768a177dfcc1ad17e65d53bedeeac1d7d840e0d009dba5338d27478a0382 + !! source digest: sha256:4e4235ca656099cad313604ba433f5db53cf7dd56ecf5648753dce178c153bbb !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/base_user_role_history/static/description/index.html b/base_user_role_history/static/description/index.html index 0f938604..c30eae8a 100644 --- a/base_user_role_history/static/description/index.html +++ b/base_user_role_history/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:db5f768a177dfcc1ad17e65d53bedeeac1d7d840e0d009dba5338d27478a0382 +!! source digest: sha256:4e4235ca656099cad313604ba433f5db53cf7dd56ecf5648753dce178c153bbb !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/server-backend Translate me on Weblate Try me on Runboat

This addon provides history for roles modifications on users. Each time diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 43085324..0ff1ac8c 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,12 +1,13 @@ [project] name = "odoo-addons-oca-server-backend" -version = "17.0.20240814.0" +version = "17.0.20240827.0" dependencies = [ "odoo-addon-base_external_dbsource>=17.0dev,<17.1dev", "odoo-addon-base_external_dbsource_sqlite>=17.0dev,<17.1dev", "odoo-addon-base_global_discount>=17.0dev,<17.1dev", "odoo-addon-base_user_role>=17.0dev,<17.1dev", "odoo-addon-base_user_role_company>=17.0dev,<17.1dev", + "odoo-addon-base_user_role_history>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python",