summaryrefslogtreecommitdiff
path: root/addons/l10n_lt/data/account_chart_template_data.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/l10n_lt/data/account_chart_template_data.xml')
-rw-r--r--addons/l10n_lt/data/account_chart_template_data.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/addons/l10n_lt/data/account_chart_template_data.xml b/addons/l10n_lt/data/account_chart_template_data.xml
new file mode 100644
index 00000000..734b0829
--- /dev/null
+++ b/addons/l10n_lt/data/account_chart_template_data.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<odoo>
+ <!-- Chart of Accounts Template -->
+ <record id="account_chart_template_lithuania" model="account.chart.template">
+ <field name="name">Lithuania - Accounting</field>
+ <field name="code_digits">1</field>
+ <field name="currency_id" ref="base.EUR"/>
+ <!-- Anglo-Saxon Accounting is used for reporting cost of good sold
+ when products are sold/delivered.-->
+ <field name="use_anglo_saxon" eval="True"/>
+ <!-- Languages for which the translations of templates could be
+ copied in the final object when generating them from templates -->
+ <field name="spoken_languages" eval="'lt_LT'"/>
+ <field name="bank_account_code_prefix">271</field>
+ <field name="cash_account_code_prefix">272</field>
+ <field name="transfer_account_code_prefix">273</field>
+ </record>
+</odoo>