2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-05-03 07:58:55 +00:00

update link

This commit is contained in:
Matthias Mair 2022-05-25 22:17:15 +02:00
parent fd6aec203e
commit 57004689a8
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -22,7 +22,7 @@ Note: Plugins are discovered and loaded only when the server is started.
### Plugin Base Class ### Plugin Base Class
Custom plugins must inherit from the [IntegrationPluginBase class](https://github.com/inventree/InvenTree/blob/master/InvenTree/plugin/integration.py). Any plugins installed via the methods outlined above will be "discovered" when the InvenTree server launches. Custom plugins must inherit from the [IntegrationPluginBase class](https://github.com/inventree/InvenTree/blob/2d1776a151721d65d0ae007049d358085b2fcfd5/InvenTree/plugin/plugin.py#L204). Any plugins installed via the methods outlined above will be "discovered" when the InvenTree server launches.
### Plugin Options ### Plugin Options