Hello ,
for example in project application when you try to rename a task and save the new name, your action will be written in the end of the page like this
- Title: old name --> new name
right?
so how can i hide this details ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello ,
for example in project application when you try to rename a task and save the new name, your action will be written in the end of the page like this
right?
so how can i hide this details ?
Hello rwzi,
Please find code in comment.
I hope this will help you.
Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari
You can used bellow code..
class Task(models.Model):
_inherit = "project.task"
name = fields.Char(string='Title', tracking=False, required=True, index=True)
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
3
Feb 21
|
24797 | ||
|
2
May 24
|
474 | ||
|
1
Sep 23
|
3581 | ||
|
0
Jul 23
|
1507 | ||
|
4
Dec 22
|
6781 |