20 lines
580 B
Python
20 lines
580 B
Python
# Copyright 2018 Camptocamp (https://www.camptocamp.com).
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Automated tests for server environment - technical",
|
|
"summary": "Used to run automated tests, do not install",
|
|
"version": "11.0.1.0.0",
|
|
"depends": [
|
|
"server_environment",
|
|
],
|
|
"author": "Camptocamp,Odoo Community Association (OCA)",
|
|
"website": "http://odoo-community.org/",
|
|
"license": "AGPL-3",
|
|
"category": "Tools",
|
|
"data": [
|
|
'security/ir.model.access.csv',
|
|
],
|
|
'installable': True,
|
|
}
|