[BOT] post-merge updates
parent
c4f79d2e87
commit
961688e84b
|
@ -65,7 +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 | [](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.
|
||||
[odoo_test_xmlrunner](odoo_test_xmlrunner/) | 16.0.1.0.1 | | 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 | [](https://github.com/simahawk) | Helpers for disabling RPC calls
|
||||
[scheduler_error_mailer](scheduler_error_mailer/) | 16.0.1.0.0 | | Scheduler Error Mailer
|
||||
|
|
|
@ -7,7 +7,7 @@ Unittest xUnit reports
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:c168ead1259f832fbcdbe238c9bd5a9eb692d3e0c712130ab2103e4a2dcba36b
|
||||
!! source digest: sha256:dc5901a41067fac6a375c2ba99ceaf485afc9273c2248b73255cc1b99e6fddcf
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
|
@ -179,13 +179,13 @@ Authors
|
|||
Other credits
|
||||
-------------
|
||||
|
||||
- `Smile <https://smile.eu/fr>`__:
|
||||
- `Smile <https://smile.eu/fr>`__:
|
||||
|
||||
- Martin Deconinck martin.deconinck@smile.fr
|
||||
- Martin Deconinck martin.deconinck@smile.fr
|
||||
|
||||
- `Akretion <https://akretion.com>`__:
|
||||
- `Akretion <https://akretion.com>`__:
|
||||
|
||||
- Florian Mounier florian.mounier@akretion.com
|
||||
- Florian Mounier florian.mounier@akretion.com
|
||||
|
||||
Maintainers
|
||||
-----------
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Unittest xUnit reports",
|
||||
"version": "16.0.1.0.0",
|
||||
"version": "16.0.1.0.1",
|
||||
"depends": ["base"],
|
||||
"author": "Smile, Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
|
|
|
@ -367,7 +367,7 @@ ul.auto-toc {
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:c168ead1259f832fbcdbe238c9bd5a9eb692d3e0c712130ab2103e4a2dcba36b
|
||||
!! source digest: sha256:dc5901a41067fac6a375c2ba99ceaf485afc9273c2248b73255cc1b99e6fddcf
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-tools/tree/16.0/odoo_test_xmlrunner"><img alt="OCA/server-tools" src="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-odoo_test_xmlrunner"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-tools&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module generate unittest reports using unittest-xml-reporting tool.</p>
|
||||
|
|
Loading…
Reference in New Issue