mirror of
https://github.com/grocy/grocy.git
synced 2026-04-09 05:56:15 +02:00
Expose products_last_purchased and products_average_price (read only, closes #1732)
This commit is contained in:
parent
3a6f04f770
commit
003a416b74
|
|
@ -5634,7 +5634,9 @@
|
||||||
"stock",
|
"stock",
|
||||||
"stock_current_locations",
|
"stock_current_locations",
|
||||||
"chores_log",
|
"chores_log",
|
||||||
"meal_plan_sections"
|
"meal_plan_sections",
|
||||||
|
"products_last_purchased",
|
||||||
|
"products_average_price"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ExposedEntityNoListing": {
|
"ExposedEntityNoListing": {
|
||||||
|
|
@ -5650,7 +5652,9 @@
|
||||||
"api_keys",
|
"api_keys",
|
||||||
"stock",
|
"stock",
|
||||||
"stock_current_locations",
|
"stock_current_locations",
|
||||||
"chores_log"
|
"chores_log",
|
||||||
|
"products_last_purchased",
|
||||||
|
"products_average_price"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ExposedEntityNoDelete": {
|
"ExposedEntityNoDelete": {
|
||||||
|
|
@ -5659,7 +5663,9 @@
|
||||||
"stock_log",
|
"stock_log",
|
||||||
"stock",
|
"stock",
|
||||||
"stock_current_locations",
|
"stock_current_locations",
|
||||||
"chores_log"
|
"chores_log",
|
||||||
|
"products_last_purchased",
|
||||||
|
"products_average_price"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ExposedEntityEditRequiresAdmin": {
|
"ExposedEntityEditRequiresAdmin": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user