Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][MIG] account_invoice_line_report #285

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
d9b7bdc
[9.0][ADD] account_invoice_line_report: New module (#51)
carlosdauden Jun 9, 2017
fcd69bf
[MIG] account_invoice_line_report: Migration to 11.0
cubells Mar 20, 2018
6039f94
[12.0][MIG] account_invoice_line_report
kittiu Jun 9, 2019
7d3e7fb
[12.0][IMG] account_invoice_line_report
kittiu Jun 10, 2019
1848c8c
Translated using Weblate (German)
marylla Jan 9, 2020
e0d069e
Translated using Weblate (Croatian)
badbole Mar 5, 2020
f8e6798
[IMP] account_invoice_line_report: black, isort, prettier
joao-p-marques Oct 5, 2020
52cd9b9
[MIG] account_invoice_line_report: Migration to 13.0
joao-p-marques Oct 5, 2020
1a22bcd
[MIG] account_invoice_line_report: Migration to 14.0
xavierjimenez Mar 10, 2021
ca7a637
Translated using Weblate (French)
Yvesldff Mar 25, 2021
6847bcc
Translated using Weblate (French)
Yvesldff Apr 8, 2021
f65444f
Added translation using Weblate (French (France))
Yvesldff Apr 10, 2021
e16dc92
Translated using Weblate (French (France))
Yvesldff Apr 10, 2021
0994a32
Translated using Weblate (German)
marylla May 11, 2022
af97ebf
[MIG] account_invoice_line_report: Migration to 15.0
victoralmau Nov 22, 2022
730f0a5
[UPD] Update account_invoice_line_report.pot
Feb 27, 2023
c8dad2d
[UPD] README.rst
OCA-git-bot Feb 27, 2023
fe2c634
Update translation files
weblate Feb 28, 2023
f331fe6
Translated using Weblate (Catalan)
Jun 23, 2023
50f8371
[IMP] account_invoice_line_report: pre-commit stuff
aiendry-aktivsoftware Jul 20, 2023
33c0ffc
[MIG] account_invoice_line_report: Migration to 16.0
aiendry-aktivsoftware Jul 20, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
87 changes: 87 additions & 0 deletions account_invoice_line_report/README.rst
Original file line number Diff line number Diff line change
@@ -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 <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 smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/account-invoice-reporting/issues/new?body=module:%20account_invoice_line_report%0Aversion:%2015.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]>

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/15.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": "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,
}
40 changes: 40 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,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 ""
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
Loading