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