[11.0] [MIG] users ldap mail - #2
Merged
Merged
Conversation
In order to get visibility on https://www.odoo.com/apps the OCA board has decided to add the OCA as author of all the addons maintained as part of the association.
* [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
dreispt
approved these changes
Oct 17, 2017
lasley
approved these changes
Oct 17, 2017
| 'version': "10.0.1.0.0", | ||
| 'version': "11.0.1.0.0", | ||
| 'depends': ["auth_ldap"], | ||
| 'author': "Daniel Reis (https://launchpad.com/~dreis-pt)," |
Contributor
There was a problem hiding this comment.
@dreispt - are you good with removing your launchpad from this?
| @@ -0,0 +1,15 @@ | |||
| <?xml version="1.0"?> | |||
Contributor
There was a problem hiding this comment.
Please align file name with contribution guidelines
res_company_ldap_view.xml
etobella
force-pushed
the
11.0-mig-users_ldap_mail
branch
from
October 18, 2017 07:30
6c1a2ca to
74bc9a1
Compare
etobella
force-pushed
the
11.0-mig-users_ldap_mail
branch
from
October 19, 2017 10:05
74bc9a1 to
d427cd6
Compare
JordiBForgeFlow
approved these changes
Oct 20, 2017
Member
|
This one is ready to merge. |
Contributor
|
I think this is the first v11 I've merged. Merging this many commits is intimidating. |
Contributor
|
Btw thanks @etobella! 😉 |
Member
|
@lasley Not really: only the two last commits are new; the rest is just module history. |
Member
lalithkota
pushed a commit
to lalithkota/oca-server-auth
that referenced
this pull request
Aug 3, 2023
Added extra authorize params. Fixed pre-commit errors and remove comm…
SiesslPhillip
pushed a commit
to grueneerde/OCA-server-auth
that referenced
this pull request
Nov 20, 2024
Syncing from upstream OCA/server-auth (11.0)
yibudak
added a commit
to altinkaya-opensource/server-auth
that referenced
this pull request
Aug 28, 2026
…sskey' (OCA#2) from fix/admin-passkey-mfa-bypass into 16.0 Reviewed-on: https://git.altinkaya.com/altinkaya-opensource/server-auth/pulls/2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migration to 11.0.
Same code that existed on #1 and OCA/server-tools#1018.