Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
2162 Tampilan

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
Buang
Post Terkait Replies Tampilan Aktivitas
0
Feb 21
1839
1
Sep 20
5080
5
Sep 21
21062
1
Jun 20
3813
1
Jul 25
3926