2
0
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:
Oliver
2025-06-14 11:26:48 +10:00
committed by GitHub
parent 68c3a41f84
commit c027a7cf7d
9 changed files with 133 additions and 122 deletions

View File

@@ -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 |