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
返信
5059
ビュー
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
|
3451 | ||
|
1
5月 23
|
5959 | ||
|
0
8月 21
|
2625 | ||
|
2
2月 21
|
2067 | ||
|
3
9月 25
|
2818 |
Any solution?