1234567891011121314 |
- # -*- coding: utf-8 -*-
- # Part of Odoo. See LICENSE file for full copyright and licensing details.
- {
- 'name': 'DIN 5008 - Repair',
- 'category': 'Accounting/Localizations',
- 'depends': [
- 'l10n_din5008',
- 'repair',
- ],
- 'auto_install': True,
- 'license': 'LGPL-3',
- }
|