コンテンツへスキップ
メニュー
この質問にフラグが付けられました

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

アバター
破棄
最善の回答

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

アバター
破棄

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

関連投稿 返信 ビュー 活動
1
6月 16
4865
0
5月 16
3451
2
12月 15
3482
3
12月 24
6627
1
8月 21
6702