I was wandering whenever i go to To Do Module, select one record, and press the Setting Icon at the top left portion, I can see a Request Sign option in there. Now I want that Request Sign option to be visible inside of my custom module. How can I add that option to my custom module
This question has been flagged
1
Reply
3106
डेटा देखने का तरीका
For your custom model, you only need to make it inherit 'mail.thread'
classYourModel(models.Model):
_name="your.model"
_inherit= ["mail.thread"]
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
साइन अप करें| Related Posts | Replies | डेटा देखने का तरीका | ऐक्टिविटी | |
|---|---|---|---|---|
|
|
1
अप्रैल 23
|
4363 | ||
|
|
2
फ़र॰ 25
|
4907 | ||
|
|
1
जून 26
|
524 | ||
|
|
2
अग॰ 25
|
3608 | ||
|
|
0
जुल॰ 25
|
2457 |