diff --git a/account_balance_line/README.rst b/account_balance_line/README.rst new file mode 100644 index 00000000000..670700a3ad4 --- /dev/null +++ b/account_balance_line/README.rst @@ -0,0 +1,85 @@ +======================== +Balance on journal items +======================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github + :target: https://github.com/OCA/account-financial-tools/tree/15.0/account_balance_line + :alt: OCA/account-financial-tools +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/account-financial-tools-15-0/account-financial-tools-15-0-account_balance_line + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/92/15.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module adds a balance total for lines in move line view. + +**Table of contents** + +.. contents:: + :local: + +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. + +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 `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Camptocamp +* Tecnativa + +Contributors +~~~~~~~~~~~~ + +* Vincent revaville +* Yannick Vaucher +* Vicent Cubells +* Sergio Teruel + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +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. + +This module is part of the `OCA/account-financial-tools `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_balance_line/__init__.py b/account_balance_line/__init__.py new file mode 100644 index 00000000000..d9d1f13deb5 --- /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 00000000000..33cb8763240 --- /dev/null +++ b/account_balance_line/__manifest__.py @@ -0,0 +1,16 @@ +# 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": "16.0.1.0.0", + "category": "Accounting", + "website": "https://github.com/OCA/account-financial-tools", + "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/account_balance_line.pot b/account_balance_line/i18n/account_balance_line.pot new file mode 100644 index 00000000000..f835245fc55 --- /dev/null +++ b/account_balance_line/i18n/account_balance_line.pot @@ -0,0 +1,21 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-06-06 06:00+0000\n" +"PO-Revision-Date: 2023-06-06 06:00+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "" diff --git a/account_balance_line/i18n/ar.po b/account_balance_line/i18n/ar.po new file mode 100644 index 00000000000..7d950489d1f --- /dev/null +++ b/account_balance_line/i18n/ar.po @@ -0,0 +1,29 @@ +# 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: 2018-06-28 05:01+0000\n" +"Last-Translator: Osoul \n" +"Language-Team: Arabic (http://www.transifex.com/oca/OCA-account-financial-" +"tools-8-0/language/ar/)\n" +"Language: ar\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \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 ? 4 : 5;\n" +"X-Generator: Weblate 3.0.1\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "الرصيد" + +#~ msgid "Journal Items" +#~ msgstr "عناصر دفتر اليومية" diff --git a/account_balance_line/i18n/bs.po b/account_balance_line/i18n/bs.po new file mode 100644 index 00000000000..3493636130a --- /dev/null +++ b/account_balance_line/i18n/bs.po @@ -0,0 +1,28 @@ +# 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" +"Language: bs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \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_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "" + +#~ msgid "Journal Items" +#~ msgstr "Stavke dnevnika" diff --git a/account_balance_line/i18n/ca.po b/account_balance_line/i18n/ca.po new file mode 100644 index 00000000000..099fa57b25c --- /dev/null +++ b/account_balance_line/i18n/ca.po @@ -0,0 +1,27 @@ +# 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" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "" + +#~ msgid "Balance" +#~ msgstr "Balanç" diff --git a/account_balance_line/i18n/cs.po b/account_balance_line/i18n/cs.po new file mode 100644 index 00000000000..a84a1d49089 --- /dev/null +++ b/account_balance_line/i18n/cs.po @@ -0,0 +1,27 @@ +# 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" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "" + +#~ msgid "Journal Items" +#~ msgstr "Položky deníku" diff --git a/account_balance_line/i18n/de.po b/account_balance_line/i18n/de.po new file mode 100644 index 00000000000..551b52f2186 --- /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" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +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 00000000000..d3b33f88b6f --- /dev/null +++ b/account_balance_line/i18n/en_GB.po @@ -0,0 +1,27 @@ +# 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" +"Language: en_GB\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "" + +#~ msgid "Journal Items" +#~ msgstr "Journal Items" diff --git a/account_balance_line/i18n/es.po b/account_balance_line/i18n/es.po new file mode 100644 index 00000000000..9fb8d4dea54 --- /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" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "Total saldo" diff --git a/account_balance_line/i18n/es_AR.po b/account_balance_line/i18n/es_AR.po new file mode 100644 index 00000000000..70ed6799917 --- /dev/null +++ b/account_balance_line/i18n/es_AR.po @@ -0,0 +1,22 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 15.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2022-05-23 06:05+0000\n" +"Last-Translator: Ignacio Buioli \n" +"Language-Team: none\n" +"Language: es_AR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.3.2\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "Saldo Total" diff --git a/account_balance_line/i18n/es_CR.po b/account_balance_line/i18n/es_CR.po new file mode 100644 index 00000000000..e80ca09926d --- /dev/null +++ b/account_balance_line/i18n/es_CR.po @@ -0,0 +1,27 @@ +# 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" +"Language: es_CR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "" + +#~ msgid "Journal Items" +#~ msgstr "Elementos diario" diff --git a/account_balance_line/i18n/es_EC.po b/account_balance_line/i18n/es_EC.po new file mode 100644 index 00000000000..7436a72e73e --- /dev/null +++ b/account_balance_line/i18n/es_EC.po @@ -0,0 +1,27 @@ +# 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" +"Language: es_EC\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "" + +#~ msgid "Journal Items" +#~ msgstr "Asientos Contables" diff --git a/account_balance_line/i18n/es_MX.po b/account_balance_line/i18n/es_MX.po new file mode 100644 index 00000000000..6dede71a202 --- /dev/null +++ b/account_balance_line/i18n/es_MX.po @@ -0,0 +1,43 @@ +# 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" +"Language: es_MX\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "" + +#~ msgid "Account" +#~ msgstr "Cuenta" + +#~ msgid "Journal Items" +#~ msgstr "Elementos diario" diff --git a/account_balance_line/i18n/fr.po b/account_balance_line/i18n/fr.po new file mode 100644 index 00000000000..b2f70f324b9 --- /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" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "Total de la balance" diff --git a/account_balance_line/i18n/fr_FR.po b/account_balance_line/i18n/fr_FR.po new file mode 100644 index 00000000000..60e664cc9f1 --- /dev/null +++ b/account_balance_line/i18n/fr_FR.po @@ -0,0 +1,22 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_balance_line +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2021-04-10 15:46+0000\n" +"Last-Translator: Yves Le Doeuff \n" +"Language-Team: none\n" +"Language: fr_FR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.3.2\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "Solde" diff --git a/account_balance_line/i18n/gl.po b/account_balance_line/i18n/gl.po new file mode 100644 index 00000000000..b09342edb99 --- /dev/null +++ b/account_balance_line/i18n/gl.po @@ -0,0 +1,27 @@ +# 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" +"Language: gl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "" + +#~ msgid "Balance" +#~ msgstr "Balance" diff --git a/account_balance_line/i18n/hr.po b/account_balance_line/i18n/hr.po new file mode 100644 index 00000000000..4dbb32f687a --- /dev/null +++ b/account_balance_line/i18n/hr.po @@ -0,0 +1,25 @@ +# 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" +"Language: hr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \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_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +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 00000000000..ec3210fd8fb --- /dev/null +++ b/account_balance_line/i18n/hr_HR.po @@ -0,0 +1,29 @@ +# 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" +"Language: hr_HR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \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_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "" + +#~ msgid "Journal Item" +#~ msgstr "Stavka devnika" diff --git a/account_balance_line/i18n/hu.po b/account_balance_line/i18n/hu.po new file mode 100644 index 00000000000..263a363a8ea --- /dev/null +++ b/account_balance_line/i18n/hu.po @@ -0,0 +1,27 @@ +# 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" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "" + +#~ msgid "Journal Items" +#~ msgstr "Könyvelési tételsorok" diff --git a/account_balance_line/i18n/it.po b/account_balance_line/i18n/it.po new file mode 100644 index 00000000000..053faa5168e --- /dev/null +++ b/account_balance_line/i18n/it.po @@ -0,0 +1,27 @@ +# 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" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "" + +#~ msgid "Balance" +#~ msgstr "Saldo" diff --git a/account_balance_line/i18n/ja.po b/account_balance_line/i18n/ja.po new file mode 100644 index 00000000000..eb46be99a73 --- /dev/null +++ b/account_balance_line/i18n/ja.po @@ -0,0 +1,27 @@ +# 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" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "" + +#~ msgid "Journal Items" +#~ msgstr "仕訳項目" diff --git a/account_balance_line/i18n/lt.po b/account_balance_line/i18n/lt.po new file mode 100644 index 00000000000..80a6ed2c197 --- /dev/null +++ b/account_balance_line/i18n/lt.po @@ -0,0 +1,28 @@ +# 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" +"Language: lt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \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 +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "" + +#~ msgid "Journal Items" +#~ msgstr "DK įrašai" diff --git a/account_balance_line/i18n/mk.po b/account_balance_line/i18n/mk.po new file mode 100644 index 00000000000..88930f2d866 --- /dev/null +++ b/account_balance_line/i18n/mk.po @@ -0,0 +1,27 @@ +# 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" +"Language: mk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "" + +#~ msgid "Journal Items" +#~ msgstr "Ставки на дневник" diff --git a/account_balance_line/i18n/mn.po b/account_balance_line/i18n/mn.po new file mode 100644 index 00000000000..7800599c290 --- /dev/null +++ b/account_balance_line/i18n/mn.po @@ -0,0 +1,27 @@ +# 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" +"Language: mn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "" + +#~ msgid "Journal Items" +#~ msgstr "Журналын бичилт" diff --git a/account_balance_line/i18n/nb.po b/account_balance_line/i18n/nb.po new file mode 100644 index 00000000000..e5c8beadf16 --- /dev/null +++ b/account_balance_line/i18n/nb.po @@ -0,0 +1,27 @@ +# 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" +"Language: nb\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "" + +#~ msgid "Journal Items" +#~ msgstr "Journal Elementer" diff --git a/account_balance_line/i18n/nb_NO.po b/account_balance_line/i18n/nb_NO.po new file mode 100644 index 00000000000..8b6064fa00c --- /dev/null +++ b/account_balance_line/i18n/nb_NO.po @@ -0,0 +1,28 @@ +# 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" +"Language: nb_NO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "" + +#~ msgid "Journal Item" +#~ msgstr "Journalgjenstand" diff --git a/account_balance_line/i18n/nl.po b/account_balance_line/i18n/nl.po new file mode 100644 index 00000000000..24e9097bc09 --- /dev/null +++ b/account_balance_line/i18n/nl.po @@ -0,0 +1,32 @@ +# 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: 2021-01-25 17:44+0000\n" +"Last-Translator: Bosd \n" +"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.3.2\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "Totale Balans" + +#~ msgid "Balance" +#~ msgstr "Saldo" + +#~ msgid "Journal Item" +#~ msgstr "Boekingsregel" diff --git a/account_balance_line/i18n/nl_BE.po b/account_balance_line/i18n/nl_BE.po new file mode 100644 index 00000000000..8402bcc1107 --- /dev/null +++ b/account_balance_line/i18n/nl_BE.po @@ -0,0 +1,27 @@ +# 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" +"Language: nl_BE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "" + +#~ msgid "Journal Items" +#~ msgstr "Boekingslijnen" diff --git a/account_balance_line/i18n/pt.po b/account_balance_line/i18n/pt.po new file mode 100644 index 00000000000..cd4d381b7f5 --- /dev/null +++ b/account_balance_line/i18n/pt.po @@ -0,0 +1,28 @@ +# 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: 2019-08-12 11:44+0000\n" +"Last-Translator: Pedro Castro Silva \n" +"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Weblate 3.7.1\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "Saldo Total" + +#~ msgid "Journal Item" +#~ msgstr "Item do Diário" diff --git a/account_balance_line/i18n/pt_BR.po b/account_balance_line/i18n/pt_BR.po new file mode 100644 index 00000000000..3d7d1db7360 --- /dev/null +++ b/account_balance_line/i18n/pt_BR.po @@ -0,0 +1,29 @@ +# 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: 2019-07-09 01:43+0000\n" +"Last-Translator: Eduardo Aparicio \n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" +"teams/23907/pt_BR/)\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 3.7.1\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "Saldo Total" + +#~ msgid "Journal Item" +#~ msgstr "Diário  Item" diff --git a/account_balance_line/i18n/pt_PT.po b/account_balance_line/i18n/pt_PT.po new file mode 100644 index 00000000000..5f06a471c7f --- /dev/null +++ b/account_balance_line/i18n/pt_PT.po @@ -0,0 +1,32 @@ +# 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" +"Language: pt_PT\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "" + +#~ msgid "Balance" +#~ msgstr "Saldo" + +#~ msgid "Journal Item" +#~ msgstr "Item do Diário" diff --git a/account_balance_line/i18n/ro.po b/account_balance_line/i18n/ro.po new file mode 100644 index 00000000000..6831e9899a9 --- /dev/null +++ b/account_balance_line/i18n/ro.po @@ -0,0 +1,28 @@ +# 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" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "" + +#~ msgid "Journal Items" +#~ msgstr "Elementele Jurnalului" diff --git a/account_balance_line/i18n/ru.po b/account_balance_line/i18n/ru.po new file mode 100644 index 00000000000..1d2f0e1181c --- /dev/null +++ b/account_balance_line/i18n/ru.po @@ -0,0 +1,29 @@ +# 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" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \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 +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "" + +#~ msgid "Journal Items" +#~ msgstr "Элементы журнала" diff --git a/account_balance_line/i18n/sl.po b/account_balance_line/i18n/sl.po new file mode 100644 index 00000000000..cd1b0c78476 --- /dev/null +++ b/account_balance_line/i18n/sl.po @@ -0,0 +1,26 @@ +# 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: 2023-03-18 13:22+0000\n" +"Last-Translator: Matjaz Mozetic \n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"Language: sl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3;\n" +"X-Generator: Weblate 4.14.1\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "Saldo skupaj" diff --git a/account_balance_line/i18n/sv.po b/account_balance_line/i18n/sv.po new file mode 100644 index 00000000000..e4468b760ff --- /dev/null +++ b/account_balance_line/i18n/sv.po @@ -0,0 +1,27 @@ +# 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" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "" + +#~ msgid "Journal Items" +#~ msgstr "Transaktioner" diff --git a/account_balance_line/i18n/tr.po b/account_balance_line/i18n/tr.po new file mode 100644 index 00000000000..b87efa5addb --- /dev/null +++ b/account_balance_line/i18n/tr.po @@ -0,0 +1,27 @@ +# 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" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "" + +#~ msgid "Journal Items" +#~ msgstr "Günlük Maddeleri" diff --git a/account_balance_line/i18n/zh_CN.po b/account_balance_line/i18n/zh_CN.po new file mode 100644 index 00000000000..eed28617873 --- /dev/null +++ b/account_balance_line/i18n/zh_CN.po @@ -0,0 +1,27 @@ +# 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" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "" + +#~ msgid "Journal Items" +#~ msgstr "日记帐项目" diff --git a/account_balance_line/i18n/zh_TW.po b/account_balance_line/i18n/zh_TW.po new file mode 100644 index 00000000000..bb60798dbdd --- /dev/null +++ b/account_balance_line/i18n/zh_TW.po @@ -0,0 +1,27 @@ +# 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" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_balance_line +#: model_terms:ir.ui.view,arch_db:account_balance_line.account_move_line_balance_tree +msgid "Total Balance" +msgstr "" + +#~ msgid "Journal Items" +#~ msgstr "帳簿項目" diff --git a/account_balance_line/readme/CONTRIBUTORS.rst b/account_balance_line/readme/CONTRIBUTORS.rst new file mode 100644 index 00000000000..2b84712679f --- /dev/null +++ b/account_balance_line/readme/CONTRIBUTORS.rst @@ -0,0 +1,4 @@ +* Vincent revaville +* Yannick Vaucher +* Vicent Cubells +* Sergio Teruel diff --git a/account_balance_line/readme/DESCRIPTION.rst b/account_balance_line/readme/DESCRIPTION.rst new file mode 100644 index 00000000000..5a028ec77cb --- /dev/null +++ b/account_balance_line/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module adds a balance total for lines in move line view. diff --git a/account_balance_line/readme/USAGE.rst b/account_balance_line/readme/USAGE.rst new file mode 100644 index 00000000000..db590564e7d --- /dev/null +++ b/account_balance_line/readme/USAGE.rst @@ -0,0 +1,4 @@ +#. 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. diff --git a/account_balance_line/static/description/icon.png b/account_balance_line/static/description/icon.png new file mode 100644 index 00000000000..3a0328b516c Binary files /dev/null and b/account_balance_line/static/description/icon.png differ diff --git a/account_balance_line/static/description/index.html b/account_balance_line/static/description/index.html new file mode 100644 index 00000000000..4469d65ea98 --- /dev/null +++ b/account_balance_line/static/description/index.html @@ -0,0 +1,433 @@ + + + + + + +Balance on journal items + + + +
+

