Skip to Content
Menu
This question has been flagged
4 Replies
18813 Zobrazenia

When defining a one2many field on a wizard (TransientModel), you need to specify the column of the related model that points to the wizard.

How should I do this in case of a orm.TransientModel?

Avatar
Zrušiť
Best Answer

Just like every other model.

See the example of wizard.select.move.template and wizard.select.move.template.line

Avatar
Zrušiť
Autor

Thanks Lorenzo. But don't you think this foreign key on the 'other' object is strange? What happens if the wizard instance record is removed? Then this foreign key 'template_id' is invalid?

It depends on what referential action you set as 'ondelete'

Related Posts Replies Zobrazenia Aktivita
0
sep 19
4355
1
jún 24
443
0
júl 22
4232
1
feb 16
5616
6
dec 23
31372