04.01.26
This commit is contained in:
10
src/App.jsx
10
src/App.jsx
@@ -157,12 +157,20 @@ const kpis = [
|
||||
trend: "-3% this month",
|
||||
trendValue: -3,
|
||||
icon: Gauge,
|
||||
// action: () => openInTryton(
|
||||
// "open.position.report",
|
||||
// undefined,
|
||||
// ["tree"],
|
||||
// '[["id", ">", 0]]',
|
||||
// "exec_window",
|
||||
// context
|
||||
// )
|
||||
action: () => openInTryton(
|
||||
"open.position.report",
|
||||
undefined,
|
||||
["tree"],
|
||||
'[["id", ">", 0]]',
|
||||
"exec_window",
|
||||
"open_tab",
|
||||
context
|
||||
)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user