Balance on journal items

+ + +

Beta License: AGPL-3 OCA/account-financial-tools Translate me on Weblate Try me on Runbot

+

This module adds a balance total for lines in move line view.

+

Table of contents

+ +
+

Usage

+
    +
  1. If you’re an accounting adviser, enable developer mode and go to +Accounting > Adviser > Journal items.
  2. +
  3. Or open an account or a partner, and click on Action > Journal items.
  4. +
  5. You will see a column named “Balance” with the balance of the line.
  6. +
+
+
+

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.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Camptocamp
  • +
  • Tecnativa
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

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.

+

This module is part of the OCA/account-financial-tools project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + 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 00000000000..62cc247ca7c --- /dev/null +++ b/account_balance_line/views/account_move_line_view.xml @@ -0,0 +1,20 @@ + + + + account.move.line + + + + + + + + + account.move.line + + 99 + + + + + diff --git a/setup/account_balance_line/odoo/addons/account_balance_line b/setup/account_balance_line/odoo/addons/account_balance_line new file mode 120000 index 00000000000..99aa98ac33a --- /dev/null +++ b/setup/account_balance_line/odoo/addons/account_balance_line @@ -0,0 +1 @@ +../../../../account_balance_line \ No newline at end of file diff --git a/setup/account_balance_line/setup.py b/setup/account_balance_line/setup.py new file mode 100644 index 00000000000..28c57bb6403 --- /dev/null +++ b/setup/account_balance_line/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)