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
回复
5036
查看
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
12月 23
|
3429 | ||
|
1
5月 23
|
5917 | ||
|
0
8月 21
|
2600 | ||
|
2
2月 21
|
2054 | ||
|
3
9月 25
|
2779 |
Any solution?