From 4710036f712cd8ef1e187919ccfc26d2f54358e1 Mon Sep 17 00:00:00 2001 From: Raf Ven Date: Thu, 1 Aug 2024 09:07:09 +0200 Subject: [PATCH] [FIX] Remove model description --- auth_ldaps/models/res_company_ldap.py | 1 - 1 file changed, 1 deletion(-) diff --git a/auth_ldaps/models/res_company_ldap.py b/auth_ldaps/models/res_company_ldap.py index e48e010726..6a72d5f899 100644 --- a/auth_ldaps/models/res_company_ldap.py +++ b/auth_ldaps/models/res_company_ldap.py @@ -14,7 +14,6 @@ class CompanyLDAP(models.Model): _inherit = "res.company.ldap" - _description = "Company LDAP configuration" is_ssl = fields.Boolean(string="Use LDAPS", default=False) skip_cert_validation = fields.Boolean(