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

13 lines
281 B
Python
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
{
'name': 'test of access rights and rules',
'description': "Testing of access restrictions",
'version': '0.0.1',
'category': 'Hidden/Tests',
'data': [
'ir.model.access.csv',
'security.xml',
'data.xml',
],
'license': 'LGPL-3',
}