Skip to content

Commit

Permalink
[FIX] l10n_ch: Fix account typo
Browse files Browse the repository at this point in the history
Fix a typo in an account name.

closes odoo#145713

Signed-off-by: de Wouters de Bouchout Jean-Benoît (jbw) <[email protected]>
  • Loading branch information
clbr-odoo committed Dec 11, 2023
1 parent bd87dc6 commit 7fd0ff7
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion addons/l10n_ch/data/account.account.template.csv
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"ch_coa_1270","Products in process / Unfinished products","1270","account.data_account_type_current_assets","l10n_ch.l10nch_chart_template","False"
"ch_coa_1277","Accumulated depreciation on Products in process / Unfinished products","1277","account.data_account_type_current_assets","l10n_ch.l10nch_chart_template","False"
"ch_coa_1279","Correction on Products in process / Unfinished products","1279","account.data_account_type_current_assets","l10n_ch.l10nch_chart_template","False"
"ch_coa_1280","Work in progess","1280","account.data_account_type_current_assets","l10n_ch.l10nch_chart_template","False"
"ch_coa_1280","Work in progress","1280","account.data_account_type_current_assets","l10n_ch.l10nch_chart_template","False"
"ch_coa_1287","Accumulated depreciation on work in progress","1287","account.data_account_type_current_assets","l10n_ch.l10nch_chart_template","False"
"ch_coa_1289","Correction on work in progress","1289","account.data_account_type_current_assets","l10n_ch.l10nch_chart_template","False"
"ch_coa_1300","Accrued revenue and deferred expense (Accounts paid in advance)","1300","account.data_account_type_current_assets","l10n_ch.l10nch_chart_template","False"
Expand Down
2 changes: 1 addition & 1 deletion addons/l10n_ch/i18n/ar.po
Original file line number Diff line number Diff line change
Expand Up @@ -2565,7 +2565,7 @@ msgstr ""
#. module: l10n_ch
#: model:account.account,name:l10n_ch.1_ch_coa_1280
#: model:account.account.template,name:l10n_ch.ch_coa_1280
msgid "Work in progess"
msgid "Work in progress"
msgstr ""

#. module: l10n_ch
Expand Down
2 changes: 1 addition & 1 deletion addons/l10n_ch/i18n/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -2618,7 +2618,7 @@ msgstr "Quellensteuer"
#. module: l10n_ch
#: model:account.account,name:l10n_ch.1_ch_coa_1280
#: model:account.account.template,name:l10n_ch.ch_coa_1280
msgid "Work in progess"
msgid "Work in progress"
msgstr "Nicht fakturierte Dienstleistungen"

#. module: l10n_ch
Expand Down
2 changes: 1 addition & 1 deletion addons/l10n_ch/i18n/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -2573,7 +2573,7 @@ msgstr "Impôt à la source"
#. module: l10n_ch
#: model:account.account,name:l10n_ch.1_ch_coa_1280
#: model:account.account.template,name:l10n_ch.ch_coa_1280
msgid "Work in progess"
msgid "Work in progress"
msgstr "Travaux en cours"

#. module: l10n_ch
Expand Down
2 changes: 1 addition & 1 deletion addons/l10n_ch/i18n/fr_BE.po
Original file line number Diff line number Diff line change
Expand Up @@ -2600,7 +2600,7 @@ msgstr "Impôt à la source"
#. module: l10n_ch
#: model:account.account,name:l10n_ch.1_ch_coa_1280
#: model:account.account.template,name:l10n_ch.ch_coa_1280
msgid "Work in progess"
msgid "Work in progress"
msgstr "Travaux en cours"

#. module: l10n_ch
Expand Down
2 changes: 1 addition & 1 deletion addons/l10n_ch/i18n/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -2570,7 +2570,7 @@ msgstr "Imposte alla fonte"
#. module: l10n_ch
#: model:account.account,name:l10n_ch.1_ch_coa_1280
#: model:account.account.template,name:l10n_ch.ch_coa_1280
msgid "Work in progess"
msgid "Work in progress"
msgstr "Prodotti in corso di fabbricazione"

#. module: l10n_ch
Expand Down
2 changes: 1 addition & 1 deletion addons/l10n_ch/i18n/l10n_ch.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2558,7 +2558,7 @@ msgstr ""
#. module: l10n_ch
#: model:account.account,name:l10n_ch.1_ch_coa_1280
#: model:account.account.template,name:l10n_ch.ch_coa_1280
msgid "Work in progess"
msgid "Work in progress"
msgstr ""

#. module: l10n_ch
Expand Down
2 changes: 1 addition & 1 deletion addons/l10n_ch/i18n/nl.po
Original file line number Diff line number Diff line change
Expand Up @@ -2566,7 +2566,7 @@ msgstr ""
#. module: l10n_ch
#: model:account.account,name:l10n_ch.1_ch_coa_1280
#: model:account.account.template,name:l10n_ch.ch_coa_1280
msgid "Work in progess"
msgid "Work in progress"
msgstr ""

#. module: l10n_ch
Expand Down
2 changes: 1 addition & 1 deletion addons/l10n_ch/i18n/zh_CN.po
Original file line number Diff line number Diff line change
Expand Up @@ -2568,7 +2568,7 @@ msgstr ""
#. module: l10n_ch
#: model:account.account,name:l10n_ch.1_ch_coa_1280
#: model:account.account.template,name:l10n_ch.ch_coa_1280
msgid "Work in progess"
msgid "Work in progress"
msgstr ""

#. module: l10n_ch
Expand Down

0 comments on commit 7fd0ff7

Please sign in to comment.