16 lines
474 B
Python
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',
|
|
}
|