144 | | org_office={"name": "headquarter", # the component alias |
145 | | "joinby": "organisation_id" # the foreign key |
146 | | "filterby": "office_type_id", # the name of the field in the component table to filter by |
147 | | "filterfor": 4, # the value(s) to filter for |
148 | | "multiple": False # there can be only one component record per master record |
149 | | }) |
| 144 | org_office = {"name": "headquarter", # the component alias |
| 145 | "joinby": "organisation_id" # the foreign key |
| 146 | "filterby": "office_type_id", # the name of the field in the component table to filter by |
| 147 | "filterfor": 4, # the value(s) to filter for |
| 148 | "multiple": False # there can be only one component record per master record |
| 149 | }) |