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
|
1881 | ||
|
2
6月 22
|
3721 | ||
|
2
6月 18
|
5496 | ||
|
2
11月 16
|
12736 | ||
|
2
2月 24
|
11797 |