-
-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[17.0] [MIG] auth_ldaps: Migration to 17.0 #643
base: 17.0
Are you sure you want to change the base?
Conversation
Currently translated at 100.0% (6 of 6 strings) Translation: server-auth-14.0/server-auth-14.0-auth_ldaps Translate-URL: https://translation.odoo-community.org/projects/server-auth-14-0/server-auth-14-0-auth_ldaps/it/
Currently translated at 100.0% (6 of 6 strings) Translation: server-auth-14.0/server-auth-14.0-auth_ldaps Translate-URL: https://translation.odoo-community.org/projects/server-auth-14-0/server-auth-14-0-auth_ldaps/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-auth-15.0/server-auth-15.0-auth_ldaps Translate-URL: https://translation.odoo-community.org/projects/server-auth-15-0/server-auth-15-0-auth_ldaps/
/ocabot migration auth_ldaps |
|
||
class CompanyLDAP(models.Model): | ||
_inherit = "res.company.ldap" | ||
_description = "Company LDAP configuration" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not needed as it's an _inherit
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed that it's better not to do this, but this was also present in 16.0, 15.0, etc.
Maybe it's better to fix it after upgrade with a "fix" PR, so the fix can be backported.
@rven I'm in the process of testing this at a client site - seems to be working well so far. Thanks for your efforts here! Do you have some time to solve the review changes? I would be happy to take over this PR if you're short on time. :) |
12f7f8f
to
e8f06e7
Compare
@ryanc-me Changes implemented, also added a separate commit for the removal of the _description attribute. |
e8f06e7
to
1337793
Compare
No description provided.