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:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
5047
화면
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
|
3430 | ||
Meetings and Minutes
해결 완료
|
|
1
5월 23
|
5930 | |
|
0
8월 21
|
2606 | ||
|
2
2월 21
|
2061 | ||
|
3
9월 25
|
2785 |
Any solution?