You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
286 B
Python

# -*- coding: utf-8 -*-
{
"name": "Test RPC",
"version": "1.0",
"category": "Hidden/Tests",
"description": """A module to test the RPC requests.""",
"depends": ["base", "web"],
"installable": True,
"data": ["ir.model.access.csv"],
'license': 'LGPL-3',
}