Expose products_last_purchased and products_average_price (read only, closes #1732)

This commit is contained in:
Bernd Bestel 2022-01-06 14:16:23 +01:00
parent 3a6f04f770
commit 003a416b74
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -5634,7 +5634,9 @@
"stock",
"stock_current_locations",
"chores_log",
"meal_plan_sections"
"meal_plan_sections",
"products_last_purchased",
"products_average_price"
]
},
"ExposedEntityNoListing": {
@ -5650,7 +5652,9 @@
"api_keys",
"stock",
"stock_current_locations",
"chores_log"
"chores_log",
"products_last_purchased",
"products_average_price"
]
},
"ExposedEntityNoDelete": {
@ -5659,7 +5663,9 @@
"stock_log",
"stock",
"stock_current_locations",
"chores_log"
"chores_log",
"products_last_purchased",
"products_average_price"
]
},
"ExposedEntityEditRequiresAdmin": {