Set taxes_category/account_category to true in migration_account_category

This commit is contained in:
Raimon Esteve 2018-09-29 18:39:47 +02:00
parent 8741c6d17a
commit c03c8d2216
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,8 @@ with Transaction().start(dbname, 1, context=context):
'account_category_migration': categories[key],
'account_expense': None,
'account_revenue': None,
'taxes_category': True,
'account_category': True,
}))
logger.info('%s: Upgrading Account Products' % (company.rec_name))