mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 15:52:03 +02:00
18 lines
518 B
Python
18 lines
518 B
Python
{
|
|
"name": "Unittest xUnit reports",
|
|
"version": "16.0.1.0.1",
|
|
"depends": ["base"],
|
|
"author": "Smile, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"summary": """
|
|
This module override Odoo testing method to run them with xmlrunner tool.
|
|
""",
|
|
"website": "https://github.com/OCA/server-tools",
|
|
"category": "Tools",
|
|
"sequence": 20,
|
|
"installable": True,
|
|
"application": False,
|
|
"external_dependencies": {
|
|
"python": ["unittest-xml-reporting"],
|
|
},
|
|
}
|