123456789101112 |
- # -*- coding: utf-8 -*-
- {
- 'name': 'test-import-export',
- 'version': '0.1',
- 'category': 'Hidden/Tests',
- 'description': """A module to test import/export.""",
- 'depends': ['base'],
- 'data': ['ir.model.access.csv'],
- 'installable': True,
- 'license': 'LGPL-3',
- }
|