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

[17.0][MIG] account_invoice_line_report: Migration to 17.0 #305

Merged
merged 20 commits into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
643420b
[9.0][ADD] account_invoice_line_report: New module (#51)
carlosdauden Jun 9, 2017
e2bf252
[MIG] account_invoice_line_report: Migration to 11.0
cubells Mar 20, 2018
32a83ed
[12.0][MIG] account_invoice_line_report
kittiu Jun 9, 2019
739872c
Translated using Weblate (German)
marylla Jan 9, 2020
702b5c5
Translated using Weblate (Croatian)
badbole Mar 5, 2020
7869084
[IMP] account_invoice_line_report: black, isort, prettier
joao-p-marques Oct 5, 2020
dcd6dc9
[MIG] account_invoice_line_report: Migration to 13.0
joao-p-marques Oct 5, 2020
25f6a4b
[MIG] account_invoice_line_report: Migration to 14.0
xavierjimenez Mar 10, 2021
e79c316
Translated using Weblate (French)
Yvesldff Mar 25, 2021
3165aa7
Added translation using Weblate (French (France))
Yvesldff Apr 10, 2021
30ca82a
Translated using Weblate (German)
marylla May 11, 2022
8082562
[MIG] account_invoice_line_report: Migration to 15.0
victoralmau Nov 22, 2022
0a1587e
Translated using Weblate (Catalan)
Jun 23, 2023
b186ddc
[MIG] account_invoice_line_report: Migration to 16.0
aiendry-aktivsoftware Jul 20, 2023
9bdb88d
[UPD] Update account_invoice_line_report.pot
Oct 4, 2023
730ec88
[BOT] post-merge updates
OCA-git-bot Oct 4, 2023
a5adce5
Translated using Weblate (Italian)
mymage Feb 8, 2024
c24a053
Translated using Weblate (Swedish)
jakobkrabbe Feb 27, 2024
9ee505b
[IMP] account_invoice_line_report: pre-commit auto fixes
mostafabarmshory Mar 10, 2024
db9c21e
[MIG] account_invoice_line_report: Migration to 17.0
mostafabarmshory Mar 10, 2024
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
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
Loading