summaryrefslogtreecommitdiff
path: root/addons/l10n_de_sale/__manifest__.py
blob: 7f09bf56b6d5720f8af77bd1bf15d4f9b5f78bd3 (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 - Sale',
    'category': 'Accounting/Localizations',
    'depends': [
        'l10n_de',
        'sale',
    ],
    'auto_install': True,
    'license': 'LGPL-3',
}