How to change label color of only required field in odoo 16?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
Hi,
You can use this free app from the store for the same: https://apps.odoo.com/apps/modules/16.0/kg_required_fields/
Thanks
I use this module for 16 or 17
https://apps.odoo.com/apps/modules/17.0/mandatory_field_highlight
Hi,
You can achieve this by adding a css file and inside give
.o_required_modifier.o_field_widget {
background-color: rgb(226 222 147) !important;
}
This gives a slight yellow color to all the required fields. Add the css file in web.assets_backend.
Regards
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký| Bài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
|---|---|---|---|---|
|
|
5
thg 9 25
|
23256 | ||
|
|
3
thg 8 25
|
3480 | ||
|
|
1
thg 5 25
|
3359 | ||
|
|
1
thg 4 25
|
4261 | ||
|
|
1
thg 4 25
|
5066 |
Got any solution for it? Need also same thing.
Display Asterisk in Required Fields
This module enables the display of an asterisk for required fields in Odoo.
https://apps.odoo.com/apps/modules/17.0/mh_display_asterisk_in_required_field