Skip to Content
Menú
This question has been flagged
1991 Vistes

I'm migrating data from erp 7 to Odoo 13. I've written migration scripts myself (on Postgres). However after migration runs, I keep getting this error 


psycopg2.ProgrammingError: column "type" of relation "ir_actions_todo" does not exist


when I try updating my module. 


The error stems from this line:
cr.execute('ALTER TABLE "{}" ALTER COLUMN "{}" DROP NOT NULL'.format(tablename, columnname))


And so my question becomes: Why was the type field deprecated in ir_actions_todo? 

Avatar
Descartar
Related Posts Respostes Vistes Activitat
0
de febr. 21
1647
1
de set. 20
4768
5
de set. 21
20717
1
de juny 20
3556
1
de jul. 25
2811