mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Merge pull request #645 from rruebner/11.0-mig-account_balance_line
11.0 mig account balance line
This commit is contained in:
56
account_balance_line/README.rst
Normal file
56
account_balance_line/README.rst
Normal file
@@ -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
|
||||
<https://github.com/OCA/account-financial-tools/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 <vincent.renaville@camptocamp.com>
|
||||
* Yannick Vaucher <yannick.vaucher@camptocamp.com>
|
||||
* Vicent Cubells <vicent.cubells@tecnativa.com>
|
||||
* Sergio Teruel <sergio.teruel@tecnativa.com>
|
||||
|
||||
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.
|
||||
1
account_balance_line/__init__.py
Normal file
1
account_balance_line/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
22
account_balance_line/__manifest__.py
Normal file
22
account_balance_line/__manifest__.py
Normal file
@@ -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'
|
||||
],
|
||||
}
|
||||
38
account_balance_line/i18n/ar.po
Normal file
38
account_balance_line/i18n/ar.po
Normal file
@@ -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 ""
|
||||
38
account_balance_line/i18n/bs.po
Normal file
38
account_balance_line/i18n/bs.po
Normal file
@@ -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 ""
|
||||
34
account_balance_line/i18n/ca.po
Normal file
34
account_balance_line/i18n/ca.po
Normal file
@@ -0,0 +1,34 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_balance_line
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""
|
||||
38
account_balance_line/i18n/cs.po
Normal file
38
account_balance_line/i18n/cs.po
Normal file
@@ -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 ""
|
||||
24
account_balance_line/i18n/de.po
Normal file
24
account_balance_line/i18n/de.po
Normal file
@@ -0,0 +1,24 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_balance_line
|
||||
#
|
||||
# Translators:
|
||||
# Rudolf Schnapka <rs@techno-flex.de>, 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 <rs@techno-flex.de>, 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"
|
||||
38
account_balance_line/i18n/en_GB.po
Normal file
38
account_balance_line/i18n/en_GB.po
Normal file
@@ -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 ""
|
||||
24
account_balance_line/i18n/es.po
Normal file
24
account_balance_line/i18n/es.po
Normal file
@@ -0,0 +1,24 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_balance_line
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
38
account_balance_line/i18n/es_CR.po
Normal file
38
account_balance_line/i18n/es_CR.po
Normal file
@@ -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 ""
|
||||
38
account_balance_line/i18n/es_EC.po
Normal file
38
account_balance_line/i18n/es_EC.po
Normal file
@@ -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 ""
|
||||
51
account_balance_line/i18n/es_MX.po
Normal file
51
account_balance_line/i18n/es_MX.po
Normal file
@@ -0,0 +1,51 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_balance_line
|
||||
#
|
||||
# Translators:
|
||||
# Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2015-2016
|
||||
# Antonio Trueba, 2016
|
||||
# Armando Vulcano Junior <vulcano@uol.com.br>, 2015
|
||||
# Carles Antoli <carlesantoli@hotmail.com>, 2015
|
||||
# Christophe CHAUVET <christophe.chauvet@gmail.com>, 2015
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012,2014
|
||||
# Giacomo <giacomo.spettoli@gmail.com>, 2015
|
||||
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2015
|
||||
# Mohamed HABOU <m.habou@agoradeveloppement.com>, 2016
|
||||
# Paolo Valier, 2016
|
||||
# Rudolf Schnapka <rs@techno-flex.de>, 2016
|
||||
# SaFi J. <safi2266@gmail.com>, 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 ""
|
||||
24
account_balance_line/i18n/fr.po
Normal file
24
account_balance_line/i18n/fr.po
Normal file
@@ -0,0 +1,24 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_balance_line
|
||||
#
|
||||
# Translators:
|
||||
# Quentin THEURET <odoo@kerpeo.com>, 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 <odoo@kerpeo.com>, 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"
|
||||
34
account_balance_line/i18n/gl.po
Normal file
34
account_balance_line/i18n/gl.po
Normal file
@@ -0,0 +1,34 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_balance_line
|
||||
#
|
||||
# Translators:
|
||||
# Alejandro Santana <alejandrosantana@anubia.es>, 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 <alejandrosantana@anubia.es>, 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 ""
|
||||
24
account_balance_line/i18n/hr.po
Normal file
24
account_balance_line/i18n/hr.po
Normal file
@@ -0,0 +1,24 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_balance_line
|
||||
#
|
||||
# Translators:
|
||||
# Bole <bole@dajmi5.com>, 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 <bole@dajmi5.com>, 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"
|
||||
34
account_balance_line/i18n/hr_HR.po
Normal file
34
account_balance_line/i18n/hr_HR.po
Normal file
@@ -0,0 +1,34 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_balance_line
|
||||
#
|
||||
# Translators:
|
||||
# Bole <bole@dajmi5.com>, 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 <bole@dajmi5.com>, 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 ""
|
||||
38
account_balance_line/i18n/hu.po
Normal file
38
account_balance_line/i18n/hu.po
Normal file
@@ -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 ""
|
||||
34
account_balance_line/i18n/it.po
Normal file
34
account_balance_line/i18n/it.po
Normal file
@@ -0,0 +1,34 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_balance_line
|
||||
#
|
||||
# Translators:
|
||||
# Paolo Valier <paolo.valier@hotmail.it>, 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 <paolo.valier@hotmail.it>, 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 ""
|
||||
38
account_balance_line/i18n/ja.po
Normal file
38
account_balance_line/i18n/ja.po
Normal file
@@ -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 ""
|
||||
38
account_balance_line/i18n/lt.po
Normal file
38
account_balance_line/i18n/lt.po
Normal file
@@ -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 ""
|
||||
38
account_balance_line/i18n/mk.po
Normal file
38
account_balance_line/i18n/mk.po
Normal file
@@ -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 ""
|
||||
38
account_balance_line/i18n/mn.po
Normal file
38
account_balance_line/i18n/mn.po
Normal file
@@ -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 ""
|
||||
38
account_balance_line/i18n/nb.po
Normal file
38
account_balance_line/i18n/nb.po
Normal file
@@ -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 ""
|
||||
34
account_balance_line/i18n/nb_NO.po
Normal file
34
account_balance_line/i18n/nb_NO.po
Normal file
@@ -0,0 +1,34 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_balance_line
|
||||
#
|
||||
# Translators:
|
||||
# Imre Kristoffer Eilertsen <imreeil42@gmail.com>, 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 <imreeil42@gmail.com>, 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 ""
|
||||
35
account_balance_line/i18n/nl.po
Normal file
35
account_balance_line/i18n/nl.po
Normal file
@@ -0,0 +1,35 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_balance_line
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# Erwin van der Ploeg <erwin@odooexperts.nl>, 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 <erwin@odooexperts.nl>, 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 ""
|
||||
38
account_balance_line/i18n/nl_BE.po
Normal file
38
account_balance_line/i18n/nl_BE.po
Normal file
@@ -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 ""
|
||||
34
account_balance_line/i18n/pt.po
Normal file
34
account_balance_line/i18n/pt.po
Normal file
@@ -0,0 +1,34 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_balance_line
|
||||
#
|
||||
# Translators:
|
||||
# Pedro Castro Silva <pedrocs@sossia.pt>, 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 <pedrocs@sossia.pt>, 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 ""
|
||||
34
account_balance_line/i18n/pt_BR.po
Normal file
34
account_balance_line/i18n/pt_BR.po
Normal file
@@ -0,0 +1,34 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_balance_line
|
||||
#
|
||||
# Translators:
|
||||
# Claudio Araujo Santos <claudioaraujosantos@gmail.com>, 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 <claudioaraujosantos@gmail.com>, 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 ""
|
||||
35
account_balance_line/i18n/pt_PT.po
Normal file
35
account_balance_line/i18n/pt_PT.po
Normal file
@@ -0,0 +1,35 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_balance_line
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# Pedro Castro Silva <pedrocs@sossia.pt>, 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 <pedrocs@sossia.pt>, 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 ""
|
||||
38
account_balance_line/i18n/ro.po
Normal file
38
account_balance_line/i18n/ro.po
Normal file
@@ -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 ""
|
||||
38
account_balance_line/i18n/ru.po
Normal file
38
account_balance_line/i18n/ru.po
Normal file
@@ -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 ""
|
||||
24
account_balance_line/i18n/sl.po
Normal file
24
account_balance_line/i18n/sl.po
Normal file
@@ -0,0 +1,24 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_balance_line
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
|
||||
38
account_balance_line/i18n/sv.po
Normal file
38
account_balance_line/i18n/sv.po
Normal file
@@ -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 ""
|
||||
38
account_balance_line/i18n/tr.po
Normal file
38
account_balance_line/i18n/tr.po
Normal file
@@ -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 ""
|
||||
38
account_balance_line/i18n/zh_CN.po
Normal file
38
account_balance_line/i18n/zh_CN.po
Normal file
@@ -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 ""
|
||||
38
account_balance_line/i18n/zh_TW.po
Normal file
38
account_balance_line/i18n/zh_TW.po
Normal file
@@ -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 ""
|
||||
BIN
account_balance_line/static/description/icon.png
Normal file
BIN
account_balance_line/static/description/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
14
account_balance_line/views/account_move_line_view.xml
Normal file
14
account_balance_line/views/account_move_line_view.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<record model="ir.ui.view" id="account_move_line_balance_custom">
|
||||
<field name="model">account.move.line</field>
|
||||
<field name="inherit_id" ref="account.view_move_line_tree"/>
|
||||
<field name="arch" type="xml">
|
||||
<field name="credit" position="after" >
|
||||
<field name="balance" sum="Total Balance" invisible="0"/>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user