mirror of
https://github.com/bringout/oca-ocb-vertical-industry.git
synced 2026-04-21 07:52:04 +02:00
19.0 vanilla
This commit is contained in:
parent
4607ccbd2e
commit
825ff6514e
487 changed files with 184979 additions and 195262 deletions
|
|
@ -4,7 +4,7 @@
|
|||
from odoo import api, fields, models, _, exceptions
|
||||
|
||||
|
||||
class grant_badge_wizard(models.TransientModel):
|
||||
class GamificationBadgeUserWizard(models.TransientModel):
|
||||
""" Wizard allowing to grant a badge to a user"""
|
||||
_name = 'gamification.badge.user.wizard'
|
||||
_description = 'Gamification User Badge Wizard'
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
</group>
|
||||
<footer>
|
||||
<button string="Grant Badge" type="object" name="action_grant_badge" class="btn-primary" data-hotkey="q"/>
|
||||
<button string="Cancel" special="cancel" data-hotkey="z" class="btn-secondary"/>
|
||||
<button string="Cancel" special="cancel" data-hotkey="x" class="btn-secondary"/>
|
||||
</footer>
|
||||
</form>
|
||||
</field>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@
|
|||
|
||||
from odoo import api, models, fields
|
||||
|
||||
class goal_manual_wizard(models.TransientModel):
|
||||
|
||||
class GamificationGoalWizard(models.TransientModel):
|
||||
"""Wizard to update a manual goal"""
|
||||
_name = 'gamification.goal.wizard'
|
||||
_description = 'Gamification Goal Wizard'
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
</group>
|
||||
<footer>
|
||||
<button string="Update" type="object" name="action_update_current" class="btn-primary" data-hotkey="q"/>
|
||||
<button string="Cancel" special="cancel" data-hotkey="z" class="btn-secondary"/>
|
||||
<button string="Cancel" special="cancel" data-hotkey="x" class="btn-secondary"/>
|
||||
</footer>
|
||||
</form>
|
||||
</field>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue