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

[I18N] sale: Remove duplicated term from pot #31683

Closed
wants to merge 1 commit into from

Conversation

luisg123v
Copy link
Contributor

@luisg123v luisg123v commented Mar 7, 2019

Commit 6af6da5 introduced a duplicated term to the file .pot, which
causes the following error when trying to re-load translations:

ON CONFLICT DO UPDATE command cannot affect row a second time
HINT:  Ensure that no rows proposed for insertion within the same
command have duplicate constrained values.

This commit removes on eof the duplicates, leaving only the valid one.

--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

Commit 6af6da5 introduced a duplicated term to the file .pot, which
causes the following error when trying to re-load translations:

```
ON CONFLICT DO UPDATE command cannot affect row a second time
HINT:  Ensure that no rows proposed for insertion within the same
command have duplicate constrained values.
```

This commit removes on eof the duplicates, leaving only the valid one.
```
```
Copy link
Contributor

@moylop260 moylop260 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mart-e
FYI Translation duplicated issue

@luisg123v
Copy link
Contributor Author

FYI @kebeclibre

@robodoo robodoo added the CI 🤖 Robodoo has seen passing statuses label Mar 8, 2019
@mart-e
Copy link
Contributor

mart-e commented Mar 8, 2019

Indeed, it makes sense, good catch and thanks for the PR 👍

@robodoo r+

@robodoo
Copy link
Contributor

robodoo commented Mar 8, 2019

Merged, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI 🤖 Robodoo has seen passing statuses
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants