TIP: You can type at any time to perform a new search.
Website Membership Gamification
website_membership_gamification · OCA/vertical-association
- Repository
- OCA/vertical-association · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Website
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/vertical-association
- Last tracking update
- 2026-08-07 09:06:34
- Authors
- Odoo Community Association (OCA), Sygel
- Maintainers
- Odoo Community Association (OCA), Sygel
- Committers
- Víctor Martínez, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- geoip2
- System dependencies
- None
- Required by
- None
- Description
This module allows to see badges assigned to users on the Members page in website. It also allows to set badges straight from contacts view.
Code Analysis ⓘ
Views touched (6)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
index |
index | ir.ui.view | qweb | Inherits website_membership.index |
partner_view_badge_wizard_reward |
partner.gamification.badge.user.wizard.form | gamification.badge.user.wizard | form | Inherits gamification.view_badge_wizard_grant |
website_membership_gamification_badge_form_view |
website.membership.gamification.badge.form.view | gamification.badge | form | Inherits gamification.badge_form_view |
website_membership_gamification_badge_user_kanban_view |
website.membership.gamification.badge.user.kanban.view | gamification.badge.user | kanban | Inherits gamification.badge_user_kanban_view |
website_membership_gamification_partner_detail |
website_membership_gamification_partner_detail | ir.ui.view | qweb | Inherits website_partner.partner_detail |
website_membership_gamification_view_partner_form |
website.membership.gamification.view.partner.form | res.partner | form | Inherits base.view_partner_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (4)
-
badge_urlCharstring='Badge URL' -
new_tab_urlBooleanstring='Open URL in new tab' -
website_expiration_dateDate -
website_member_publishedBooleanstring='Published in member directory'
No public methods.
New fields (2)
-
gamification_badge_idsMany2many → gamification.badge.usercomodel_name='gamification.badge.user'compute='_compute_gamification_badge_ids'recursive=Truestore=Truestring='Badges (recursive)' -
has_related_usersBooleancompute='_compute_has_related_users'
-
action_grant_badge_wizard(self)
Loading…
Loading…
Loading…
Loading…