-
Notifications
You must be signed in to change notification settings - Fork 6
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
migrated user-mail-server to v12 #12
base: 12.0
Are you sure you want to change the base?
Conversation
user_mail_server/i18n/sv.po
Outdated
#: model:ir.actions.act_window,name:user_mail.action_user_mail_sync | ||
#: view:user.mail.sync.wizard:user_mail.user_mail_sync_view | ||
msgid "Synchronize Settings" | ||
msgstr "Synkroniserade inställningar" |
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.
I believe that the correct translation should be
"Synkronisera Inställningar"
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.
Changed
ctx.update({'no_reset_password': True}) | ||
return super(ResUsers, self.with_context(ctx)).create(values) | ||
|
||
def write(self, values): |
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.
Do we need to use @api.multi here and a for loop or can it be like this here? (same apply for unlink)
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.
@api.multi
can be added but no need for loop
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.
Check my questions otherwise it looks good
No description provided.