From 8a35da005bd08c71074743a7e47e0e1504ddac63 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 12 Apr 2024 11:00:39 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + auditlog/README.rst | 2 +- auditlog/static/description/index.html | 3 +-- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b3dc6ebd619..9398a47030a 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[auditlog](auditlog/) | 17.0.1.0.0 | | Audit Log [base_exception](base_exception/) | 17.0.1.0.0 | [![hparfr](https://github.com/hparfr.png?size=30px)](https://github.com/hparfr) [![sebastienbeau](https://github.com/sebastienbeau.png?size=30px)](https://github.com/sebastienbeau) | This module provide an abstract model to manage customizable exceptions to be applied on different models (sale order, invoice, ...) [base_technical_user](base_technical_user/) | 17.0.1.0.0 | | Add a technical user parameter on the company [base_view_inheritance_extension](base_view_inheritance_extension/) | 17.0.1.0.0 | | Adds more operators for view inheritance diff --git a/auditlog/README.rst b/auditlog/README.rst index 916acbf03f0..896c1bb6e32 100644 --- a/auditlog/README.rst +++ b/auditlog/README.rst @@ -7,7 +7,7 @@ Audit Log !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:7cade46318abe37a735ac8e352b6d0e4b7a30fd141004d9e6be6c2271d4fe82b + !! source digest: sha256:39cbe02a6b7d4bc6d660031ab4c41d896b3f64901498de5ec37b9b30fc3ecd3a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/auditlog/static/description/index.html b/auditlog/static/description/index.html index e107fd10fae..2995f1bd557 100644 --- a/auditlog/static/description/index.html +++ b/auditlog/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Audit Log

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:7cade46318abe37a735ac8e352b6d0e4b7a30fd141004d9e6be6c2271d4fe82b +!! source digest: sha256:39cbe02a6b7d4bc6d660031ab4c41d896b3f64901498de5ec37b9b30fc3ecd3a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows the administrator to log user operations performed on diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 679155a9949..6d2d15915e1 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "odoo-addons-oca-server-tools" -version = "17.0.20240202.4" +version = "17.0.20240412.0" dependencies = [ + "odoo-addon-auditlog>=17.0dev,<17.1dev", "odoo-addon-base_exception>=17.0dev,<17.1dev", "odoo-addon-base_technical_user>=17.0dev,<17.1dev", "odoo-addon-base_view_inheritance_extension>=17.0dev,<17.1dev",