[BOT] post-merge updates
parent
5f259fde27
commit
87fecf43b3
|
@ -62,6 +62,7 @@ addon | version | maintainers | summary
|
|||
[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
|
||||
[sentry](sentry/) | 16.0.3.0.2 | [](https://github.com/barsi) [](https://github.com/naglis) [](https://github.com/versada) [](https://github.com/moylop260) [](https://github.com/fernandahf) | Report Odoo errors to Sentry
|
||||
[server_action_logging](server_action_logging/) | 16.0.1.0.0 | | Module that provides a logging mechanism for server actions
|
||||
[session_db](session_db/) | 16.0.1.0.5 | [](https://github.com/sbidoul) | Store sessions in DB
|
||||
[tracking_manager](tracking_manager/) | 16.0.1.1.0 | [](https://github.com/Kev-Roche) [](https://github.com/sebastienbeau) | This module tracks all fields of a model, including one2many and many2many ones.
|
||||
[upgrade_analysis](upgrade_analysis/) | 16.0.1.0.2 | [](https://github.com/StefanRijnhart) [](https://github.com/legalsylvain) | Performs a difference analysis between modules installed on two different Odoo instances
|
||||
|
|
|
@ -1 +1 @@
|
|||
16.0.20240524.0
|
||||
16.0.20240611.0
|
|
@ -49,6 +49,7 @@ setuptools.setup(
|
|||
'odoo-addon-rpc_helper>=16.0dev,<16.1dev',
|
||||
'odoo-addon-scheduler_error_mailer>=16.0dev,<16.1dev',
|
||||
'odoo-addon-sentry>=16.0dev,<16.1dev',
|
||||
'odoo-addon-server_action_logging>=16.0dev,<16.1dev',
|
||||
'odoo-addon-session_db>=16.0dev,<16.1dev',
|
||||
'odoo-addon-tracking_manager>=16.0dev,<16.1dev',
|
||||
'odoo-addon-upgrade_analysis>=16.0dev,<16.1dev',
|
||||
|
|
Loading…
Reference in New Issue