-
-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy pathdemo_pivot_dashboard.json
More file actions
98 lines (98 loc) · 2.32 KB
/
Copy pathdemo_pivot_dashboard.json
File metadata and controls
98 lines (98 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"version": 21,
"sheets": [
{
"id": "sheet_partners",
"name": "Partners by Country",
"colNumber": 26,
"rowNumber": 100,
"rows": {},
"cols": {
"0": {"size": 220},
"1": {"size": 140},
"2": {"size": 140},
"3": {"size": 140}
},
"merges": [],
"cells": {
"A1": {"content": "=PIVOT(1)"}
},
"conditionalFormats": [],
"figures": [],
"filterTables": [],
"tables": [],
"dataValidationRules": [],
"comments": {},
"headerGroups": {"ROW": [], "COL": []},
"areGridLinesVisible": true,
"isVisible": true
},
{
"id": "sheet_regions",
"name": "Regions per Country",
"colNumber": 26,
"rowNumber": 100,
"rows": {},
"cols": {
"0": {"size": 220},
"1": {"size": 140}
},
"merges": [],
"cells": {
"A1": {"content": "=PIVOT(2)"}
},
"conditionalFormats": [],
"figures": [],
"filterTables": [],
"tables": [],
"dataValidationRules": [],
"comments": {},
"headerGroups": {"ROW": [], "COL": []},
"areGridLinesVisible": true,
"isVisible": true
}
],
"settings": {},
"customTableStyles": {},
"styles": {},
"formats": {},
"borders": {},
"revisionId": "START_REVISION",
"uniqueFigureIds": true,
"odooVersion": 12,
"globalFilters": [],
"pivots": {
"1": {
"type": "ODOO",
"id": "1",
"formulaId": "1",
"name": "Partners by Country & Type",
"model": "res.partner",
"domain": [["active", "=", true]],
"context": {},
"measures": [{"id": "__count", "fieldName": "__count"}],
"rows": [{"fieldName": "country_id", "order": "desc"}],
"columns": [{"fieldName": "is_company"}],
"sortedColumn": null,
"fieldMatching": {}
},
"2": {
"type": "ODOO",
"id": "2",
"formulaId": "2",
"name": "Regions per Country",
"model": "res.country.state",
"domain": [],
"context": {},
"measures": [{"id": "__count", "fieldName": "__count"}],
"rows": [{"fieldName": "country_id", "order": "desc"}],
"columns": [],
"sortedColumn": null,
"fieldMatching": {}
}
},
"pivotNextId": 3,
"lists": {},
"listNextId": 1,
"chartOdooMenusReferences": {}
}