Add Belgian structured communication (OGM/VCS) invoice reference type

This commit is contained in:
Kristof Bernaert
2026-04-13 18:16:24 +02:00
parent 16da61111b
commit d24a769000
5 changed files with 56 additions and 0 deletions
@@ -0,0 +1,13 @@
# -*- 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',
}