Is there any way for create composition to the same entity. In my case e.g I have customer entity and
I’d like create delivery addreses list related to main customer. I’d like storage delivery addreses and customer addreses in the same entity e.g CustomerI checked, cuba studio not supported this case.
If I understand you correctly, you have two composition collections in Customer referencing the entity of the same type.
You can just add two tables to the Customer editor, bound to two nested collection containers.