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

14 lines
268 B
Python
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
# -*- coding: utf-8 -*-
{
'name': "test_search_panel",
'description': "Tests for the search panel python methods",
'category': 'Hidden/Tests',
'version': '0.1',
'depends': ['web'],
'data': ['ir.model.access.csv'],
'license': 'LGPL-3',
}