Skip to content
Snippets Groups Projects
Commit fa1a09f6 authored by Yannick Tivisse's avatar Yannick Tivisse
Browse files

[FIX] l10n_do: Remove useless and unknown field `spoken_langages`

This field is used with the multilang module. As only one language is spoken in Dominican Republic, this definition is useless and furthermore it raises a warning in the logs.
parent 74c80534
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,6 @@
<field name="bank_account_code_prefix">110102</field>
<field name="transfer_account_id" ref="cash_transfer_account"/>
<field name="currency_id" ref="base.DOP"/>
<field name="spoken_languages" eval="'es_DO'"/>
</record>
<record id="cash_transfer_account" model="account.account.template">
<field name="chart_template_id" ref="do_chart_template"/>
......
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