コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3 返信
3805 ビュー

How to change label color of only required field in odoo 16?

アバター
破棄

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

最善の回答

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
9月 25
23268
3
8月 25
3482
1
5月 25
3361
1
4月 25
4268
1
4月 25
5068