Toi
12/02/2024, 7:50 PMdefinition report {
relation company: company
relation module: module
permission view = (module = "foo" & company->foo_permission) + (module = "bar" & company->bar_permission)
}
If the report belongs to a given module, then I want to check a company relation associated to that module