Skip to content

Commit

Permalink
Merge PR #305 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Mar 14, 2024
2 parents 4e337d9 + db9c21e commit 6ceb08c
Show file tree
Hide file tree
Showing 48 changed files with 2,409 additions and 0 deletions.
92 changes: 92 additions & 0 deletions account_invoice_line_report/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
===========================
Account Invoice Line Report
===========================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:cd380f6b4c6edd7e23cbb25bc71f5c15e35dc2011a4f2180c4503e0e590f92ad
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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/17.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-17-0/account-invoice-reporting-17-0-account_invoice_line_report
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/account-invoice-reporting&target_branch=17.0
:alt: Try me on Runboat

|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:

1. Have the "Show Full Accounting Features" option activated for your
user.
2. Go to Invoicing > Reporting > Management > Invoice Lines

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-invoice-reporting/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/account-invoice-reporting/issues/new?body=module:%20account_invoice_line_report%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

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

Credits
=======

Authors
-------

* Tecnativa

Contributors
------------

- `Tecnativa <https://www.tecnativa.com>`__:

- Carlos Dauden
- Vicent Cubells
- João Marques

- Kitti U. <[email protected]>
- Aiendry Sarkar <[email protected]>

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 <https://github.com/OCA/account-invoice-reporting/tree/17.0/account_invoice_line_report>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Empty file.
17 changes: 17 additions & 0 deletions account_invoice_line_report/__manifest__.py
Original file line number Diff line number Diff line change
@@ -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": "17.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,
}
38 changes: 38 additions & 0 deletions account_invoice_line_report/i18n/account_invoice_line_report.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# 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\n"
"Report-Msgid-Bugs-To: \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 ""
47 changes: 47 additions & 0 deletions account_invoice_line_report/i18n/ar.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_line_report
#
# Translators:
# OCA Transbot <[email protected]>, 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 <[email protected]>, 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 "خط الفاتورة"
47 changes: 47 additions & 0 deletions account_invoice_line_report/i18n/bs.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_line_report
#
# Translators:
# OCA Transbot <[email protected]>, 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 <[email protected]>, 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"
52 changes: 52 additions & 0 deletions account_invoice_line_report/i18n/ca.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_line_report
#
# Translators:
# Carles Antoli <[email protected]>, 2017
# Marc Tormo i Bochaca <[email protected]>, 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 <[email protected]>\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"
46 changes: 46 additions & 0 deletions account_invoice_line_report/i18n/cs.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_line_report
#
# Translators:
# OCA Transbot <[email protected]>, 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 <[email protected]>, 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"
52 changes: 52 additions & 0 deletions account_invoice_line_report/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_line_report
#
# Translators:
# OCA Transbot <[email protected]>, 2017
# Rudolf Schnapka <[email protected]>, 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 <[email protected]>\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"
Loading

0 comments on commit 6ceb08c

Please sign in to comment.