Skip to Content
मेन्यू
This question has been flagged
1 Reply
7939 Views

my function is defined in the website controller and I wish to call it from a model, e.g (res.partner) 

Avatar
Discard
Best Answer

You can do this by:

Importing the controller into the model and then you can call the function from the controller. for eg:

from odoo.addons.module_name.controllers.main import class_name_of_the_controller.
Thank you.

Avatar
Discard
Related Posts Replies Views Activity
2
जुल॰ 24
2684
1
अग॰ 15
3878
2
दिस॰ 21
24530
4
अक्तू॰ 21
37709
1
जुल॰ 21
4223