From b0255bbe86074d202ea8f3dd15a37dd008c79df2 Mon Sep 17 00:00:00 2001 From: Kristof Bernaert Date: Mon, 13 Apr 2026 18:49:04 +0200 Subject: [PATCH] Update author to Van Bernaert --- account_invoice_structured_ref_be/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_invoice_structured_ref_be/__manifest__.py b/account_invoice_structured_ref_be/__manifest__.py index 74715a0..1401f45 100644 --- a/account_invoice_structured_ref_be/__manifest__.py +++ b/account_invoice_structured_ref_be/__manifest__.py @@ -4,7 +4,7 @@ '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', + 'author': 'Van Bernaert', 'depends': ['account', 'l10n_be'], 'data': [], 'installable': True,