Skip to content

Commit

Permalink
[FIX] Remove model description
Browse files Browse the repository at this point in the history
  • Loading branch information
rven committed Aug 1, 2024
1 parent d2ab2c3 commit 4710036
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion auth_ldaps/models/res_company_ldap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 4710036

Please sign in to comment.