From 5185fab3ea3dddab02cdc2005233b78596f43bca Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 17 Jan 2024 07:19:12 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + base_technical_user/README.rst | 2 +- base_technical_user/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 2245524f5..9065018e7 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[base_technical_user](base_technical_user/) | 17.0.1.0.0 | | Add a technical user parameter on the company [database_cleanup](database_cleanup/) | 17.0.1.0.0 | | Database cleanup [module_change_auto_install](module_change_auto_install/) | 17.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Customize auto installables modules by configuration diff --git a/base_technical_user/README.rst b/base_technical_user/README.rst index f8e0b875a..136985cf6 100644 --- a/base_technical_user/README.rst +++ b/base_technical_user/README.rst @@ -7,7 +7,7 @@ Base Technical User !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:099eb071622953ab64fab1fa82cdb808104319009ed7e981e72b55f3dcda994d + !! source digest: sha256:0121b096a062ec6dadf8f7eb11001122575767cb35d323d823b4c46bf9cee5b6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/base_technical_user/static/description/index.html b/base_technical_user/static/description/index.html index 54705bea4..1a5f2157d 100644 --- a/base_technical_user/static/description/index.html +++ b/base_technical_user/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:099eb071622953ab64fab1fa82cdb808104319009ed7e981e72b55f3dcda994d +!! source digest: sha256:0121b096a062ec6dadf8f7eb11001122575767cb35d323d823b4c46bf9cee5b6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module extends the functionality of company management. It allows diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 46c9d6042..457b4a92f 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.20240117.0" +version = "17.0.20240117.1" dependencies = [ + "odoo-addon-base_technical_user>=17.0dev,<17.1dev", "odoo-addon-database_cleanup>=17.0dev,<17.1dev", "odoo-addon-module_change_auto_install>=17.0dev,<17.1dev", ]