From 80191002b8f640c720558516f186cac0fec33d68 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Wed, 28 Nov 2018 17:15:43 +0100 Subject: [PATCH] Fix typo and code cleanup --- account_usability/account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_usability/account.py b/account_usability/account.py index eb2f74d..1c957fb 100644 --- a/account_usability/account.py +++ b/account_usability/account.py @@ -253,7 +253,7 @@ class AccountAccount(models.Model): logger.info("END of the script 'fix bank and cash account types'") return True - def create_account_groups(self, level=2, name_prefix=u'Compte ', root_name='Plan comptable'): + 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 (the account_usability module doesn't depend on it currently''' # TODO: convert to multi-company