diff --git a/account_invoice_line_report/README.rst b/account_invoice_line_report/README.rst new file mode 100644 index 000000000..38c2d0fc4 --- /dev/null +++ b/account_invoice_line_report/README.rst @@ -0,0 +1,87 @@ +=========================== +Account Invoice Line Report +=========================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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--invoice--reporting-lightgray.png?logo=github + :target: https://github.com/OCA/account-invoice-reporting/tree/15.0/account_invoice_line_report + :alt: OCA/account-invoice-reporting +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/account-invoice-reporting-15-0/account-invoice-reporting-15-0-account_invoice_line_report + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/94/15.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module creates a new view to manage invoice lines information. + +**Table of contents** + +.. contents:: + :local: + +Usage +===== + +To use this module, you need to: + +#. Have the "Show Full Accounting Features" option activated for your user. +#. Go to Invoicing > Reporting > Management > Invoice Lines + +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 +~~~~~~~ + +* Tecnativa + +Contributors +~~~~~~~~~~~~ + +* `Tecnativa `_: + + * Carlos Dauden + * Vicent Cubells + * João Marques + +* Kitti U. + +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-invoice-reporting `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_invoice_line_report/__init__.py b/account_invoice_line_report/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/account_invoice_line_report/__manifest__.py b/account_invoice_line_report/__manifest__.py new file mode 100644 index 000000000..4af7c0e28 --- /dev/null +++ b/account_invoice_line_report/__manifest__.py @@ -0,0 +1,17 @@ +# Copyright 2017 Tecnativa - Carlos Dauden +# Copyright 2018 Tecnativa - Vicent Cubells +# Copyright 2020 Tecnativa - João Marques +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + "name": "Account Invoice Line Report", + "summary": "New view to manage invoice lines information", + "version": "16.0.1.0.0", + "category": "Account", + "website": "https://github.com/OCA/account-invoice-reporting", + "author": "Tecnativa, " "Odoo Community Association (OCA)", + "license": "AGPL-3", + "depends": ["account"], + "data": ["report/account_invoice_report_view.xml"], + "installable": True, +} diff --git a/account_invoice_line_report/i18n/account_invoice_line_report.pot b/account_invoice_line_report/i18n/account_invoice_line_report.pot new file mode 100644 index 000000000..8bf07d454 --- /dev/null +++ b/account_invoice_line_report/i18n/account_invoice_line_report.pot @@ -0,0 +1,40 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-07-20 10:53+0000\n" +"PO-Revision-Date: 2023-07-20 10:53+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_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" diff --git a/account_invoice_line_report/i18n/ar.po b/account_invoice_line_report/i18n/ar.po new file mode 100644 index 000000000..195484480 --- /dev/null +++ b/account_invoice_line_report/i18n/ar.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/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 && n%100<=99 ? 4 : 5;\n" + +#. module: account_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "خط الفاتورة" diff --git a/account_invoice_line_report/i18n/bs.po b/account_invoice_line_report/i18n/bs.po new file mode 100644 index 000000000..fa482e7af --- /dev/null +++ b/account_invoice_line_report/i18n/bs.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/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_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Stavka fakture" diff --git a/account_invoice_line_report/i18n/ca.po b/account_invoice_line_report/i18n/ca.po new file mode 100644 index 000000000..37700bde7 --- /dev/null +++ b/account_invoice_line_report/i18n/ca.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# Carles Antoli , 2017 +# Marc Tormo i Bochaca , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2023-06-23 09:08+0000\n" +"Last-Translator: eccit-quim \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" +"X-Generator: Weblate 4.17\n" + +#. module: account_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" +"A partir d'aquest informe, podeu tenir una visió general de l'import " +"facturat als vostres clients. L'eina de cerca també es pot utilitzar per " +"personalitzar els vostres informes de factures i, per tant, adaptar aquesta " +"anàlisi a les vostres necessitats." + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "Línies de facturació" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "Amb preu" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "Sense preu" + +#~ msgid "Invoice Line" +#~ msgstr "Línia factura" diff --git a/account_invoice_line_report/i18n/cs.po b/account_invoice_line_report/i18n/cs.po new file mode 100644 index 000000000..3c3c21b77 --- /dev/null +++ b/account_invoice_line_report/i18n/cs.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/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_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Řádek faktury" diff --git a/account_invoice_line_report/i18n/de.po b/account_invoice_line_report/i18n/de.po new file mode 100644 index 000000000..7e9dd61d8 --- /dev/null +++ b/account_invoice_line_report/i18n/de.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +# Rudolf Schnapka , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2022-05-11 13:05+0000\n" +"Last-Translator: Maria Sparenberg \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" +"X-Generator: Weblate 4.3.2\n" + +#. module: account_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" +"Mithilfe dieses Reports erhält man einen Überblick über die den Kunden in " +"Rechnung gestellten Beträge. Mit dem Suchwerkzeug können die " +"Rechnungsreports auch personalisiert werden, um die Auswertung den " +"Bedürfnissen des Unternehmens anzupassen." + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "Rechnungspositionen" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "Mit Preis" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "Ohne Preis" + +#~ msgid "Invoice Line" +#~ msgstr "Rechnungsposition" diff --git a/account_invoice_line_report/i18n/en_GB.po b/account_invoice_line_report/i18n/en_GB.po new file mode 100644 index 000000000..41eae0d78 --- /dev/null +++ b/account_invoice_line_report/i18n/en_GB.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/" +"teams/23907/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_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Invoice Line" diff --git a/account_invoice_line_report/i18n/es.po b/account_invoice_line_report/i18n/es.po new file mode 100644 index 000000000..c245251fe --- /dev/null +++ b/account_invoice_line_report/i18n/es.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-20 11:51+0000\n" +"PO-Revision-Date: 2018-03-20 11:51+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: account_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" +"Con este informe puede obtener una vista general de la cantidad facturada a " +"sus clientes. Puede utilizar la herramienta de búsqueda para personalizar " +"sus Informes de facturas y el resto, ajustando el análisis a sus necesidades." + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "Líneas de factura" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "Con precio" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "Sin precio" + +#~ msgid "Invoice Line" +#~ msgstr "Línea factura" diff --git a/account_invoice_line_report/i18n/es_CR.po b/account_invoice_line_report/i18n/es_CR.po new file mode 100644 index 000000000..cea97724e --- /dev/null +++ b/account_invoice_line_report/i18n/es_CR.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/" +"teams/23907/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_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Línea de factura" diff --git a/account_invoice_line_report/i18n/es_EC.po b/account_invoice_line_report/i18n/es_EC.po new file mode 100644 index 000000000..e153b9053 --- /dev/null +++ b/account_invoice_line_report/i18n/es_EC.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/" +"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_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Detalle de Factura" diff --git a/account_invoice_line_report/i18n/es_MX.po b/account_invoice_line_report/i18n/es_MX.po new file mode 100644 index 000000000..0fd3c59cb --- /dev/null +++ b/account_invoice_line_report/i18n/es_MX.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/" +"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_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Línea de factura" diff --git a/account_invoice_line_report/i18n/et.po b/account_invoice_line_report/i18n/et.po new file mode 100644 index 000000000..2ac7425dd --- /dev/null +++ b/account_invoice_line_report/i18n/et.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n" +"Language: et\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_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Arve rida" diff --git a/account_invoice_line_report/i18n/fr.po b/account_invoice_line_report/i18n/fr.po new file mode 100644 index 000000000..c74430240 --- /dev/null +++ b/account_invoice_line_report/i18n/fr.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +# Guewen Baconnier , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2021-04-08 22:47+0000\n" +"Last-Translator: Yves Le Doeuff \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" +"X-Generator: Weblate 4.3.2\n" + +#. module: account_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" +"A partir de ce rapport, vous pouvez avoir un aperçu du montant facturé à vos " +"clients. L'outil de recherche peut également être utilisé pour personnaliser " +"vos rapports de factures et ainsi faire correspondre cette analyse à vos " +"besoins." + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "Lignes de facture" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "Avec Prix" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "Sans Prix" + +#~ msgid "Invoice Line" +#~ msgstr "Ligne de facture" diff --git a/account_invoice_line_report/i18n/fr_CH.po b/account_invoice_line_report/i18n/fr_CH.po new file mode 100644 index 000000000..d16e120d7 --- /dev/null +++ b/account_invoice_line_report/i18n/fr_CH.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (Switzerland) (https://www.transifex.com/oca/" +"teams/23907/fr_CH/)\n" +"Language: fr_CH\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_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Ligne de facture" diff --git a/account_invoice_line_report/i18n/fr_FR.po b/account_invoice_line_report/i18n/fr_FR.po new file mode 100644 index 000000000..442b4f664 --- /dev/null +++ b/account_invoice_line_report/i18n/fr_FR.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +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_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" +"À partir de ce rapport, vous avez un aperçu du montant facturé à vos " +"clients. L'outil de recherche peut aussi être utilisé pour personnaliser " +"l'analyse des factures, et ainsi mieux correspondre à vos besoins." + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "Lignes de facture" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "Avec Prix" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "Sans Prix" + +#~ msgid "Invoice Line" +#~ msgstr "Ligne de facture" diff --git a/account_invoice_line_report/i18n/hr.po b/account_invoice_line_report/i18n/hr.po new file mode 100644 index 000000000..d4dc095b9 --- /dev/null +++ b/account_invoice_line_report/i18n/hr.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2020-03-05 16:13+0000\n" +"Last-Translator: Bole \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" +"X-Generator: Weblate 3.10\n" + +#. module: account_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "Stavke računa" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "Sa cijenom" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "Bez cijene" + +#~ msgid "Invoice Line" +#~ msgstr "Stavka računa" diff --git a/account_invoice_line_report/i18n/hr_HR.po b/account_invoice_line_report/i18n/hr_HR.po new file mode 100644 index 000000000..851f6d3e2 --- /dev/null +++ b/account_invoice_line_report/i18n/hr_HR.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# Bole , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+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_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "Stavke računa" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" diff --git a/account_invoice_line_report/i18n/hu.po b/account_invoice_line_report/i18n/hu.po new file mode 100644 index 000000000..1924a6dc9 --- /dev/null +++ b/account_invoice_line_report/i18n/hu.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/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_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Számlasor" diff --git a/account_invoice_line_report/i18n/it.po b/account_invoice_line_report/i18n/it.po new file mode 100644 index 000000000..89da4e5e4 --- /dev/null +++ b/account_invoice_line_report/i18n/it.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +# Paolo Valier , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+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_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "Righe Fattura" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Riga Fattura" diff --git a/account_invoice_line_report/i18n/ja.po b/account_invoice_line_report/i18n/ja.po new file mode 100644 index 000000000..e06c4f40e --- /dev/null +++ b/account_invoice_line_report/i18n/ja.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/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_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "請求行" diff --git a/account_invoice_line_report/i18n/lt.po b/account_invoice_line_report/i18n/lt.po new file mode 100644 index 000000000..b64095f10 --- /dev/null +++ b/account_invoice_line_report/i18n/lt.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/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_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Sąskaitos faktūros eilutė" diff --git a/account_invoice_line_report/i18n/mk.po b/account_invoice_line_report/i18n/mk.po new file mode 100644 index 000000000..ce77c289e --- /dev/null +++ b/account_invoice_line_report/i18n/mk.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/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_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Ставка од фактура" diff --git a/account_invoice_line_report/i18n/mn.po b/account_invoice_line_report/i18n/mn.po new file mode 100644 index 000000000..5cab27487 --- /dev/null +++ b/account_invoice_line_report/i18n/mn.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/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_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Нэхэмжлэлийн мөр" diff --git a/account_invoice_line_report/i18n/nb.po b/account_invoice_line_report/i18n/nb.po new file mode 100644 index 000000000..047fbb38f --- /dev/null +++ b/account_invoice_line_report/i18n/nb.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/" +"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_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Fakturalinje" diff --git a/account_invoice_line_report/i18n/nl.po b/account_invoice_line_report/i18n/nl.po new file mode 100644 index 000000000..075f7599c --- /dev/null +++ b/account_invoice_line_report/i18n/nl.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+0000\n" +"Last-Translator: OCA Transbot , 2017\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" + +#. module: account_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "Sjablonen factuurregels" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Factuurregel" diff --git a/account_invoice_line_report/i18n/nl_BE.po b/account_invoice_line_report/i18n/nl_BE.po new file mode 100644 index 000000000..9b30c639e --- /dev/null +++ b/account_invoice_line_report/i18n/nl_BE.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/" +"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_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Factuurlijn" diff --git a/account_invoice_line_report/i18n/nl_NL.po b/account_invoice_line_report/i18n/nl_NL.po new file mode 100644 index 000000000..5647ea4bc --- /dev/null +++ b/account_invoice_line_report/i18n/nl_NL.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# Peter Hageman , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-30 23:41+0000\n" +"PO-Revision-Date: 2017-06-30 23:41+0000\n" +"Last-Translator: Peter Hageman , 2017\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/" +"teams/23907/nl_NL/)\n" +"Language: nl_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" + +#. module: account_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Factuurregel" diff --git a/account_invoice_line_report/i18n/pt.po b/account_invoice_line_report/i18n/pt.po new file mode 100644 index 000000000..291386459 --- /dev/null +++ b/account_invoice_line_report/i18n/pt.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+0000\n" +"Last-Translator: OCA Transbot , 2017\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" + +#. module: account_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Linha de fatura" diff --git a/account_invoice_line_report/i18n/pt_BR.po b/account_invoice_line_report/i18n/pt_BR.po new file mode 100644 index 000000000..5d8f33662 --- /dev/null +++ b/account_invoice_line_report/i18n/pt_BR.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+0000\n" +"Last-Translator: OCA Transbot , 2017\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" + +#. module: account_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "LInha da fatura" diff --git a/account_invoice_line_report/i18n/pt_PT.po b/account_invoice_line_report/i18n/pt_PT.po new file mode 100644 index 000000000..d8bc28934 --- /dev/null +++ b/account_invoice_line_report/i18n/pt_PT.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+0000\n" +"Last-Translator: OCA Transbot , 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_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Linha da Fatura" diff --git a/account_invoice_line_report/i18n/ro.po b/account_invoice_line_report/i18n/ro.po new file mode 100644 index 000000000..12b16f0d9 --- /dev/null +++ b/account_invoice_line_report/i18n/ro.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/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_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Linie factura" diff --git a/account_invoice_line_report/i18n/ru.po b/account_invoice_line_report/i18n/ru.po new file mode 100644 index 000000000..aedfaba03 --- /dev/null +++ b/account_invoice_line_report/i18n/ru.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/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_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Позиция счета" diff --git a/account_invoice_line_report/i18n/sl.po b/account_invoice_line_report/i18n/sl.po new file mode 100644 index 000000000..65ba3925b --- /dev/null +++ b/account_invoice_line_report/i18n/sl.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +# Matjaž Mozetič , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+0000\n" +"Last-Translator: Matjaž Mozetič , 2017\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" + +#. module: account_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "Postavke računa" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Postavka računa" diff --git a/account_invoice_line_report/i18n/sv.po b/account_invoice_line_report/i18n/sv.po new file mode 100644 index 000000000..638e82a33 --- /dev/null +++ b/account_invoice_line_report/i18n/sv.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/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_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Fakturarad" diff --git a/account_invoice_line_report/i18n/tr.po b/account_invoice_line_report/i18n/tr.po new file mode 100644 index 000000000..d192ae038 --- /dev/null +++ b/account_invoice_line_report/i18n/tr.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# Ozge Altinisik , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+0000\n" +"Last-Translator: Ozge Altinisik , 2017\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/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_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Fatura kalemi" diff --git a/account_invoice_line_report/i18n/tr_TR.po b/account_invoice_line_report/i18n/tr_TR.po new file mode 100644 index 000000000..2d9714e33 --- /dev/null +++ b/account_invoice_line_report/i18n/tr_TR.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# Ozge Altinisik , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+0000\n" +"Last-Translator: Ozge Altinisik , 2017\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/" +"tr_TR/)\n" +"Language: tr_TR\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_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "Fatura hizası" diff --git a/account_invoice_line_report/i18n/zh_CN.po b/account_invoice_line_report/i18n/zh_CN.po new file mode 100644 index 000000000..fb8a4d00b --- /dev/null +++ b/account_invoice_line_report/i18n/zh_CN.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/" +"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_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "发票明细" diff --git a/account_invoice_line_report/i18n/zh_TW.po b/account_invoice_line_report/i18n/zh_TW.po new file mode 100644 index 000000000..dc4a0012a --- /dev/null +++ b/account_invoice_line_report/i18n/zh_TW.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_line_report +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-09 02:58+0000\n" +"PO-Revision-Date: 2017-06-09 02:58+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/" +"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_invoice_line_report +#: model_terms:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report +msgid "" +"From this report, you can have an overview of the amount invoiced to your " +"customers. The search tool can also be used to personalise your Invoices " +"reports and so, match this analysis to your needs." +msgstr "" + +#. module: account_invoice_line_report +#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report +#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report +msgid "Invoice Lines" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "With Price" +msgstr "" + +#. module: account_invoice_line_report +#: model_terms:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search +msgid "Without Price" +msgstr "" + +#~ msgid "Invoice Line" +#~ msgstr "發票明細" diff --git a/account_invoice_line_report/readme/CONTRIBUTORS.rst b/account_invoice_line_report/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..65af3f930 --- /dev/null +++ b/account_invoice_line_report/readme/CONTRIBUTORS.rst @@ -0,0 +1,8 @@ +* `Tecnativa `_: + + * Carlos Dauden + * Vicent Cubells + * João Marques + +* Kitti U. +* Aiendry Sarkar diff --git a/account_invoice_line_report/readme/DESCRIPTION.rst b/account_invoice_line_report/readme/DESCRIPTION.rst new file mode 100644 index 000000000..6544c406e --- /dev/null +++ b/account_invoice_line_report/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module creates a new view to manage invoice lines information. diff --git a/account_invoice_line_report/readme/USAGE.rst b/account_invoice_line_report/readme/USAGE.rst new file mode 100644 index 000000000..d24d67826 --- /dev/null +++ b/account_invoice_line_report/readme/USAGE.rst @@ -0,0 +1,4 @@ +To use this module, you need to: + +#. Have the "Show Full Accounting Features" option activated for your user. +#. Go to Invoicing > Reporting > Management > Invoice Lines diff --git a/account_invoice_line_report/report/account_invoice_report_view.xml b/account_invoice_line_report/report/account_invoice_report_view.xml new file mode 100644 index 000000000..53fbf92fe --- /dev/null +++ b/account_invoice_line_report/report/account_invoice_report_view.xml @@ -0,0 +1,56 @@ + + + + + account.invoice.report.tree.info + account.invoice.report + + + + + + + + + + + + + + + account.invoice.report + + + + + + + + + + + Invoice Lines + account.invoice.report + tree,pivot,graph + + From this report, you can have an overview of the amount invoiced to your customers. The search tool can also be used to personalise your Invoices reports and so, match this analysis to your needs. + + + diff --git a/account_invoice_line_report/static/description/icon.png b/account_invoice_line_report/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/account_invoice_line_report/static/description/icon.png differ diff --git a/account_invoice_line_report/static/description/index.html b/account_invoice_line_report/static/description/index.html new file mode 100644 index 000000000..04677cc71 --- /dev/null +++ b/account_invoice_line_report/static/description/index.html @@ -0,0 +1,434 @@ + + + + + + +Account Invoice Line Report + + + +
+

Account Invoice Line Report

+ + +

Beta License: AGPL-3 OCA/account-invoice-reporting Translate me on Weblate Try me on Runbot

+

This module creates a new view to manage invoice lines information.

+

Table of contents

+ +
+

Usage

+

To use this module, you need to:

+
    +
  1. Have the “Show Full Accounting Features” option activated for your user.
  2. +
  3. Go to Invoicing > Reporting > Management > Invoice Lines
  4. +
+
+
+

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

+
    +
  • 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-invoice-reporting project on GitHub.

+

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

+
+
+
+ + diff --git a/setup/account_invoice_line_report/odoo/addons/account_invoice_line_report b/setup/account_invoice_line_report/odoo/addons/account_invoice_line_report new file mode 120000 index 000000000..c11d9569d --- /dev/null +++ b/setup/account_invoice_line_report/odoo/addons/account_invoice_line_report @@ -0,0 +1 @@ +../../../../account_invoice_line_report \ No newline at end of file diff --git a/setup/account_invoice_line_report/setup.py b/setup/account_invoice_line_report/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/account_invoice_line_report/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)