Update comment

This commit is contained in:
Alexis de Lattre
2020-10-31 17:50:54 +01:00
parent 67d31f9658
commit d28a40e035

View File

@@ -318,7 +318,6 @@ 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
# TODO mig to v12
@api.model @api.model
def create_account_groups(self, level=2, name_prefix=u'Comptes '): 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