Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1914 Visualizzazioni

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
0
feb 21
1567
1
set 20
4512
5
set 21
20484
1
giu 20
3395
2
lug 25
2388