1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/l10n_din5008_account_followup/__manifest__.py
2024-12-10 09:04:09 +07:00

20 lines
486 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'DIN 5008 - Payment Follow-up Management',
'version': '1.0',
'category': 'Accounting/Localizations',
'author': 'Odoo SA',
'depends': [
'l10n_din5008',
'account_followup',
],
'assets': {
'web.report_assets_common': [
'l10n_din5008_account_followup/static/src/**/*',
],
},
'auto_install': True,
'license': 'OEEL-1',
}