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

migrated user-mail-server to v12 #12

Open
wants to merge 3 commits into
base: 12.0
Choose a base branch
from
Open

Conversation

iammiracle
Copy link
Contributor

No description provided.

#: 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"
Copy link
Member

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"

Copy link
Contributor Author

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):
Copy link
Member

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)

Copy link
Contributor Author

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

Copy link
Member

@nils-vertel nils-vertel left a 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

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

Successfully merging this pull request may close these issues.

2 participants