Skip to content
Snippets Groups Projects
Commit 3d2782e0 authored by Ricardo Gomes Rodrigues (rigr)'s avatar Ricardo Gomes Rodrigues (rigr)
Browse files

[FIX] l10n_{bg,cn}: translation of CoA


Steps to reproduce:
1. Create a BG company
2. Install the BG Chart of Accounts
3. Install the BG language
4. Switch to the BG language
5. The CoA is not translated

This is due to a missing field in the CoA xml: `spoken_languages` which is now fixed.

closes odoo/odoo#107204

Signed-off-by: default avatarLaurent Smet <las@odoo.com>
parent c9dce52f
No related branches found
No related tags found
No related merge requests found
......@@ -8,5 +8,6 @@
<field name="code_digits">6</field>
<field name="currency_id" ref="base.BGN"/>
<field name="country_id" ref="base.bg"/>
<field name="spoken_languages" eval="'bg_BG'"/>
</record>
</odoo>
......@@ -20,7 +20,7 @@ http://kjs.mof.gov.cn/zhengwuxinxi/zhengcefabu/201111/t20111107_605525.html
<field name="cash_account_code_prefix">1001</field>
<field name="bank_account_code_prefix">1002</field>
<field name="transfer_account_code_prefix">1012</field>
<field name="spoken_languages" eval="'en_US'"/>
<field name="spoken_languages" eval="'en_US;zh_CN'"/>
<field name="country_id" ref="base.cn"/>
</record>
</data>
......
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