[BOT] post-merge updates
parent
d379c23eee
commit
874f2e7ff2
|
@ -64,6 +64,7 @@ addon | version | maintainers | summary
|
|||
[module_analysis](module_analysis/) | 16.0.1.0.3 | [](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/) | 16.0.1.0.2 | | Automatically update Odoo modules
|
||||
[module_change_auto_install](module_change_auto_install/) | 16.0.1.0.2 | [](https://github.com/legalsylvain) | Customize auto installables modules by configuration
|
||||
[nsca_client](nsca_client/) | 16.0.1.0.0 | | Send passive alerts to monitor your Odoo application.
|
||||
[onchange_helper](onchange_helper/) | 16.0.1.0.0 | | Technical module that ease execution of onchange in Python code
|
||||
[rpc_helper](rpc_helper/) | 16.0.1.0.0 | [](https://github.com/simahawk) | Helpers for disabling RPC calls
|
||||
[scheduler_error_mailer](scheduler_error_mailer/) | 16.0.1.0.0 | | Scheduler Error Mailer
|
||||
|
|
|
@ -1 +1 @@
|
|||
16.0.20241212.0
|
||||
16.0.20241224.0
|
|
@ -51,6 +51,7 @@ setuptools.setup(
|
|||
'odoo-addon-module_analysis>=16.0dev,<16.1dev',
|
||||
'odoo-addon-module_auto_update>=16.0dev,<16.1dev',
|
||||
'odoo-addon-module_change_auto_install>=16.0dev,<16.1dev',
|
||||
'odoo-addon-nsca_client>=16.0dev,<16.1dev',
|
||||
'odoo-addon-onchange_helper>=16.0dev,<16.1dev',
|
||||
'odoo-addon-rpc_helper>=16.0dev,<16.1dev',
|
||||
'odoo-addon-scheduler_error_mailer>=16.0dev,<16.1dev',
|
||||
|
|
Loading…
Reference in New Issue