Multiple objets on tree view

Hi,

I want to see a tree view with multiple objects like:

mainObject
      secondObjectA
              objetInSecondObjectA
      secondObjectB
              objetInSecondObjectB
      thirdObjectA
              objectInThriedObjectA
      thirdObjectB
              objectInThriedObjectB

I didn’t find how to do it. Is it possible ?

Then: at the same time, is it possible to add “edit button” on a tree object ?

Never try but you got that :

https://docs.axelor.com/adk/5.3/dev-guide/views/tree.html

Yes, I know. The doc says that it works only with:

object
     otherObject

Me, I want to do:

object
     otherObject
     anotherDifferentObject

like show different object at the same hierarchical height.

Edit: at the same time, is it possible to add “edit button” on a tree object ?

no not yet found it, we need the same functionality, was thinking to write another new ng module

1 « J'aime »