File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
module_change_auto_install Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ addon | version | maintainers | summary
23
23
--- | --- | --- | ---
24
24
[ database_cleanup] ( database_cleanup/ ) | 18.0.1.0.0 | | Database cleanup
25
25
[ jsonifier] ( jsonifier/ ) | 18.0.1.0.0 | | JSON-ify data for all models
26
+ [ module_change_auto_install] ( module_change_auto_install/ ) | 18.0.1.0.0 | [ ![ legalsylvain] ( https://github.com/legalsylvain.png?size=30px )] ( https://github.com/legalsylvain ) | Customize auto installables modules by configuration
26
27
[ onchange_helper] ( onchange_helper/ ) | 18.0.1.0.0 | | Technical module that ease execution of onchange in Python code
27
28
28
29
[ // ] : # ( end addons )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Change auto installable modules
7
7
!! This file is generated by oca-gen-addon-readme !!
8
8
!! changes will be overwritten. !!
9
9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:7943294cf1eab655c4a2f081c36f770d517592994d25295d75934682838cc372
10
+ !! source digest: sha256:17cbf0571e6045cc19cebbcb57adeb91019ffff44dc0eb526943c78073453e3b
11
11
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
13
13
.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ <h1 class="title">Change auto installable modules</h1>
367
367
!! This file is generated by oca-gen-addon-readme !!
368
368
!! changes will be overwritten. !!
369
369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:7943294cf1eab655c4a2f081c36f770d517592994d25295d75934682838cc372
370
+ !! source digest: sha256:17cbf0571e6045cc19cebbcb57adeb91019ffff44dc0eb526943c78073453e3b
371
371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
372
< p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/server-tools/tree/18.0/module_change_auto_install "> < 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_change_auto_install "> < 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 > In odoo, by default some modules are marked as auto installable by the
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.20241021 .0"
3
+ version = " 18.0.20241025 .0"
4
4
dependencies = [
5
5
" odoo-addon-database_cleanup==18.0.*" ,
6
6
" odoo-addon-jsonifier==18.0.*" ,
7
+ " odoo-addon-module_change_auto_install==18.0.*" ,
7
8
" odoo-addon-onchange_helper==18.0.*" ,
8
9
]
9
10
classifiers =[
You can’t perform that action at this time.
0 commit comments