diff --git a/InvenTree/plugin/samples/integration/custom_panel_sample.py b/InvenTree/plugin/samples/integration/custom_panel_sample.py index 8b73f793d1..e5b027fdac 100644 --- a/InvenTree/plugin/samples/integration/custom_panel_sample.py +++ b/InvenTree/plugin/samples/integration/custom_panel_sample.py @@ -17,6 +17,8 @@ class CustomPanelSample(PanelMixin, IntegrationPluginBase): PLUGIN_NAME = "CustomPanelExample" PLUGIN_SLUG = "panel" PLUGIN_TITLE = "Custom Panel Example" + DESCRIPTION = "An example plugin demonstrating how custom panels can be added to the user interface" + VERSION = "0.1" def render_location_info(self, loc): """