Fix typo and code cleanup

This commit is contained in:
Alexis de Lattre
2018-11-28 17:15:43 +01:00
parent 1070c68c55
commit 30e62353e6

View File

@@ -253,7 +253,7 @@ class AccountAccount(models.Model):
logger.info("END of the script 'fix bank and cash account types'") logger.info("END of the script 'fix bank and cash account types'")
return True 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 '''Should be launched by a script. Make sure the account_group module is installed
(the account_usability module doesn't depend on it currently''' (the account_usability module doesn't depend on it currently'''
# TODO: convert to multi-company # TODO: convert to multi-company