Provides Country Office management and administrative UI configuration
for OpenSPP implementations. Extends res.company to represent
organizational units (national, regional, district offices) and adds
user/group management menus to the Registry configuration area.
Establishes the administrative foundation required for multi-office
deployments.
- Define Country Offices as administrative units using company records with custom form and list views
- Organize hierarchical office structures through parent-child company relationships
- Expose user and group management in the Registry configuration menu
- Provide standardized Country Office form including address, contact details, currency, and branding
| Model | Description |
|---|---|
res.company |
Extended to represent Country Offices in OpenSPP |
res.users |
Accessible via Registry configuration menu |
res.groups |
Accessible via Registry configuration menu (admins) |
After installing:
- Navigate to Registry > Configuration > Users to manage user accounts
- Navigate to Registry > Configuration > Groups (system admins only) to manage security groups
- Access Country Offices through Settings or by direct action reference (no standalone menu provided)
- User Management: Registry > Configuration > Users
- Group Management: Registry > Configuration > Groups (system admins
only,
base.group_no_one) - Country Offices: No standalone menu; accessed via
action_res_country_officeaction or Settings
The Country Office form (view_country_office_form) includes one tab:
- General Information: Address fields, phone, email, website, VAT, currency, and parent office
This module does not define custom security groups. Access to Country Office management and user/group configuration follows standard Odoo security rules:
- User management requires standard Odoo access rights
- Group management restricted to
base.group_no_one(system admins) - Country Office (company) records follow
res.companyaccess rules
- Inherit
res.companyto add Country Office-specific fields (e.g., office codes, regional metadata) - Override
view_country_office_formto customize the Country Office form layout - Extend the "social_media" placeholder group in the Country Office form to add social media fields
spp_security, base, spp_registry
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.






