This question has been flagged
1 Reply
2603 Views

I would like to know what's the difference of using "res_model", "src_model" and "model" in xml definitions.
Thanks!

Avatar
Discard
Best Answer

Hi,

res_model: It is the name of you model for representing the action window
src_model: It is the target model where the wizard will appear on the button click
model: The model to which the view created belongs to.

Regards

Avatar
Discard
Author

Thank you very much.

One small doubt remains. Where you say "src_model: It is the target module where the wizard will appear on the button click", do you mean model instead of module, maybe?

Greetings

Yes, it means target model, we have updated the answer