Skip to content
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

Open
wants to merge 34 commits into
base: 17.0
Choose a base branch
from

Conversation

rven
Copy link

@rven rven commented May 6, 2024

No description provided.

etobella and others added 30 commits May 6, 2024 09:32
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/
@rven rven mentioned this pull request May 6, 2024
19 tasks
@pedrobaeza
Copy link
Member

/ocabot migration auth_ldaps

@OCA-git-bot OCA-git-bot added this to the 17.0 milestone May 6, 2024

class CompanyLDAP(models.Model):
_inherit = "res.company.ldap"
_description = "Company LDAP configuration"

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.

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.

@ryanc-me
Copy link

@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. :)

@rven
Copy link
Author

rven commented Aug 1, 2024

@ryanc-me Changes implemented, also added a separate commit for the removal of the _description attribute.

@ryanc-me
Copy link

ryanc-me commented Aug 1, 2024

Awesome, thanks @rven! I'll re-test this today then do a review, so hopefully it can be merged :)

If you have a moment, maybe you can check out #675, #674, #673 - if one of them is useful for you, you could provide a review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.