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

I have a python function that dynamically creates a new field of type "float" in the model ir.model.fields. How can I set the parameter group_operator = False so it does not display a value when records are grouped in the list view?

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

Hi,

You can add the group_operator=False in the field definition in your python file.

your_field= fields.Float(string='Field String',required=True, group_operator=False)

For more info refer this video:How To Remove Sum of Total in Groupby in Tree View in Odoo

Thank you

Ảnh đại diện
Huỷ bỏ
Tác giả

Thank you for your answer however I am creating the field dynamically, which means I have a function that creates the field and the field is not statically defined in my .py file.

Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 2 25
810
0
thg 1 25
670
1
thg 12 24
949
Field __last_update Đã xử lý
1
thg 2 19
4545
2
thg 5 15
3852