Ir al contenido
Menú
Se marcó esta pregunta

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
Descartar
Mejor respuesta

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
Descartar

---- 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

Publicaciones relacionadas Respuestas Vistas Actividad
1
jun 16
4705
0
may 16
3318
2
dic 15
3482
3
dic 24
6418
1
ago 21
6570