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
3075
Views
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!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
|
1
Apr 23
|
4361 | ||
|
|
2
Feb 25
|
4905 | ||
|
|
1
Jun 26
|
523 | ||
|
|
2
Aug 25
|
3606 | ||
|
|
0
Jul 25
|
2456 |