For Quotation Date in a Sales Order, we don't need the time portion.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
Odoo leverages the Bootstrap Tempus Dominus datepicker.
The best option is to use field options to change the format used:
options="{'datepicker': {'format': 'L'}}"
Although you can change the widget used to DATE instead of DATETIME you will encounter issues if you are not in the UTC timezone, see https://github.com/odoo/odoo/issues/55827
Thanks for the info
Hi,
Add widget="date" along with the field by inheriting the view.
Thanks
If you are in a timezone which has a negative UTC offset, you will encounter the problem I reference.
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
2
1月 24
|
2549 | ||
|
2
6月 22
|
4478 | ||
|
2
6月 18
|
6039 | ||
|
2
11月 16
|
13637 | ||
|
2
2月 24
|
12525 |