[BOT] post-merge updates
parent
a94e3434f6
commit
ad41bf524f
|
@ -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 | [](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 | [](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 | [](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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue