Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
4 Trả lời
2016 Lượt xem

Hi Friends or helpers,

With nolable="1", the field string is still visible. 

I use Odoo17 and want to hide the field name. Is there anything I missed?


Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hello wwy,

I hope you are doing well.

You can achieve this functionality using nolabel="1"

Here is an example:


Thanks & Regards,

Email:  odoo@aktivsoftware.com           

Skype: kalpeshmaheshwari


Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

It works, you can see how we use it on the res.partner form:

https://github.com/odoo/odoo/blob/17.0/odoo/addons/base/views/res_partner_views.xml#L344

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hello,

To hide the field name in Odoo 17 when using nolabel="1", you can use as in the image,


This will hide the field name while still displaying the field value.

Hope it helps

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi,

  1. In your XML view file, locate the field definition you want to hide.
  2. Add the attribute invisible="1" to the field definition.

XML


Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 4 24
1490
4
thg 1 25
1402
2
thg 10 24
2168
4
thg 5 25
2718
2
thg 5 25
6147