Odoo18-Base/addons/l10n_din5008_sale/__manifest__.py
2025-03-10 11:12:23 +07:00

14 lines
294 B
Python

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