Hi everybody,
I would like to know how is possible to print the creation date of the partners? I would like to have a field that print the date.
Is it possible?
Thank you a lot,
Selverine
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi everybody,
I would like to know how is possible to print the creation date of the partners? I would like to have a field that print the date.
Is it possible?
Thank you a lot,
Selverine
Yes. The model is res.partner
and the field is create_date
.
Hi Abhishek, Fabrice,
Thank you a lot for your help.
I would like to print the field create_date in my xml (res_partner_view.xml). But, even if the field create_date is on the database, I don't have this field on my python file (res_partner.py).
So, how is possible to get this value in my res_partner_view.xml?
Selverine
Create an account today to enjoy exclusive features and engage with our awesome community!
РеєстраціяRelated Posts | Відповіді | Переглядів | Дія | |
---|---|---|---|---|
|
3
черв. 25
|
1182 | ||
|
1
січ. 25
|
18025 | ||
|
1
січ. 20
|
3993 | ||
|
1
груд. 19
|
6447 | ||
|
1
груд. 19
|
17335 |
Of-course Selverine, Just use the module res.partner and the field is create_date even if you want to print something new fields then define that new field and you will able to print.