diff --git a/access_restriction_by_ip/models/allowed_ips.py b/access_restriction_by_ip/models/allowed_ips.py index 105e2a2f3..f352d165d 100644 --- a/access_restriction_by_ip/models/allowed_ips.py +++ b/access_restriction_by_ip/models/allowed_ips.py @@ -28,6 +28,7 @@ class ResUsersInherit(models.Model): class AllowedIPs(models.Model): _name = 'allowed.ips' + _description = 'Allowed IPs' users_ip = fields.Many2one('res.users', string='IP') ip_address = fields.Char(string='Allowed IP')