Odoo18-Base/odoo/addons/test_rpc/__manifest__.py

12 lines
286 B
Python
Raw Permalink Normal View History

2025-03-10 10:52:11 +07:00
# -*- 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',
}