Odoo18-Base/odoo/addons/test_rpc/__manifest__.py
2025-01-06 10:57:38 +07:00

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',
}