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

At Point of Sale Orders, I wanted to add a Graph View where it can be grouped by (Shop)

I've successfully added the field 'shop_id' to the tree view, then to the group by at search view. through inherited views for each.

I've created a graph view for the object: pos.order

Architecture: <graph string="POS Orders" type="bar"> <field name="shop_id"/> <field name="amount_total" operator="+"/> </graph>

Later I've added a graph view in the action, so the graph view button appears right after the list view (tree)

problem is ...

The graph appears without proper data.

Par type shows 0 sales, though there are posted orders Pie type shows NaN%

regardless of trying to group by other fields.

I noticed that this problem also happens at the account.account model graph view

Could you please help me with this case ?

Ảnh đại diện
Huỷ bỏ

I'm not sur the operator attribute work on >v7 ):

in this line you specified <field name="amount_total" operator="+"/>

what is the use of operator ="+"

Câu trả lời hay nhất

 in this line you specified <field name="amount_total" operator="+"/> 

what is the use of operator ="+" 

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

I hope that, if you want to group by shop_id, check if the following code works,

Replace

<field name="shop_id"/>

by

<field name="shop_id" group="True"/>

i.e., Group by shop_id... We have to add the attribute group set to True.

 

 

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 6 15
3415
4
thg 1 24
22917
Attrs attribute Đã xử lý
2
thg 1 24
2283
0
thg 8 23
2196
5
thg 9 21
17353