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:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
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
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل| المنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
|---|---|---|---|---|
|
|
5
سبتمبر 25
|
23268 | ||
|
|
3
أغسطس 25
|
3482 | ||
|
|
1
مايو 25
|
3361 | ||
|
|
1
أبريل 25
|
4268 | ||
|
|
1
أبريل 25
|
5068 |
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