mirror of
https://github.com/inventree/InvenTree.git
synced 2025-09-15 07:01:31 +00:00
[Plugin] Auto-create builds (#9574)
* Remove existing "create child builds" functionality - Remove API fields - Remove background task definition * Basic plugin structure * Bump API version * Bump API version * Bug fix * working on plugin event handling * Add new stub method * Implement functionality * Fix conflicts in api_version * Docs * Fix docs * Fix event type
This commit is contained in:
@@ -14,6 +14,7 @@ The following builtin plugins are available in InvenTree:
|
||||
|
||||
| Plugin Name | Description | Mandatory |
|
||||
| ----------- | ----------- | --------- |
|
||||
| [Auto Create Child Builds](./auto_create_builds.md) | Automatically create child build orders for sub-assemblies | No |
|
||||
| [Auto Issue Orders](./auto_issue.md) | Automatically issue pending orders when target date is reached | No |
|
||||
| [BOM Exporter](./bom_exporter.md) | Custom [exporter](../mixins/export.md) for BOM data | Yes |
|
||||
| [Currency Exchange](./currency_exchange.md) | Currency exchange rate plugin | Yes |
|
||||
|
Reference in New Issue
Block a user