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

ValueError: Many2one shrinkage.record.line.shrinkage_record_id from Model to TransientModel is forbidden,


What does it mean?

アバター
破棄
最善の回答

It means Model 'shrinkage.record.line' is  Transient Model. (e.g. class MyTransientModel(models.TransientModel)

you couldn't use a transient model as Many2one field in persistence model (e.g. class MyModel(models.Model))

アバター
破棄
最善の回答

Transient Model are not handled as Models.model in the database. Although, it also saved as a database record, it will be deleted automatically after its data transferring work.


アバター
破棄
関連投稿 返信 ビュー 活動
3
11月 24
30271
1
12月 21
2921
0
12月 21
2425
0
4月 15
4767
2
3月 15
10573