2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 05:36:46 +00:00

Update 0.6.0.md

This commit is contained in:
Oliver 2022-01-10 20:09:45 +11:00 committed by GitHub
parent bb40e15153
commit 983585f817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,3 +80,11 @@ PR [#2436](https://github.com/inventree/InvenTree/pull/2436) refactors the proce
### Merging Stock Items
PR [#2468](https://github.com/inventree/InvenTree/pull/2468) adds the ability to merge multiple stock items together.
### Scheduled Tasks for Plugins
PR [#2512](https://github.com/inventree/InvenTree/pull/2512) adds a "scheduled task" mixin for plugins, allowing custom plugins to run periodically scheduled tasks.
### Triggered Events for Plugins
PR [#2515](https://github.com/inventree/InvenTree/pull/2515) adds a "triggered events" mixin for plugins, allowing custom plugins to run code when a particular event occurs.