How I can change the text color in this fields?
<field name="debit" sum="Total Debit"/>
<field name="credit" sum="Total Credit"/>
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ờ
Not runs in my server (ODOO 10) with: <field name="debit" sum="Total Debit" style="color:blue ! important;" />
Hi,
You can simply add attribute style to specify the color you want to have for each field. Like this :
<field name="debit" sum="Total Debit" style="color:blue ! important;" />
Or idealy follow this link where i have added the best practice when working with css. : https://www.odoo.com/fr_FR/forum/aide-1/question/how-to-increase-the-height-of-the-field-html-145202#answer-145211
Regards.
Upvote if this helps.
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ý
if you need to give color for your text, then use style="color:Red;"