Hello,
I would like to change how the date is represented on our RFQ,PO,ETC. I need to display just the date, not the hours/minutes/seconds. How would I remove that ?
I tried editing the XML on the report but no luck so far.
Thanks,
Jacob
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello,
I would like to change how the date is represented on our RFQ,PO,ETC. I need to display just the date, not the hours/minutes/seconds. How would I remove that ?
I tried editing the XML on the report but no luck so far.
Thanks,
Jacob
Hi,
If you want to show date only in form view, you can use widget=date for the datetime fields.
for example in purchase order form view:
if its in report templates, try as below
Thanks
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
|
3
de set. 20
|
6391 | ||
|
1
de març 15
|
4750 | ||
|
1
de des. 24
|
16685 | ||
|
0
de juny 24
|
1183 | ||
|
0
d’oct. 23
|
2703 |
HOW did you edit the XML, it may help readers to know your approach because it could be the problem, or you may have the correct approach but an error, or something else entirely?