summaryrefslogtreecommitdiff
path: root/addons/l10n_de_repair/__manifest__.py
blob: 6f48776d71a688b75dd9538dbacf03c979846110 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.

{
    'name': 'Germany - Repair',
    'category': 'Accounting/Localizations',
    'depends': [
        'l10n_de',
        'repair',
    ],
    'auto_install': True,
    'license': 'LGPL-3',
}