Commit e697148 1 parent b70e35a commit e697148 Copy full SHA for e697148
File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ addon | version | maintainers | summary
36
36
[ dbfilter_from_header] ( dbfilter_from_header/ ) | 18.0.1.0.0 | | Filter databases with HTTP headers
37
37
[ jsonifier] ( jsonifier/ ) | 18.0.1.0.0 | | JSON-ify data for all models
38
38
[ 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
39
40
[ 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
40
41
[ onchange_helper] ( onchange_helper/ ) | 18.0.1.0.0 | | Technical module that ease execution of onchange in Python code
41
42
[ 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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Module Auto Update
7
7
!! This file is generated by oca-gen-addon-readme !!
8
8
!! changes will be overwritten. !!
9
9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:3544468e931dc11637cfb88c85e1486accc4d9252d879ce9e8a0ba4a7ccedfbd
10
+ !! source digest: sha256:b346c35002421982ddef8e3463e21ac3982e69ce94502b48ab0c36081e2e0ed5
11
11
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
13
13
.. |badge1 | image :: https://img.shields.io/badge/maturity-Production%2FStable-green.png
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ <h1 class="title">Module Auto Update</h1>
367
367
!! This file is generated by oca-gen-addon-readme !!
368
368
!! changes will be overwritten. !!
369
369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:3544468e931dc11637cfb88c85e1486accc4d9252d879ce9e8a0ba4a7ccedfbd
370
+ !! source digest: sha256:b346c35002421982ddef8e3463e21ac3982e69ce94502b48ab0c36081e2e0ed5
371
371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
372
< 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&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373
373
< p > This addon provides mechanisms to compute sha1 hashes of installed
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " odoo-addons-oca-server-tools"
3
- version = " 18.0.20250213 .0"
3
+ version = " 18.0.20250220 .0"
4
4
dependencies = [
5
5
" odoo-addon-attachment_unindex_content==18.0.*" ,
6
6
" odoo-addon-auditlog==18.0.*" ,
@@ -17,6 +17,7 @@ dependencies = [
17
17
" odoo-addon-dbfilter_from_header==18.0.*" ,
18
18
" odoo-addon-jsonifier==18.0.*" ,
19
19
" odoo-addon-mail_cleanup==18.0.*" ,
20
+ " odoo-addon-module_auto_update==18.0.*" ,
20
21
" odoo-addon-module_change_auto_install==18.0.*" ,
21
22
" odoo-addon-onchange_helper==18.0.*" ,
22
23
" odoo-addon-rpc_helper==18.0.*" ,
You can’t perform that action at this time.
0 commit comments