Need help with a plugin #11302
-
|
I'm very new to InvenTree and trying to create a plugin following various docs but not getting expected filtered response. My plugin code is like (with help from Gemini) Any help in this regard will be highly appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
You AI hallucinated a non existent mixin class and functionality. Nice waist of time for everyone involved. If you want help state your problem, goals, considerations; not known to be broken AI slop |
Beta Was this translation helpful? Give feedback.
-
|
Please refer to (and read) the documentation at least: |
Beta Was this translation helpful? Give feedback.
This will require some major changes to the core source code. Currently the plugins framework cannot intercept API calls in this manner. There are no plans to make these changes as it would likely result in a significant performance hit unless very carefully implemented.
You can however implement your own API endpoints and then, do whatever you like.