Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
3516 มุมมอง

Wherever I open a price list in ODOO, if I filter the items group by 'product' , 'vendor' or any other thing, the field 'price' or 'price_unit' would be accumulated automatically by the system.

for example, vendor 'A' has product b($7.00),product c($8.00).If I filter the list grouped by 'vendor', I would get item A, which has a field 'price' displayed as '15'.

I prefer to the field 'price' displayed as blank. How could I solve the problem? thank you.

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi, 

You can set the group_operator=False , for the field.

See the sample: 

priority = fields.Selection(crm_stage.AVAILABLE_PRIORITIES, string='Priority', group_operator=False)

For more: How To Remove Sum of Total in Groupby in Tree View in Odoo

Thanks

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
3
เม.ย. 22
26708
Licenses management on premise แก้ไขแล้ว
1
ก.พ. 21
4131
1
มิ.ย. 16
7181
2
ม.ค. 16
5040
2
ส.ค. 25
3134