Browse Source

[MIG] Migration of web_notify

pull/506/head
Jay Vora(SerpentCS) 8 years ago
parent
commit
012b45c3be
  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