Files
odoo-cooltools/account_invoice_structured_ref_be/__manifest__.py
T

14 lines
425 B
Python

# -*- coding: utf-8 -*-
{
'name': 'Belgian Structured Invoice Reference',
'version': '16.0.1.0.0',
'summary': 'Adds "Based on Invoice Number (BE Structured)" communication type for Belgian OGM/VCS references',
'category': 'Accounting/Localizations',
'author': 'Busenco',
'depends': ['account', 'l10n_be'],
'data': [],
'installable': True,
'auto_install': False,
'license': 'LGPL-3',
}