Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
2337 Visualizações

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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
0
fev. 21
1952
1
set. 20
5353
5
set. 21
21244
1
jun. 20
4075
1
jul. 25
4562