diff --git a/account_balance_line/README.rst b/account_balance_line/README.rst new file mode 100644 index 000000000..ede293611 --- /dev/null +++ b/account_balance_line/README.rst @@ -0,0 +1,56 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +==================== +Account Balance Line +==================== + +This module adds a balance total for lines in move line view. + + +Usage +===== + +#. If you're an accounting adviser, enable developer mode and go to + Accounting > Adviser > Journal items. +#. Or open an account or a partner, and click on Action > Journal items. +#. You will see a column named "Balance" with the balance of the line. + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/92/10.0 + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues +`_. In case of trouble, +please check there if your issue has already been reported. If you spotted it +first, help us smashing it by providing a detailed and welcomed feedback. + +Credits +======= + +Contributors +------------ + +* Vincent revaville +* Yannick Vaucher +* Vicent Cubells +* Sergio Teruel + +Maintainer +---------- + +.. image:: http://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: http://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit http://odoo-community.org. diff --git a/account_balance_line/__init__.py b/account_balance_line/__init__.py new file mode 100644 index 000000000..d9d1f13de --- /dev/null +++ b/account_balance_line/__init__.py @@ -0,0 +1 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). diff --git a/account_balance_line/__manifest__.py b/account_balance_line/__manifest__.py new file mode 100644 index 000000000..85f78c645 --- /dev/null +++ b/account_balance_line/__manifest__.py @@ -0,0 +1,22 @@ +# Copyright 2010-2014 Camptocamp - Vincent Renaville +# Copyright 2016 Tecnativa - Vicent Cubells +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +{ + 'name': 'Balance on journal items', + 'summary': 'Display balance totals in move line view', + 'version': '11.0.1.0.0', + 'category': 'Accounting', + 'website': 'http://www.tecnativa.com,', + 'author': "Camptocamp," + "Tecnativa," + "Odoo Community Association (OCA)", + 'license': 'AGPL-3', + 'application': False, + 'installable': True, + 'depends': [ + 'account' + ], + 'data': [ + 'views/account_move_line_view.xml' + ], +} diff --git a/account_balance_line/i18n/ar.po b/account_balance_line/i18n/ar.po new file mode 100644 index 000000000..3a39377de --- /dev/null +++ b/account_balance_line/i18n/ar.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:26+0000\n" +"PO-Revision-Date: 2015-06-03 15:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Arabic (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.view_account_move_line_filter_balance +msgid "Account" +msgstr "" + +#. module: account_balance_line +#: field:account.move.line,line_balance:0 +msgid "Balance" +msgstr "" + +#. module: account_balance_line +#: model:ir.model,name:account_balance_line.model_account_move_line +msgid "Journal Items" +msgstr "عناصر دفتر اليومية" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/i18n/bs.po b/account_balance_line/i18n/bs.po new file mode 100644 index 000000000..8d1d08a6f --- /dev/null +++ b/account_balance_line/i18n/bs.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:26+0000\n" +"PO-Revision-Date: 2015-06-03 15:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.view_account_move_line_filter_balance +msgid "Account" +msgstr "" + +#. module: account_balance_line +#: field:account.move.line,line_balance:0 +msgid "Balance" +msgstr "" + +#. module: account_balance_line +#: model:ir.model,name:account_balance_line.model_account_move_line +msgid "Journal Items" +msgstr "Stavke dnevnika" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/i18n/ca.po b/account_balance_line/i18n/ca.po new file mode 100644 index 000000000..9f18bfbdd --- /dev/null +++ b/account_balance_line/i18n/ca.po @@ -0,0 +1,34 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-08 03:37+0000\n" +"PO-Revision-Date: 2017-01-08 03:37+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: model:ir.model.fields,field_description:account_balance_line.field_account_move_line_line_balance +msgid "Balance" +msgstr "Balanç" + +#. module: account_balance_line +#: model:ir.model,name:account_balance_line.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: account_balance_line +#: model:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/i18n/cs.po b/account_balance_line/i18n/cs.po new file mode 100644 index 000000000..c861971f4 --- /dev/null +++ b/account_balance_line/i18n/cs.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:26+0000\n" +"PO-Revision-Date: 2015-06-03 15:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Czech (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.view_account_move_line_filter_balance +msgid "Account" +msgstr "" + +#. module: account_balance_line +#: field:account.move.line,line_balance:0 +msgid "Balance" +msgstr "" + +#. module: account_balance_line +#: model:ir.model,name:account_balance_line.model_account_move_line +msgid "Journal Items" +msgstr "Položky deníku" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/i18n/de.po b/account_balance_line/i18n/de.po new file mode 100644 index 000000000..40745c821 --- /dev/null +++ b/account_balance_line/i18n/de.po @@ -0,0 +1,24 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +# Rudolf Schnapka , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-22 23:20+0000\n" +"PO-Revision-Date: 2017-12-22 23:20+0000\n" +"Last-Translator: Rudolf Schnapka , 2017\n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: model:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "Gesamtsaldo" diff --git a/account_balance_line/i18n/en_GB.po b/account_balance_line/i18n/en_GB.po new file mode 100644 index 000000000..d599b281a --- /dev/null +++ b/account_balance_line/i18n/en_GB.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:26+0000\n" +"PO-Revision-Date: 2015-06-03 15:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.view_account_move_line_filter_balance +msgid "Account" +msgstr "" + +#. module: account_balance_line +#: field:account.move.line,line_balance:0 +msgid "Balance" +msgstr "" + +#. module: account_balance_line +#: model:ir.model,name:account_balance_line.model_account_move_line +msgid "Journal Items" +msgstr "Journal Items" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/i18n/es.po b/account_balance_line/i18n/es.po new file mode 100644 index 000000000..fb0a1ee51 --- /dev/null +++ b/account_balance_line/i18n/es.po @@ -0,0 +1,24 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-22 01:37+0000\n" +"PO-Revision-Date: 2017-02-22 01:37+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: model:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "Total saldo" diff --git a/account_balance_line/i18n/es_CR.po b/account_balance_line/i18n/es_CR.po new file mode 100644 index 000000000..f1dfe5298 --- /dev/null +++ b/account_balance_line/i18n/es_CR.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:26+0000\n" +"PO-Revision-Date: 2015-06-03 15:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/es_CR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.view_account_move_line_filter_balance +msgid "Account" +msgstr "" + +#. module: account_balance_line +#: field:account.move.line,line_balance:0 +msgid "Balance" +msgstr "" + +#. module: account_balance_line +#: model:ir.model,name:account_balance_line.model_account_move_line +msgid "Journal Items" +msgstr "Elementos diario" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/i18n/es_EC.po b/account_balance_line/i18n/es_EC.po new file mode 100644 index 000000000..8a1e301ab --- /dev/null +++ b/account_balance_line/i18n/es_EC.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:26+0000\n" +"PO-Revision-Date: 2015-06-03 15:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/es_EC/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_EC\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.view_account_move_line_filter_balance +msgid "Account" +msgstr "" + +#. module: account_balance_line +#: field:account.move.line,line_balance:0 +msgid "Balance" +msgstr "" + +#. module: account_balance_line +#: model:ir.model,name:account_balance_line.model_account_move_line +msgid "Journal Items" +msgstr "Asientos Contables" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/i18n/es_MX.po b/account_balance_line/i18n/es_MX.po new file mode 100644 index 000000000..a8ea7f058 --- /dev/null +++ b/account_balance_line/i18n/es_MX.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +# Ahmet Altinisik , 2015-2016 +# Antonio Trueba, 2016 +# Armando Vulcano Junior , 2015 +# Carles Antoli , 2015 +# Christophe CHAUVET , 2015 +# FIRST AUTHOR , 2012,2014 +# Giacomo , 2015 +# Matjaž Mozetič , 2015 +# Mohamed HABOU , 2016 +# Paolo Valier, 2016 +# Rudolf Schnapka , 2016 +# SaFi J. , 2015 +# Thomas A. Jaeger, 2015 +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 23:17+0000\n" +"PO-Revision-Date: 2015-06-03 15:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.view_account_move_line_filter_balance +msgid "Account" +msgstr "Cuenta" + +#. module: account_balance_line +#: field:account.move.line,line_balance:0 +msgid "Balance" +msgstr "" + +#. module: account_balance_line +#: model:ir.model,name:account_balance_line.model_account_move_line +msgid "Journal Items" +msgstr "Elementos diario" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/i18n/fr.po b/account_balance_line/i18n/fr.po new file mode 100644 index 000000000..23fb0f5bf --- /dev/null +++ b/account_balance_line/i18n/fr.po @@ -0,0 +1,24 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +# Quentin THEURET , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-03 03:46+0000\n" +"PO-Revision-Date: 2017-12-03 03:46+0000\n" +"Last-Translator: Quentin THEURET , 2017\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_balance_line +#: model:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "Total de la balance" diff --git a/account_balance_line/i18n/gl.po b/account_balance_line/i18n/gl.po new file mode 100644 index 000000000..7adc01193 --- /dev/null +++ b/account_balance_line/i18n/gl.po @@ -0,0 +1,34 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +# Alejandro Santana , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-08 03:37+0000\n" +"PO-Revision-Date: 2017-01-08 03:37+0000\n" +"Last-Translator: Alejandro Santana , 2017\n" +"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: model:ir.model.fields,field_description:account_balance_line.field_account_move_line_line_balance +msgid "Balance" +msgstr "Balance" + +#. module: account_balance_line +#: model:ir.model,name:account_balance_line.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: account_balance_line +#: model:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/i18n/hr.po b/account_balance_line/i18n/hr.po new file mode 100644 index 000000000..0c574e922 --- /dev/null +++ b/account_balance_line/i18n/hr.po @@ -0,0 +1,24 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +# Bole , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-23 01:41+0000\n" +"PO-Revision-Date: 2018-02-23 01:41+0000\n" +"Last-Translator: Bole , 2018\n" +"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: account_balance_line +#: model:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "Ukupni saldo" diff --git a/account_balance_line/i18n/hr_HR.po b/account_balance_line/i18n/hr_HR.po new file mode 100644 index 000000000..960019397 --- /dev/null +++ b/account_balance_line/i18n/hr_HR.po @@ -0,0 +1,34 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +# Bole , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-08 03:37+0000\n" +"PO-Revision-Date: 2017-01-08 03:37+0000\n" +"Last-Translator: Bole , 2017\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr_HR\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: account_balance_line +#: model:ir.model.fields,field_description:account_balance_line.field_account_move_line_line_balance +msgid "Balance" +msgstr "" + +#. module: account_balance_line +#: model:ir.model,name:account_balance_line.model_account_move_line +msgid "Journal Item" +msgstr "Stavka devnika" + +#. module: account_balance_line +#: model:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/i18n/hu.po b/account_balance_line/i18n/hu.po new file mode 100644 index 000000000..16f924fa5 --- /dev/null +++ b/account_balance_line/i18n/hu.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:26+0000\n" +"PO-Revision-Date: 2015-06-03 15:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.view_account_move_line_filter_balance +msgid "Account" +msgstr "" + +#. module: account_balance_line +#: field:account.move.line,line_balance:0 +msgid "Balance" +msgstr "" + +#. module: account_balance_line +#: model:ir.model,name:account_balance_line.model_account_move_line +msgid "Journal Items" +msgstr "Könyvelési tételsorok" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/i18n/it.po b/account_balance_line/i18n/it.po new file mode 100644 index 000000000..bc81c286c --- /dev/null +++ b/account_balance_line/i18n/it.po @@ -0,0 +1,34 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +# Paolo Valier , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-08 03:37+0000\n" +"PO-Revision-Date: 2017-01-08 03:37+0000\n" +"Last-Translator: Paolo Valier , 2017\n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: model:ir.model.fields,field_description:account_balance_line.field_account_move_line_line_balance +msgid "Balance" +msgstr "Saldo" + +#. module: account_balance_line +#: model:ir.model,name:account_balance_line.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: account_balance_line +#: model:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/i18n/ja.po b/account_balance_line/i18n/ja.po new file mode 100644 index 000000000..6d28ad7d5 --- /dev/null +++ b/account_balance_line/i18n/ja.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:26+0000\n" +"PO-Revision-Date: 2015-06-03 15:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Japanese (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.view_account_move_line_filter_balance +msgid "Account" +msgstr "" + +#. module: account_balance_line +#: field:account.move.line,line_balance:0 +msgid "Balance" +msgstr "" + +#. module: account_balance_line +#: model:ir.model,name:account_balance_line.model_account_move_line +msgid "Journal Items" +msgstr "仕訳項目" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/i18n/lt.po b/account_balance_line/i18n/lt.po new file mode 100644 index 000000000..4adc3ef9d --- /dev/null +++ b/account_balance_line/i18n/lt.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:26+0000\n" +"PO-Revision-Date: 2015-06-03 15:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.view_account_move_line_filter_balance +msgid "Account" +msgstr "" + +#. module: account_balance_line +#: field:account.move.line,line_balance:0 +msgid "Balance" +msgstr "" + +#. module: account_balance_line +#: model:ir.model,name:account_balance_line.model_account_move_line +msgid "Journal Items" +msgstr "DK įrašai" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/i18n/mk.po b/account_balance_line/i18n/mk.po new file mode 100644 index 000000000..e3fe03936 --- /dev/null +++ b/account_balance_line/i18n/mk.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:26+0000\n" +"PO-Revision-Date: 2015-06-03 15:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.view_account_move_line_filter_balance +msgid "Account" +msgstr "" + +#. module: account_balance_line +#: field:account.move.line,line_balance:0 +msgid "Balance" +msgstr "" + +#. module: account_balance_line +#: model:ir.model,name:account_balance_line.model_account_move_line +msgid "Journal Items" +msgstr "Ставки на дневник" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/i18n/mn.po b/account_balance_line/i18n/mn.po new file mode 100644 index 000000000..57096b4c5 --- /dev/null +++ b/account_balance_line/i18n/mn.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:26+0000\n" +"PO-Revision-Date: 2015-06-03 15:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.view_account_move_line_filter_balance +msgid "Account" +msgstr "" + +#. module: account_balance_line +#: field:account.move.line,line_balance:0 +msgid "Balance" +msgstr "" + +#. module: account_balance_line +#: model:ir.model,name:account_balance_line.model_account_move_line +msgid "Journal Items" +msgstr "Журналын бичилт" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/i18n/nb.po b/account_balance_line/i18n/nb.po new file mode 100644 index 000000000..14ae590bb --- /dev/null +++ b/account_balance_line/i18n/nb.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:26+0000\n" +"PO-Revision-Date: 2015-06-03 15:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.view_account_move_line_filter_balance +msgid "Account" +msgstr "" + +#. module: account_balance_line +#: field:account.move.line,line_balance:0 +msgid "Balance" +msgstr "" + +#. module: account_balance_line +#: model:ir.model,name:account_balance_line.model_account_move_line +msgid "Journal Items" +msgstr "Journal Elementer" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/i18n/nb_NO.po b/account_balance_line/i18n/nb_NO.po new file mode 100644 index 000000000..cd512b293 --- /dev/null +++ b/account_balance_line/i18n/nb_NO.po @@ -0,0 +1,34 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +# Imre Kristoffer Eilertsen , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-08 03:37+0000\n" +"PO-Revision-Date: 2017-01-08 03:37+0000\n" +"Last-Translator: Imre Kristoffer Eilertsen , 2017\n" +"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb_NO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: model:ir.model.fields,field_description:account_balance_line.field_account_move_line_line_balance +msgid "Balance" +msgstr "" + +#. module: account_balance_line +#: model:ir.model,name:account_balance_line.model_account_move_line +msgid "Journal Item" +msgstr "Journalgjenstand" + +#. module: account_balance_line +#: model:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/i18n/nl.po b/account_balance_line/i18n/nl.po new file mode 100644 index 000000000..05e3ed0a0 --- /dev/null +++ b/account_balance_line/i18n/nl.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +# OCA Transbot , 2017 +# Erwin van der Ploeg , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-08 03:37+0000\n" +"PO-Revision-Date: 2017-01-08 03:37+0000\n" +"Last-Translator: Erwin van der Ploeg , 2017\n" +"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: model:ir.model.fields,field_description:account_balance_line.field_account_move_line_line_balance +msgid "Balance" +msgstr "Saldo" + +#. module: account_balance_line +#: model:ir.model,name:account_balance_line.model_account_move_line +msgid "Journal Item" +msgstr "Boekingsregel" + +#. module: account_balance_line +#: model:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/i18n/nl_BE.po b/account_balance_line/i18n/nl_BE.po new file mode 100644 index 000000000..f43b60bd7 --- /dev/null +++ b/account_balance_line/i18n/nl_BE.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:26+0000\n" +"PO-Revision-Date: 2015-06-03 15:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (Belgium) (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/nl_BE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_BE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.view_account_move_line_filter_balance +msgid "Account" +msgstr "" + +#. module: account_balance_line +#: field:account.move.line,line_balance:0 +msgid "Balance" +msgstr "" + +#. module: account_balance_line +#: model:ir.model,name:account_balance_line.model_account_move_line +msgid "Journal Items" +msgstr "Boekingslijnen" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/i18n/pt.po b/account_balance_line/i18n/pt.po new file mode 100644 index 000000000..39ccd0edc --- /dev/null +++ b/account_balance_line/i18n/pt.po @@ -0,0 +1,34 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +# Pedro Castro Silva , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-08 03:37+0000\n" +"PO-Revision-Date: 2017-01-08 03:37+0000\n" +"Last-Translator: Pedro Castro Silva , 2017\n" +"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: model:ir.model.fields,field_description:account_balance_line.field_account_move_line_line_balance +msgid "Balance" +msgstr "" + +#. module: account_balance_line +#: model:ir.model,name:account_balance_line.model_account_move_line +msgid "Journal Item" +msgstr "Item do Diário" + +#. module: account_balance_line +#: model:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/i18n/pt_BR.po b/account_balance_line/i18n/pt_BR.po new file mode 100644 index 000000000..014cbafe2 --- /dev/null +++ b/account_balance_line/i18n/pt_BR.po @@ -0,0 +1,34 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +# Claudio Araujo Santos , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-08 03:37+0000\n" +"PO-Revision-Date: 2017-01-08 03:37+0000\n" +"Last-Translator: Claudio Araujo Santos , 2017\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_balance_line +#: model:ir.model.fields,field_description:account_balance_line.field_account_move_line_line_balance +msgid "Balance" +msgstr "" + +#. module: account_balance_line +#: model:ir.model,name:account_balance_line.model_account_move_line +msgid "Journal Item" +msgstr "Diário  Item" + +#. module: account_balance_line +#: model:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/i18n/pt_PT.po b/account_balance_line/i18n/pt_PT.po new file mode 100644 index 000000000..343c735e6 --- /dev/null +++ b/account_balance_line/i18n/pt_PT.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +# OCA Transbot , 2017 +# Pedro Castro Silva , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-08 03:37+0000\n" +"PO-Revision-Date: 2017-01-08 03:37+0000\n" +"Last-Translator: Pedro Castro Silva , 2017\n" +"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_PT\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: model:ir.model.fields,field_description:account_balance_line.field_account_move_line_line_balance +msgid "Balance" +msgstr "Saldo" + +#. module: account_balance_line +#: model:ir.model,name:account_balance_line.model_account_move_line +msgid "Journal Item" +msgstr "Item do Diário" + +#. module: account_balance_line +#: model:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/i18n/ro.po b/account_balance_line/i18n/ro.po new file mode 100644 index 000000000..ee75f003a --- /dev/null +++ b/account_balance_line/i18n/ro.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:26+0000\n" +"PO-Revision-Date: 2015-06-03 15:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Romanian (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.view_account_move_line_filter_balance +msgid "Account" +msgstr "" + +#. module: account_balance_line +#: field:account.move.line,line_balance:0 +msgid "Balance" +msgstr "" + +#. module: account_balance_line +#: model:ir.model,name:account_balance_line.model_account_move_line +msgid "Journal Items" +msgstr "Elementele Jurnalului" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/i18n/ru.po b/account_balance_line/i18n/ru.po new file mode 100644 index 000000000..5eb468d78 --- /dev/null +++ b/account_balance_line/i18n/ru.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:26+0000\n" +"PO-Revision-Date: 2015-06-03 15:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Russian (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.view_account_move_line_filter_balance +msgid "Account" +msgstr "" + +#. module: account_balance_line +#: field:account.move.line,line_balance:0 +msgid "Balance" +msgstr "" + +#. module: account_balance_line +#: model:ir.model,name:account_balance_line.model_account_move_line +msgid "Journal Items" +msgstr "Элементы журнала" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/i18n/sl.po b/account_balance_line/i18n/sl.po new file mode 100644 index 000000000..28fc09816 --- /dev/null +++ b/account_balance_line/i18n/sl.po @@ -0,0 +1,24 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-22 01:37+0000\n" +"PO-Revision-Date: 2017-02-22 01:37+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: account_balance_line +#: model:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "Skupna bilanca" diff --git a/account_balance_line/i18n/sv.po b/account_balance_line/i18n/sv.po new file mode 100644 index 000000000..c34390351 --- /dev/null +++ b/account_balance_line/i18n/sv.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:26+0000\n" +"PO-Revision-Date: 2015-06-03 15:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Swedish (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.view_account_move_line_filter_balance +msgid "Account" +msgstr "" + +#. module: account_balance_line +#: field:account.move.line,line_balance:0 +msgid "Balance" +msgstr "" + +#. module: account_balance_line +#: model:ir.model,name:account_balance_line.model_account_move_line +msgid "Journal Items" +msgstr "Transaktioner" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/i18n/tr.po b/account_balance_line/i18n/tr.po new file mode 100644 index 000000000..f5fe07429 --- /dev/null +++ b/account_balance_line/i18n/tr.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:26+0000\n" +"PO-Revision-Date: 2015-06-03 15:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Turkish (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.view_account_move_line_filter_balance +msgid "Account" +msgstr "" + +#. module: account_balance_line +#: field:account.move.line,line_balance:0 +msgid "Balance" +msgstr "" + +#. module: account_balance_line +#: model:ir.model,name:account_balance_line.model_account_move_line +msgid "Journal Items" +msgstr "Günlük Maddeleri" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/i18n/zh_CN.po b/account_balance_line/i18n/zh_CN.po new file mode 100644 index 000000000..e8f581d3d --- /dev/null +++ b/account_balance_line/i18n/zh_CN.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:26+0000\n" +"PO-Revision-Date: 2015-06-03 15:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.view_account_move_line_filter_balance +msgid "Account" +msgstr "" + +#. module: account_balance_line +#: field:account.move.line,line_balance:0 +msgid "Balance" +msgstr "" + +#. module: account_balance_line +#: model:ir.model,name:account_balance_line.model_account_move_line +msgid "Journal Items" +msgstr "日记帐项目" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/i18n/zh_TW.po b/account_balance_line/i18n/zh_TW.po new file mode 100644 index 000000000..a8eb60dc0 --- /dev/null +++ b/account_balance_line/i18n/zh_TW.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: account-financial-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-01 13:26+0000\n" +"PO-Revision-Date: 2015-06-03 15:58+0000\n" +"Last-Translator: <>\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.view_account_move_line_filter_balance +msgid "Account" +msgstr "" + +#. module: account_balance_line +#: field:account.move.line,line_balance:0 +msgid "Balance" +msgstr "" + +#. module: account_balance_line +#: model:ir.model,name:account_balance_line.model_account_move_line +msgid "Journal Items" +msgstr "帳簿項目" + +#. module: account_balance_line +#: view:account.move.line:account_balance_line.account_move_line_balance_custom +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/static/description/icon.png b/account_balance_line/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/account_balance_line/static/description/icon.png differ diff --git a/account_balance_line/views/account_move_line_view.xml b/account_balance_line/views/account_move_line_view.xml new file mode 100644 index 000000000..9c52f8847 --- /dev/null +++ b/account_balance_line/views/account_move_line_view.xml @@ -0,0 +1,14 @@ + + + + + account.move.line + + + + + + + + +