Skip to content

Commit

Permalink
[I18N] sale: Remove duplicated term from pot
Browse files Browse the repository at this point in the history
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.
```
```

closes #31683

Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
  • Loading branch information
luisg123v committed Mar 7, 2019
1 parent c023d07 commit fa1210b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions addons/sale/i18n/sale.pot
Original file line number Diff line number Diff line change
Expand Up @@ -1161,11 +1161,6 @@ msgstr ""
msgid "Details"
msgstr ""

#. module: sale
#: model:ir.model.fields,field_description:sale.field_res_config_settings__module_website_sale_digital
msgid "Digital Content"
msgstr ""

#. module: sale
#: model:ir.model.fields,field_description:sale.field_sale_report__discount
msgid "Discount %"
Expand Down

0 comments on commit fa1210b

Please sign in to comment.