I need to display the creation date for customers that were created in tree view.
How can I achieve this?
Is there any ORM method to get creation date
of records and store it in a variable.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I need to display the creation date for customers that were created in tree view.
How can I achieve this?
Is there any ORM method to get creation date
of records and store it in a variable.
Just show the field create_date in the View
<tree>
<field name="create_date"/>
</tree>
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
3
6月 25
|
995 | ||
|
1
1月 20
|
3871 | ||
|
1
12月 19
|
6298 | ||
|
1
12月 19
|
17233 | ||
|
3
4月 18
|
5119 |