blob: 063364c84ae647f20b2148822a13ead2e010deba (
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 - Purchase',
'category': 'Accounting/Localizations',
'depends': [
'l10n_de',
'purchase',
],
'auto_install': True,
'license': 'LGPL-3',
}
|