Skip to content

Commit e336020

Browse files
carlosdaudenxavierjimenez
authored andcommitted
[9.0][ADD] account_invoice_line_report: New module (OCA#51)
OCA Transbot updated translations from Transifex
1 parent 47b080d commit e336020

40 files changed

+2223
-0
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
2+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
3+
:alt: License: AGPL-3
4+
5+
===========================
6+
Account Invoice Line Report
7+
===========================
8+
9+
This module creates a new view to manage invoice lines information.
10+
11+
Usage
12+
=====
13+
14+
To use this module, you need to:
15+
16+
#. Go to Accounting > Reporting > Business Intelligence > Invoice Lines
17+
18+
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
19+
:alt: Try me on Runbot
20+
:target: https://runbot.odoo-community.org/runbot/94/9.0
21+
22+
Bug Tracker
23+
===========
24+
25+
Bugs are tracked on `GitHub Issues
26+
<https://github.com/OCA/account-invoice-reporting/issues>`_. In case of trouble
27+
, please check there if your issue has already been reported. If you spotted
28+
it first, help us smashing it by providing a detailed and welcomed feedback.
29+
30+
Images
31+
------
32+
33+
* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
34+
35+
Contributors
36+
------------
37+
38+
* Carlos Dauden - Tecnativa <[email protected]>
39+
40+
41+
Maintainer
42+
----------
43+
44+
.. image:: https://odoo-community.org/logo.png
45+
:alt: Odoo Community Association
46+
:target: https://odoo-community.org
47+
48+
This module is maintained by the OCA.
49+
50+
OCA, or the Odoo Community Association, is a nonprofit organization whose
51+
mission is to support the collaborative development of Odoo features and
52+
promote its widespread use.
53+
54+
To contribute to this module, please visit https://odoo-community.org.
55+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# -*- coding: utf-8 -*-
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright 2017 Carlos Dauden - Tecnativa <[email protected]>
3+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
4+
5+
{
6+
'name': 'Account Invoice Line Report',
7+
'summary': 'New view to manage invoice lines information',
8+
'version': '9.0.1.0.0',
9+
'category': 'Account',
10+
'website': 'http://www.tecnativa.com',
11+
'author': 'Tecnativa, '
12+
'Odoo Community Association (OCA)',
13+
'license': 'AGPL-3',
14+
'depends': [
15+
'account_accountant',
16+
],
17+
'data': [
18+
'report/account_invoice_report_view.xml',
19+
],
20+
}
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_invoice_line_report
4+
#
5+
# Translators:
6+
# OCA Transbot <[email protected]>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 9.0c\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-06-09 02:58+0000\n"
12+
"PO-Revision-Date: 2017-06-09 02:58+0000\n"
13+
"Last-Translator: OCA Transbot <[email protected]>, 2017\n"
14+
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: \n"
18+
"Language: ar\n"
19+
"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"
20+
21+
#. module: account_invoice_line_report
22+
#: model:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report
23+
msgid ""
24+
"From this report, you can have an overview of the amount invoiced to your "
25+
"customers. The search tool can also be used to personalise your Invoices "
26+
"reports and so, match this analysis to your needs."
27+
msgstr ""
28+
29+
#. module: account_invoice_line_report
30+
#: model:ir.ui.view,arch_db:account_invoice_line_report.view_invoice_report_tree_info
31+
msgid "Invoice Line"
32+
msgstr "خط الفاتورة"
33+
34+
#. module: account_invoice_line_report
35+
#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report
36+
#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report
37+
msgid "Invoice Lines"
38+
msgstr ""
39+
40+
#. module: account_invoice_line_report
41+
#: model:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search
42+
msgid "Partner Tags"
43+
msgstr ""
44+
45+
#. module: account_invoice_line_report
46+
#: model:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search
47+
msgid "Vendor contains"
48+
msgstr ""
49+
50+
#. module: account_invoice_line_report
51+
#: model:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search
52+
msgid "With Price"
53+
msgstr ""
54+
55+
#. module: account_invoice_line_report
56+
#: model:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search
57+
msgid "Without Price"
58+
msgstr ""
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_invoice_line_report
4+
#
5+
# Translators:
6+
# OCA Transbot <[email protected]>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 9.0c\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-06-09 02:58+0000\n"
12+
"PO-Revision-Date: 2017-06-09 02:58+0000\n"
13+
"Last-Translator: OCA Transbot <[email protected]>, 2017\n"
14+
"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: \n"
18+
"Language: bs\n"
19+
"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"
20+
21+
#. module: account_invoice_line_report
22+
#: model:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report
23+
msgid ""
24+
"From this report, you can have an overview of the amount invoiced to your "
25+
"customers. The search tool can also be used to personalise your Invoices "
26+
"reports and so, match this analysis to your needs."
27+
msgstr ""
28+
29+
#. module: account_invoice_line_report
30+
#: model:ir.ui.view,arch_db:account_invoice_line_report.view_invoice_report_tree_info
31+
msgid "Invoice Line"
32+
msgstr "Stavka fakture"
33+
34+
#. module: account_invoice_line_report
35+
#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report
36+
#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report
37+
msgid "Invoice Lines"
38+
msgstr ""
39+
40+
#. module: account_invoice_line_report
41+
#: model:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search
42+
msgid "Partner Tags"
43+
msgstr ""
44+
45+
#. module: account_invoice_line_report
46+
#: model:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search
47+
msgid "Vendor contains"
48+
msgstr ""
49+
50+
#. module: account_invoice_line_report
51+
#: model:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search
52+
msgid "With Price"
53+
msgstr ""
54+
55+
#. module: account_invoice_line_report
56+
#: model:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search
57+
msgid "Without Price"
58+
msgstr ""
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_invoice_line_report
4+
#
5+
# Translators:
6+
# Carles Antoli <[email protected]>, 2017
7+
# Marc Tormo i Bochaca <[email protected]>, 2017
8+
msgid ""
9+
msgstr ""
10+
"Project-Id-Version: Odoo Server 9.0c\n"
11+
"Report-Msgid-Bugs-To: \n"
12+
"POT-Creation-Date: 2017-06-09 02:58+0000\n"
13+
"PO-Revision-Date: 2017-06-09 02:58+0000\n"
14+
"Last-Translator: Marc Tormo i Bochaca <[email protected]>, 2017\n"
15+
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Language: ca\n"
20+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
21+
22+
#. module: account_invoice_line_report
23+
#: model:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report
24+
msgid ""
25+
"From this report, you can have an overview of the amount invoiced to your "
26+
"customers. The search tool can also be used to personalise your Invoices "
27+
"reports and so, match this analysis to your needs."
28+
msgstr ""
29+
30+
#. module: account_invoice_line_report
31+
#: model:ir.ui.view,arch_db:account_invoice_line_report.view_invoice_report_tree_info
32+
msgid "Invoice Line"
33+
msgstr "Línia factura"
34+
35+
#. module: account_invoice_line_report
36+
#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report
37+
#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report
38+
msgid "Invoice Lines"
39+
msgstr "Línies de factura"
40+
41+
#. module: account_invoice_line_report
42+
#: model:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search
43+
msgid "Partner Tags"
44+
msgstr ""
45+
46+
#. module: account_invoice_line_report
47+
#: model:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search
48+
msgid "Vendor contains"
49+
msgstr ""
50+
51+
#. module: account_invoice_line_report
52+
#: model:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search
53+
msgid "With Price"
54+
msgstr ""
55+
56+
#. module: account_invoice_line_report
57+
#: model:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search
58+
msgid "Without Price"
59+
msgstr ""
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_invoice_line_report
4+
#
5+
# Translators:
6+
# OCA Transbot <[email protected]>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 9.0c\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-06-09 02:58+0000\n"
12+
"PO-Revision-Date: 2017-06-09 02:58+0000\n"
13+
"Last-Translator: OCA Transbot <[email protected]>, 2017\n"
14+
"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: \n"
18+
"Language: cs\n"
19+
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
20+
21+
#. module: account_invoice_line_report
22+
#: model:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report
23+
msgid ""
24+
"From this report, you can have an overview of the amount invoiced to your "
25+
"customers. The search tool can also be used to personalise your Invoices "
26+
"reports and so, match this analysis to your needs."
27+
msgstr ""
28+
29+
#. module: account_invoice_line_report
30+
#: model:ir.ui.view,arch_db:account_invoice_line_report.view_invoice_report_tree_info
31+
msgid "Invoice Line"
32+
msgstr "Řádek faktury"
33+
34+
#. module: account_invoice_line_report
35+
#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report
36+
#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report
37+
msgid "Invoice Lines"
38+
msgstr ""
39+
40+
#. module: account_invoice_line_report
41+
#: model:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search
42+
msgid "Partner Tags"
43+
msgstr ""
44+
45+
#. module: account_invoice_line_report
46+
#: model:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search
47+
msgid "Vendor contains"
48+
msgstr ""
49+
50+
#. module: account_invoice_line_report
51+
#: model:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search
52+
msgid "With Price"
53+
msgstr ""
54+
55+
#. module: account_invoice_line_report
56+
#: model:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search
57+
msgid "Without Price"
58+
msgstr ""
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_invoice_line_report
4+
#
5+
# Translators:
6+
# OCA Transbot <[email protected]>, 2017
7+
# Rudolf Schnapka <[email protected]>, 2017
8+
msgid ""
9+
msgstr ""
10+
"Project-Id-Version: Odoo Server 9.0c\n"
11+
"Report-Msgid-Bugs-To: \n"
12+
"POT-Creation-Date: 2017-06-09 02:58+0000\n"
13+
"PO-Revision-Date: 2017-06-09 02:58+0000\n"
14+
"Last-Translator: Rudolf Schnapka <[email protected]>, 2017\n"
15+
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Language: de\n"
20+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
21+
22+
#. module: account_invoice_line_report
23+
#: model:ir.actions.act_window,help:account_invoice_line_report.action_account_invoice_line_report
24+
msgid ""
25+
"From this report, you can have an overview of the amount invoiced to your "
26+
"customers. The search tool can also be used to personalise your Invoices "
27+
"reports and so, match this analysis to your needs."
28+
msgstr ""
29+
30+
#. module: account_invoice_line_report
31+
#: model:ir.ui.view,arch_db:account_invoice_line_report.view_invoice_report_tree_info
32+
msgid "Invoice Line"
33+
msgstr "Rechnungsposition"
34+
35+
#. module: account_invoice_line_report
36+
#: model:ir.actions.act_window,name:account_invoice_line_report.action_account_invoice_line_report
37+
#: model:ir.ui.menu,name:account_invoice_line_report.menu_action_account_invoice_line_report
38+
msgid "Invoice Lines"
39+
msgstr "Abrechnungspositionen"
40+
41+
#. module: account_invoice_line_report
42+
#: model:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search
43+
msgid "Partner Tags"
44+
msgstr "Partner-Schlagworte"
45+
46+
#. module: account_invoice_line_report
47+
#: model:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search
48+
msgid "Vendor contains"
49+
msgstr ""
50+
51+
#. module: account_invoice_line_report
52+
#: model:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search
53+
msgid "With Price"
54+
msgstr ""
55+
56+
#. module: account_invoice_line_report
57+
#: model:ir.ui.view,arch_db:account_invoice_line_report.view_account_invoice_report_search
58+
msgid "Without Price"
59+
msgstr ""

0 commit comments

Comments
 (0)