New module: Show all related objects (and how they relate). Looking for feedback

Just finished my first module, fixing what annoyed my in dolibarr since when I started using it in 2021.

To go from proposal to invoice, there is no fixed way, as it depends on how you created the invoice (directly from the proposal, or from a shipping or whatever). Default dolibarr only shows direct parents and child objects, this module gives you the full tree!

Full description and source code here: GitHub - svewa/dolibarr-LinkedObjectTree: Module to replace the related objects (only parent and children) with the full tree, so you can jump to any related document directly

Feel free to tell me what you think.

7 Likes

This looks like a great implementation and something I’ll test out in our build. This is a feature I’m constantly having to extend in my own custom modules and fixing the core element is so much more elegant.