ValueError: Many2one shrinkage.record.line.shrinkage_record_id from Model to TransientModel is forbidden,
What does it mean?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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.
Create an account today to enjoy exclusive features and engage with our awesome community!
РегистрацияRelated Posts | Ответы | Просмотры | Активность | |
---|---|---|---|---|
|
3
нояб. 24
|
30183 | ||
|
1
дек. 21
|
2894 | ||
|
0
дек. 21
|
2394 | ||
|
0
апр. 15
|
4745 | ||
|
2
мар. 15
|
10536 |