Skip to content
Snippets Groups Projects
Commit 5bc846a0 authored by Antoine (ande)'s avatar Antoine (ande)
Browse files

[FIX] l10n_din5008: wrong translation invoice


To reproduce the issue:
1. new db
2. localization in CH (french)
3. install module l10n_din5008
4. select an invoice
5. change invoice's client's language to
   french (CH)
6. print invoice
7. "Facture d'achat" should be "Facture client"

Error: invoice translation not correct

Invoice translation of this module is not
maintained by transifex
So invoice translation is changed manually in
fr.po

OPW-3186496

closes odoo/odoo#113776

Signed-off-by: default avatarGrazioso Andrea (agr) <agr@odoo.com>
parent f88cd496
Branches
Tags
No related merge requests found
......@@ -141,7 +141,7 @@ msgstr ""
#: code:addons/l10n_din5008/models/base_document_layout.py:0
#, python-format
msgid "Invoice"
msgstr "Facture d'achat"
msgstr "Facture client"
#. module: l10n_din5008
#: code:addons/l10n_din5008/models/account_move.py:0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment