Skip to Content
मेन्यू
This question has been flagged

Hi guys, I want to modify some logic on the website.track model and I have some doubts.

Does anyone know how to override properly the _add_tracking method?

I am searching on internet but I dont get answers.

Any help is apreciated :)

Avatar
Discard
Best Answer

Hello Andrés Carles,

I hope you are doing well.

Find Example in comment.

I hope this will help you.

Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari

Avatar
Discard

---- Py Side Code ----
- def _add_tracking(self, domain, website_track_values):
res = super((Your Class Name), self)._add_tracking()
<<<<Enter Your Code Here>>>>
return res

Related Posts Replies Views Activity
1
जून 16
4739
0
मई 16
3364
2
दिस॰ 15
3482
3
दिस॰ 24
6452
1
अग॰ 21
6583