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

16 lines
474 B
Python

{
'name': 'Test - Import & Export',
'version': '1.0',
'category': 'Hidden',
'sequence': 3843,
'summary': 'Base Import & Export Tests: Ensure Flow Robustness',
'description': """This module contains tests related to base import and export.""",
# website is there only for MockRequest
'depends': ['web', 'base_import', 'website'],
'data': [
'security/ir.model.access.csv',
],
'installable': True,
'license': 'LGPL-3',
}