14 lines
430 B
Python
14 lines
430 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': 'Van Bernaert',
|
|
'depends': ['account', 'l10n_be'],
|
|
'data': [],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
'license': 'LGPL-3',
|
|
}
|