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 IDNameModelTypeStatus
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_url Char
    string='Badge URL'
  • new_tab_url Boolean
    string='Open URL in new tab'
  • website_expiration_date Date
  • website_member_published Boolean
    string='Published in member directory'
Public methods (0)

No public methods.

New fields (2)
  • gamification_badge_ids Many2many → gamification.badge.user
    comodel_name='gamification.badge.user' compute='_compute_gamification_badge_ids' recursive=True store=True string='Badges (recursive)'
  • has_related_users Boolean
    compute='_compute_has_related_users'
Public methods (1)
  • action_grant_badge_wizard(self)

Loading…

Loading…

Loading…

Loading…