From 87fecf43b35496d537696c58cfb1097e892cea32 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 11 Jun 2024 14:35:08 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 757c866b6..fc8a1f039 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ addon | version | maintainers | summary [rpc_helper](rpc_helper/) | 16.0.1.0.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Helpers for disabling RPC calls [scheduler_error_mailer](scheduler_error_mailer/) | 16.0.1.0.0 | | Scheduler Error Mailer [sentry](sentry/) | 16.0.3.0.2 | [![barsi](https://github.com/barsi.png?size=30px)](https://github.com/barsi) [![naglis](https://github.com/naglis.png?size=30px)](https://github.com/naglis) [![versada](https://github.com/versada.png?size=30px)](https://github.com/versada) [![moylop260](https://github.com/moylop260.png?size=30px)](https://github.com/moylop260) [![fernandahf](https://github.com/fernandahf.png?size=30px)](https://github.com/fernandahf) | Report Odoo errors to Sentry +[server_action_logging](server_action_logging/) | 16.0.1.0.0 | | Module that provides a logging mechanism for server actions [session_db](session_db/) | 16.0.1.0.5 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Store sessions in DB [tracking_manager](tracking_manager/) | 16.0.1.1.0 | [![Kev-Roche](https://github.com/Kev-Roche.png?size=30px)](https://github.com/Kev-Roche) [![sebastienbeau](https://github.com/sebastienbeau.png?size=30px)](https://github.com/sebastienbeau) | This module tracks all fields of a model, including one2many and many2many ones. [upgrade_analysis](upgrade_analysis/) | 16.0.1.0.2 | [![StefanRijnhart](https://github.com/StefanRijnhart.png?size=30px)](https://github.com/StefanRijnhart) [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Performs a difference analysis between modules installed on two different Odoo instances diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index de1aa0ac2..6a49ea3f6 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240524.0 \ No newline at end of file +16.0.20240611.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 64eaaec75..622c7f88d 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -49,6 +49,7 @@ setuptools.setup( 'odoo-addon-rpc_helper>=16.0dev,<16.1dev', 'odoo-addon-scheduler_error_mailer>=16.0dev,<16.1dev', 'odoo-addon-sentry>=16.0dev,<16.1dev', + 'odoo-addon-server_action_logging>=16.0dev,<16.1dev', 'odoo-addon-session_db>=16.0dev,<16.1dev', 'odoo-addon-tracking_manager>=16.0dev,<16.1dev', 'odoo-addon-upgrade_analysis>=16.0dev,<16.1dev',