From d28a40e035d6f9fc4d8f166f12e0c74384771c91 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Sat, 31 Oct 2020 17:50:54 +0100 Subject: [PATCH] Update comment --- account_usability/account.py | 1 - 1 file changed, 1 deletion(-) diff --git a/account_usability/account.py b/account_usability/account.py index d4ce910..79bca98 100644 --- a/account_usability/account.py +++ b/account_usability/account.py @@ -318,7 +318,6 @@ class AccountAccount(models.Model): logger.info("END of the script 'fix bank and cash account types'") return True - # TODO mig to v12 @api.model def create_account_groups(self, level=2, name_prefix=u'Comptes '): '''Should be launched by a script. Make sure the account_group module is installed