Skip to content

Commit ad41bf5

Browse files
committed
[BOT] post-merge updates
1 parent a94e343 commit ad41bf5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ addon | version | maintainers | summary
3131
[dbfilter_from_header](dbfilter_from_header/) | 17.0.1.0.0 | | Filter databases with HTTP headers
3232
[iap_alternative_provider](iap_alternative_provider/) | 17.0.1.0.0 | [![sebastienbeau](https://github.com/sebastienbeau.png?size=30px)](https://github.com/sebastienbeau) | Base module for providing alternative provider for iap apps
3333
[jsonifier](jsonifier/) | 17.0.1.0.0 | | JSON-ify data for all models
34+
[module_analysis](module_analysis/) | 17.0.1.0.1 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Add analysis tools regarding installed modules to know which installed modules comes from Odoo Core, OCA, or are custom modules
3435
[module_auto_update](module_auto_update/) | 17.0.1.0.0 | | Automatically update Odoo modules
3536
[module_change_auto_install](module_change_auto_install/) | 17.0.1.0.2 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Customize auto installables modules by configuration
3637
[onchange_helper](onchange_helper/) | 17.0.1.0.1 | | Technical module that ease execution of onchange in Python code

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 = "17.0.20240702.0"
3+
version = "17.0.20240915.0"
44
dependencies = [
55
"odoo-addon-auditlog>=17.0dev,<17.1dev",
66
"odoo-addon-base_cron_exclusion>=17.0dev,<17.1dev",
@@ -12,6 +12,7 @@ dependencies = [
1212
"odoo-addon-dbfilter_from_header>=17.0dev,<17.1dev",
1313
"odoo-addon-iap_alternative_provider>=17.0dev,<17.1dev",
1414
"odoo-addon-jsonifier>=17.0dev,<17.1dev",
15+
"odoo-addon-module_analysis>=17.0dev,<17.1dev",
1516
"odoo-addon-module_auto_update>=17.0dev,<17.1dev",
1617
"odoo-addon-module_change_auto_install>=17.0dev,<17.1dev",
1718
"odoo-addon-onchange_helper>=17.0dev,<17.1dev",

0 commit comments

Comments
 (0)