From 699e4f53e56710faa5e926093c48d6461f3a6b00 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 2 Feb 2024 07:59:38 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + base_search_mail_content/README.rst | 2 +- base_search_mail_content/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 814881e9b..67201fda3 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[base_search_mail_content](base_search_mail_content/) | 17.0.1.0.0 | | Base Search Mail Content [mail_outbound_static](mail_outbound_static/) | 17.0.1.0.0 | | Allows you to configure the from header for a mail server. [mail_partner_forwarding](mail_partner_forwarding/) | 17.0.1.0.0 | | Forwarding notifications for partners diff --git a/base_search_mail_content/README.rst b/base_search_mail_content/README.rst index 3e53d0d76..4b9a3b95e 100644 --- a/base_search_mail_content/README.rst +++ b/base_search_mail_content/README.rst @@ -7,7 +7,7 @@ Base Search Mail Content !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:c0da7e7bacf2b86f570ca16e404c48ec89ee8afca5a84a53672ecf09ec678b25 + !! source digest: sha256:a94362371dead252623eb54d05bc7f31372ba915df8519b6a0b62ab709b3d2d1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/base_search_mail_content/static/description/index.html b/base_search_mail_content/static/description/index.html index c2a85bd92..4006c9be9 100644 --- a/base_search_mail_content/static/description/index.html +++ b/base_search_mail_content/static/description/index.html @@ -366,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:c0da7e7bacf2b86f570ca16e404c48ec89ee8afca5a84a53672ecf09ec678b25 +!! source digest: sha256:a94362371dead252623eb54d05bc7f31372ba915df8519b6a0b62ab709b3d2d1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module adds the capability to find on any object (e.g. project diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 57eda3f69..8cd9ea8f1 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "odoo-addons-oca-social" -version = "17.0.20240125.0" +version = "17.0.20240202.0" dependencies = [ + "odoo-addon-base_search_mail_content>=17.0dev,<17.1dev", "odoo-addon-mail_outbound_static>=17.0dev,<17.1dev", "odoo-addon-mail_partner_forwarding>=17.0dev,<17.1dev", ]