diff --git a/README.md b/README.md index fcc48ff8a..8e730eb13 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ addon | version | maintainers | summary [dbfilter_from_header](dbfilter_from_header/) | 17.0.1.0.0 | | Filter databases with HTTP headers [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 [jsonifier](jsonifier/) | 17.0.1.0.0 | | JSON-ify data for all models +[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 [module_auto_update](module_auto_update/) | 17.0.1.0.0 | | Automatically update Odoo modules [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 [onchange_helper](onchange_helper/) | 17.0.1.0.1 | | Technical module that ease execution of onchange in Python code diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 843ad75ca..5c3ab51f6 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-server-tools" -version = "17.0.20240702.0" +version = "17.0.20240915.0" dependencies = [ "odoo-addon-auditlog>=17.0dev,<17.1dev", "odoo-addon-base_cron_exclusion>=17.0dev,<17.1dev", @@ -12,6 +12,7 @@ dependencies = [ "odoo-addon-dbfilter_from_header>=17.0dev,<17.1dev", "odoo-addon-iap_alternative_provider>=17.0dev,<17.1dev", "odoo-addon-jsonifier>=17.0dev,<17.1dev", + "odoo-addon-module_analysis>=17.0dev,<17.1dev", "odoo-addon-module_auto_update>=17.0dev,<17.1dev", "odoo-addon-module_change_auto_install>=17.0dev,<17.1dev", "odoo-addon-onchange_helper>=17.0dev,<17.1dev",