• How to filter a field of module B in the list view of module A

    Hi, I have two modules "A" and "B". There exists a relation (one-to-many) between theses two modules. One module A may have many module B's. I have a field "status" in Module B. It is an enum field with following options ('Open', 'Lost', 'Won'). …