Dynamically adds custom fields to registrant profiles without code
changes. Administrators create fields on res.partner following
naming conventions, and the module automatically injects them into
individual and group forms in organized sections. Supports field
grouping and read-only indicator fields for program metrics.
- Define custom fields with
x_cst_grp_*(group) orx_cst_indv_*(individual) naming pattern - Define read-only indicator fields with
x_ind_grp_*orx_ind_indv_*naming pattern - Organize fields into named groups with sequence-based ordering
- Automatically inject fields into registrant forms based on registrant type
- Display custom fields under "Additional Details" tab, indicators under "Indicators" tab
| Model | Description |
|---|---|
spp.custom.field.group |
Groups custom fields for organized display in UI |
ir.model.fields (extend) |
Adds field_group_id and
sequence for field order |
res.partner (extend) |
Dynamically injects custom fields into forms |
After installing:
- Create field groups via Settings > Technical > Actions > Window Actions, search for "Field Groups"
- Specify target type (Individual or Group) and sequence for each group
- Navigate to Settings > Technical > Database Structure > Models
- Select Contact (res.partner) and create custom fields:
- For group registrants:
x_cst_grp_fieldnameorx_ind_grp_fieldname - For individuals:
x_cst_indv_fieldnameorx_ind_indv_fieldname
- For group registrants:
- Assign
field_group_idandsequenceto organize field display
- Field Groups: No menu defined; access via Settings > Technical > Actions > Window Actions
- Custom fields: Appear on registrant forms under "Additional Details" tab
- Indicator fields: Appear on registrant forms under "Indicators" tab (read-only)
| Group | Access |
|---|---|
base.group_user |
Read |
base.group_system |
Full CRUD |
- Override
_inject_custom_pages()to customize tab and field injection logic - Override
_group_fields_by_group()to modify field grouping and sorting - Extend
spp.custom.field.groupto add metadata or classification fields
base, spp_registry, spp_security
Table of contents
- Initial migration to OpenSPP2
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
- OpenSPP.org
Current maintainers:
This module is part of the OpenSPP/OpenSPP2 project on GitHub.
You are welcome to contribute.




