You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I create a new DB v7 with demonstration data (only sales module).
After running migrate.py, there are some errors in migration.log :
2015-01-22 14:21:09,363 3842 ERROR sale-demo-1_migrated OpenUpgrade: Invalid value 'tree_account_reconciliation' in the table 'ir_ui_view' for the field 'type'. (1 rows).
...
2015-01-22 14:23:23,431 3842 ERROR sale-demo-1_migrated OpenUpgrade: product: error in migration script /var/tmp/openupgrade/8.0/addons/product/migrations/8.0.1.1/post-migration.py: 'NoneType' object has no attribute 'getitem'
...
2015-01-22 14:23:23,432 3842 ERROR sale-demo-1_migrated openerp.modules.loading: Error executing post migration script for module product
`-> procurement
: 'NoneType' object has no attribute 'getitem'
I create a new DB v7 with demonstration data (only sales module).
After running migrate.py, there are some errors in migration.log :
2015-01-22 14:21:09,363 3842 ERROR sale-demo-1_migrated OpenUpgrade: Invalid value 'tree_account_reconciliation' in the table 'ir_ui_view' for the field 'type'. (1 rows).
...
2015-01-22 14:23:23,431 3842 ERROR sale-demo-1_migrated OpenUpgrade: product: error in migration script /var/tmp/openupgrade/8.0/addons/product/migrations/8.0.1.1/post-migration.py: 'NoneType' object has no attribute 'getitem'
...
2015-01-22 14:23:23,432 3842 ERROR sale-demo-1_migrated openerp.modules.loading: Error executing post migration script for module product
`-> procurement
: 'NoneType' object has no attribute 'getitem'
2015-01-22 14:23:23,499 3842 CRITICAL sale-demo-1_migrated openerp.service.server: Failed to initialize database
sale-demo-1_migrated
.The text was updated successfully, but these errors were encountered: