Skip to content
Snippets Groups Projects
Commit fa1210be authored by Luis González's avatar Luis González
Browse files

[I18N] sale: Remove duplicated term from pot


Commit 6af6da5c 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 odoo/odoo#31683

Signed-off-by: default avatarMartin Trigaux (mat) <mat@odoo.com>
parent c023d078
No related branches found
No related tags found
No related merge requests found
......@@ -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 %"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment