Odoo18-Base/addons/l10n_din5008_repair/__manifest__.py
2025-01-06 10:57:38 +07:00

18 lines
416 B
Python

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