Browse Source

[MIG] Migration of web_notify

pull/911/merge
Jay Vora(SerpentCS) 8 years ago
committed by Jairo Llopis
parent
commit
21de391509
  1. 1
      web_notify/models/res_users.py

1
web_notify/models/res_users.py

@ -4,6 +4,7 @@
from odoo import api, fields, models, _
class ResUsers(models.Model):
_inherit = 'res.users'

Loading…
Cancel
Save