Skip to content

Commit e697148

Browse files
committed
[BOT] post-merge updates
1 parent b70e35a commit e697148

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ addon | version | maintainers | summary
3636
[dbfilter_from_header](dbfilter_from_header/) | 18.0.1.0.0 | | Filter databases with HTTP headers
3737
[jsonifier](jsonifier/) | 18.0.1.0.0 | | JSON-ify data for all models
3838
[mail_cleanup](mail_cleanup/) | 18.0.1.0.0 | | Mark as read or delete mails after a set time
39+
[module_auto_update](module_auto_update/) | 18.0.1.0.0 | | Automatically update Odoo modules
3940
[module_change_auto_install](module_change_auto_install/) | 18.0.1.0.1 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Customize auto installables modules by configuration
4041
[onchange_helper](onchange_helper/) | 18.0.1.0.0 | | Technical module that ease execution of onchange in Python code
4142
[rpc_helper](rpc_helper/) | 18.0.1.0.1 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Helpers for disabling RPC calls

module_auto_update/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Module Auto Update
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:3544468e931dc11637cfb88c85e1486accc4d9252d879ce9e8a0ba4a7ccedfbd
10+
!! source digest: sha256:b346c35002421982ddef8e3463e21ac3982e69ce94502b48ab0c36081e2e0ed5
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png

module_auto_update/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Module Auto Update</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:3544468e931dc11637cfb88c85e1486accc4d9252d879ce9e8a0ba4a7ccedfbd
370+
!! source digest: sha256:b346c35002421982ddef8e3463e21ac3982e69ce94502b48ab0c36081e2e0ed5
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-tools/tree/18.0/module_auto_update"><img alt="OCA/server-tools" src="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-tools-18-0/server-tools-18-0-module_auto_update"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-tools&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This addon provides mechanisms to compute sha1 hashes of installed

setup/_metapackage/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-server-tools"
3-
version = "18.0.20250213.0"
3+
version = "18.0.20250220.0"
44
dependencies = [
55
"odoo-addon-attachment_unindex_content==18.0.*",
66
"odoo-addon-auditlog==18.0.*",
@@ -17,6 +17,7 @@ dependencies = [
1717
"odoo-addon-dbfilter_from_header==18.0.*",
1818
"odoo-addon-jsonifier==18.0.*",
1919
"odoo-addon-mail_cleanup==18.0.*",
20+
"odoo-addon-module_auto_update==18.0.*",
2021
"odoo-addon-module_change_auto_install==18.0.*",
2122
"odoo-addon-onchange_helper==18.0.*",
2223
"odoo-addon-rpc_helper==18.0.*",

0 commit comments

Comments
 (0)