difference between src_model and binding_model in Odoo13?

273 views Asked by At

I want to know the difference between src_model and binding_model in odoo 13 in linkng a wizard/report if there is a difference??

1

There are 1 answers

0
Dipen Shah On BEST ANSWER

Syed Muhammad Ali

In odoo13 the src_model is deprecated instead of that it now using the binding_model.

binding_model: It is the target module where the wizard will appear when we click the action button. Example - Suppose you want to open a wizard from res.partner the binding_model will be the res.partner.