From c017c1b40b67e90d52fa9b95b770d30f1c412475 Mon Sep 17 00:00:00 2001 From: Salomon Chambi Date: Thu, 2 Nov 2023 22:16:26 +0000 Subject: [PATCH] [MIG] account_invoice_margin: to 17.0 --- account_invoice_margin/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/account_invoice_margin/__manifest__.py b/account_invoice_margin/__manifest__.py index 70bc5892..c08a4f7d 100755 --- a/account_invoice_margin/__manifest__.py +++ b/account_invoice_margin/__manifest__.py @@ -1,7 +1,7 @@ { 'name': 'Invoice Margin', - 'author': 'Hibou Corp. ', - 'version': '16.0.1.1.0', + 'version': '17.0.1.1.0', + 'author': 'Hibou Corp.', 'license': 'AGPL-3', 'category': 'Accounting', 'sequence': 95,