is it possible to change saturday and sunday colors to red in calendar and if so how to do it?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
4781
查看
Hello Papi,
For change saturday and sunday colors to red in calendar use the below code in scss file
td.ui-datepicker-week-end a.ui-state-default{
color: red;
}
Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari
Hi Do you know how to do it through studio ?
Hi Do you know how to do it through studio for Gantt View ?
I do not think that it is achievable through studio.
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
2
11月 23
|
3166 | ||
|
1
5月 23
|
5459 | ||
|
0
8月 21
|
2334 | ||
|
2
2月 21
|
1899 | ||
|
2
7月 25
|
3271 |
Any solution?