Add domain to member queue register

This commit is contained in:
eloyoussef 2018-02-21 10:16:26 +01:00
parent 9d36047122
commit 5a4cbc54e1
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ class GolemMember(models.Model):
}"""
def queue_register(self):
return {
'name' : _('Choose the activity to register in'),
'type' : 'ir.actions.act_window',