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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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?
https://www.odoo.com/forum/help-1/question/insert-one2many-in-wizard-transientmodel-104377
Look at this answer.
Just like every other model.
See the example of wizard.select.move.template and wizard.select.move.template.line
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'
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Sep 19
|
2614 | ||
|
1
Jun 24
|
314 | ||
|
0
Jul 22
|
2737 | ||
|
1
Feb 16
|
3464 | ||
|
6
Dec 23
|
29324 |