コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2089 ビュー

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? 

アバター
破棄
関連投稿 返信 ビュー 活動
0
2月 21
1735
1
9月 20
4930
5
9月 21
20897
1
6月 20
3713
1
7月 25
3216