oca-ocb-l10n_asia-pacific/odoo-bringout-oca-ocb-l10n_din5008/l10n_din5008/__manifest__.py
Ernad Husremovic 7f43bbbfcc 19.0 vanilla
2026-03-09 09:31:21 +01:00

26 lines
777 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'DIN 5008',
'version': '1.0',
'category': 'Accounting/Localizations',
'description': "This is the base module that defines the DIN 5008 standard in Odoo.",
'depends': ['account'],
'auto_install': True,
'countries': ['de', 'ch'],
'data': [
'report/din5008_base_document_layout.xml',
'report/din5008_report.xml',
'report/din5008_account_move_layout.xml',
'data/report_layout.xml',
'views/res_config_settings_views.xml',
],
'assets': {
'web.report_assets_common': [
'l10n_din5008/static/src/**/*',
],
},
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}