-
-
Notifications
You must be signed in to change notification settings - Fork 424
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
[16.0][MIG] users_ldap_mail: Migration to version 16.0 #512
Conversation
838fee4
to
aadd603
Compare
ping @sergio-teruel , @pedrobaeza |
/ocabot migration users_ldap_mail |
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.
And please squash a bit administrative commits:
https://github.com/OCA/maintainer-tools/wiki/Merge-commits-in-pull-requests
Have you checked that the involved methods still exists upstream as there are no tests in the module?
aadd603
to
56756c3
Compare
Done, please review @carlosdauden , @sergio-teruel |
ADD defsult and sugegsted values; auto-install
Fix PEP8
* [ADD] Add README.rst to users_ldap_mail * [MIG] Migrate users_ldap_mail to 10.0 * [FIX] Fixes in code style in module users_ldap_mail Changes in models/users_ldap_mail include: - remove unused imports - indentation of too long lines * [FIX] users_ldap_mail: Fix copyright notice * [FIX] users_ldap_mail: set UTF-8 encoding users_ldap_mail/models/__init__.py should be UTF-8 encoded * [FIX] users_ldap_mail: remove size argument from Char fields * [FIX] users_ldap_mail: return value can be combined in one line * [FIX] Update read me Fixes included: - Make module name human readable - Instead of numbering steps, use # - Update broken link
…inding byte-code strings
56756c3
to
e0ab638
Compare
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.
Basic migration, so we can merge:
/ocabot merge nobump
On my way to merge this fine PR! |
Congratulations, your PR was merged at bc77e58. Thanks a lot for contributing to OCA. ❤️ |
Syncing from upstream OCA/server-auth (17.0)
@Tecnativa TT43251