forked from Yaltik/golem
Add domain to member queue register
This commit is contained in:
parent
9d36047122
commit
5a4cbc54e1
@ -61,7 +61,6 @@ class GolemMember(models.Model):
|
|||||||
}"""
|
}"""
|
||||||
|
|
||||||
def queue_register(self):
|
def queue_register(self):
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'name' : _('Choose the activity to register in'),
|
'name' : _('Choose the activity to register in'),
|
||||||
'type' : 'ir.actions.act_window',
|
'type' : 'ir.actions.act_window',
|
||||||
|
Loading…
Reference in New Issue
Block a user