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

Spanish translation for Base Partner Merge for branch 7.0 and a fix #128

Closed
wants to merge 2 commits into from

Conversation

cesarcruz
Copy link

Added i18n/base_partner_merge.pot and i18n/es.po files in module base_partner_merge with all strings translated to spanish.

UPDATE

Added new commit with a fix in base_partner_merge.

Problem: When an admin user try to merge contacts with different emails got a wrong message:

All contacts must have the same email. Only the Administrator can merge contacts with different emails.

Since the logged in user is an admin it shouldn't display this error.

In branch 8.0 there is a condition asking for superuser, but in branch 7.0 don't, so I just added the condition to the branch 7.0 and now it works. The condition has been removed from this file in commit e0a359f

@oca-clabot
Copy link

Hey @cesarcruz, thank you for your Pull Request.

It looks like some users haven't signed our Contributor License Agreement, yet.
You can read and sign our full Contributor License Agreement here: http://odoo-community.org/page/website.cla
Here is a list of the users:

Appreciation of efforts,
OCA CLAbot

@max3903 max3903 changed the title panish translation for Base Partner Merge for branch 7.0 Spanish translation for Base Partner Merge for branch 7.0 Jun 15, 2015
@max3903 max3903 added this to the 7.0 milestone Jun 15, 2015
@max3903
Copy link
Member

max3903 commented Jun 15, 2015

Translations will soon be managed on Transifex:
https://www.transifex.com/organization/oca/dashboard

Feel free to join the OCA Translators team and translate there.

@cesarcruz
Copy link
Author

Ok, @max3903 thanks

@cesarcruz cesarcruz changed the title Spanish translation for Base Partner Merge for branch 7.0 Spanish translation for Base Partner Merge for branch 7.0 and a fix Jun 15, 2015
@mdietrichc2c
Copy link

@cesarcruz would it be possible to split the missed condition to a separate PR? I am not qualified to check the Spanish translation, but I would like to validate/merge the condition.

@cesarcruz
Copy link
Author

I'm not sure how to split PR, I created a PR for spanish translation, then added new commit with fix condition and it automatically was added to the PR, I will check how to do that, thanks

@mdietrichc2c
Copy link

@cesarcruz what you want to do is move this commit to another branch, use this other branch for the new PR, and rebase this branch so the commit is not included.

@yvaucher
Copy link
Member

@cesarcruz To split your commits, you need to do them on separate branches.

Best practice is to create always a new branch for a new fix/feature.

You can create a new branch on top of last commit of partner-contact and then cherry pick the commit you want:

# get your commit hashes
git log -n2

git fetch origin
git checkout origin/7.0 -b my_first_fix
git cherry-pick <commit_hash>
git push cesarcruz

(you will have to work with remotes git remote -v gives you the list of remotes,
git remote add ... will allow you to add remote)

Otherwise, you can create a new branch and going on it by doing git checkout -b name-of-my-new-branch 8.0 (8.0 is the branch name you are forking)
Then you can git rebase -i to remove one commit by deleting the line.

@yvaucher
Copy link
Member

I set it as need fixing while you are splitting the 2 fixes

@pedrobaeza
Copy link
Member

I close this PR as it seems abandoned.

@pedrobaeza pedrobaeza closed this Jan 18, 2016
pedrobaeza pushed a commit to Tecnativa/partner-contact that referenced this pull request Mar 22, 2019
kevinkhao pushed a commit to kevinkhao/partner-contact that referenced this pull request Nov 25, 2019
chienandalu pushed a commit to Tecnativa/partner-contact that referenced this pull request Nov 28, 2019
ntsirintanis pushed a commit to ntsirintanis/partner-contact that referenced this pull request Feb 4, 2020
newtratip pushed a commit to ecosoft-odoo/partner-contact that referenced this pull request Oct 16, 2020
CarlosRoca13 pushed a commit to Tecnativa/partner-contact that referenced this pull request Jul 21, 2021
cesar-tecnativa pushed a commit to Tecnativa/partner-contact that referenced this pull request Jul 5, 2022
cesar-tecnativa pushed a commit to Tecnativa/partner-contact that referenced this pull request Jul 5, 2022
SoporteOperu pushed a commit to SoporteOperu/partner-contact that referenced this pull request May 22, 2023
Deriman-Alonso pushed a commit to Deriman-Alonso/partner-contact that referenced this pull request Jul 5, 2024
Deriman-Alonso pushed a commit to Deriman-Alonso/partner-contact that referenced this pull request Jul 8, 2024
Deriman-Alonso pushed a commit to Deriman-Alonso/partner-contact that referenced this pull request Jul 8, 2024
anusriNPS pushed a commit to PyTech-SRL/partner-contact that referenced this pull request Jul 15, 2024
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.

6 participants