diff --git a/README.md b/README.md index fbec8e2cd..7ba783659 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ addon | version | maintainers | summary [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 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](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. +[odoo_test_xmlrunner](odoo_test_xmlrunner/) | 16.0.1.0.0 | | This module override Odoo testing method to run them with xmlrunner tool. [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 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Helpers for disabling RPC calls [scheduler_error_mailer](scheduler_error_mailer/) | 16.0.1.0.0 | | Scheduler Error Mailer diff --git a/odoo_test_xmlrunner/static/description/icon.png b/odoo_test_xmlrunner/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/odoo_test_xmlrunner/static/description/icon.png differ diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 5dc448733..804542201 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20241224.0 \ No newline at end of file +16.0.20241227.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 2ba1903b6..a5c7500e3 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -52,6 +52,7 @@ setuptools.setup( '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-odoo_test_xmlrunner>=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',