odoo-addon-account-move-line-report-xls 15.0.1.0.0.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (23) hide show
  1. odoo/addons/account_move_line_report_xls/README.rst +108 -0
  2. odoo/addons/account_move_line_report_xls/__init__.py +11 -0
  3. odoo/addons/account_move_line_report_xls/__manifest__.py +15 -0
  4. odoo/addons/account_move_line_report_xls/i18n/account_move_line_report_xls.pot +227 -0
  5. odoo/addons/account_move_line_report_xls/i18n/fr.po +260 -0
  6. odoo/addons/account_move_line_report_xls/i18n/nl.po +260 -0
  7. odoo/addons/account_move_line_report_xls/models/__init__.py +1 -0
  8. odoo/addons/account_move_line_report_xls/models/account_move_line.py +60 -0
  9. odoo/addons/account_move_line_report_xls/readme/CONTRIBUTORS.rst +1 -0
  10. odoo/addons/account_move_line_report_xls/readme/DESCRIPTION.rst +2 -0
  11. odoo/addons/account_move_line_report_xls/readme/USAGE.rst +27 -0
  12. odoo/addons/account_move_line_report_xls/report/__init__.py +1 -0
  13. odoo/addons/account_move_line_report_xls/report/account_move_line_xlsx.py +405 -0
  14. odoo/addons/account_move_line_report_xls/report/account_move_line_xlsx.xml +15 -0
  15. odoo/addons/account_move_line_report_xls/static/description/icon.png +0 -0
  16. odoo/addons/account_move_line_report_xls/static/description/icon.svg +79 -0
  17. odoo/addons/account_move_line_report_xls/static/description/index.html +452 -0
  18. odoo/addons/account_move_line_report_xls/tests/__init__.py +1 -0
  19. odoo/addons/account_move_line_report_xls/tests/test_aml_report_xlsx.py +32 -0
  20. odoo_addon_account_move_line_report_xls-15.0.1.0.0.2.dist-info/METADATA +127 -0
  21. odoo_addon_account_move_line_report_xls-15.0.1.0.0.2.dist-info/RECORD +23 -0
  22. odoo_addon_account_move_line_report_xls-15.0.1.0.0.2.dist-info/WHEEL +5 -0
  23. odoo_addon_account_move_line_report_xls-15.0.1.0.0.2.dist-info/top_level.txt +1 -0
@@ -0,0 +1,260 @@
1
+ # Dutch translation of Odoo.
2
+ # This file contains the translation of the following modules:
3
+ # * account_move_line_report_xls
4
+ #
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: Odoo Server 8.0\n"
8
+ "Report-Msgid-Bugs-To: \n"
9
+ "POT-Creation-Date: 2016-05-16 12:31:16.564000\n"
10
+ "PO-Revision-Date: 2016-05-16 12:31:16.564000\n"
11
+ "Last-Translator: Luc De Meyer (Noviat nv/sa)\n"
12
+ "Language-Team: \n"
13
+ "Language: \n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+
18
+ #. module: account_move_line_report_xls
19
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
20
+ #, python-format
21
+ msgid "Account"
22
+ msgstr "Rekening"
23
+
24
+ #. module: account_move_line_report_xls
25
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
26
+ #, python-format
27
+ msgid "Am. Currency"
28
+ msgstr "Bedrag valuta"
29
+
30
+ #. module: account_move_line_report_xls
31
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
32
+ #, python-format
33
+ msgid "Analytic Account"
34
+ msgstr "Kostenplaats"
35
+
36
+ #. module: account_move_line_report_xls
37
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
38
+ #, python-format
39
+ msgid "Analytic Account Reference"
40
+ msgstr "Kostenplaats referentie"
41
+
42
+ #. module: account_move_line_report_xls
43
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
44
+ #, python-format
45
+ msgid "Balance"
46
+ msgstr "Saldo"
47
+
48
+ #. module: account_move_line_report_xls
49
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
50
+ #, python-format
51
+ msgid "Comp. Curr."
52
+ msgstr "Bedr. Val."
53
+
54
+ #. module: account_move_line_report_xls
55
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
56
+ #, python-format
57
+ msgid "Credit"
58
+ msgstr "Credit"
59
+
60
+ #. module: account_move_line_report_xls
61
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
62
+ #, python-format
63
+ msgid "Curr."
64
+ msgstr "Val."
65
+
66
+ #. module: account_move_line_report_xls
67
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
68
+ #, python-format
69
+ msgid "Debit"
70
+ msgstr "Debet"
71
+
72
+ #. module: account_move_line_report_xls
73
+ #: model:ir.model.fields,field_description:account_move_line_report_xls.field_account_move_line__display_name
74
+ #: model:ir.model.fields,field_description:account_move_line_report_xls.field_report_account_move_line_report_xls_account_move_line_xlsx__display_name
75
+ msgid "Display Name"
76
+ msgstr ""
77
+
78
+ #. module: account_move_line_report_xls
79
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
80
+ #, python-format
81
+ msgid "Effective Date"
82
+ msgstr "Datum"
83
+
84
+ #. module: account_move_line_report_xls
85
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
86
+ #, python-format
87
+ msgid "Entry"
88
+ msgstr "Boeking"
89
+
90
+ #. module: account_move_line_report_xls
91
+ #: model:ir.actions.report,name:account_move_line_report_xls.action_account_move_line_xlsx
92
+ msgid "Export Selected Lines"
93
+ msgstr ""
94
+
95
+ #. module: account_move_line_report_xls
96
+ #: model:ir.model.fields,field_description:account_move_line_report_xls.field_account_move_line__id
97
+ #: model:ir.model.fields,field_description:account_move_line_report_xls.field_report_account_move_line_report_xls_account_move_line_xlsx__id
98
+ msgid "ID"
99
+ msgstr ""
100
+
101
+ #. module: account_move_line_report_xls
102
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
103
+ #, python-format
104
+ msgid "Id"
105
+ msgstr ""
106
+
107
+ #. module: account_move_line_report_xls
108
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
109
+ #, python-format
110
+ msgid "Invoice"
111
+ msgstr "Factuur"
112
+
113
+ #. module: account_move_line_report_xls
114
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
115
+ #, python-format
116
+ msgid "Journal"
117
+ msgstr "Dagboek"
118
+
119
+ #. module: account_move_line_report_xls
120
+ #: model:ir.model,name:account_move_line_report_xls.model_account_move_line
121
+ #, fuzzy
122
+ msgid "Journal Item"
123
+ msgstr "Boekingsregels"
124
+
125
+ #. module: account_move_line_report_xls
126
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
127
+ #, python-format
128
+ msgid "Journal Items"
129
+ msgstr "Boekingsregels"
130
+
131
+ #. module: account_move_line_report_xls
132
+ #: model:ir.model.fields,field_description:account_move_line_report_xls.field_account_move_line____last_update
133
+ #: model:ir.model.fields,field_description:account_move_line_report_xls.field_report_account_move_line_report_xls_account_move_line_xlsx____last_update
134
+ msgid "Last Modified on"
135
+ msgstr ""
136
+
137
+ #. module: account_move_line_report_xls
138
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
139
+ #, python-format
140
+ msgid "Lit."
141
+ msgstr "Lit."
142
+
143
+ #. module: account_move_line_report_xls
144
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
145
+ #, python-format
146
+ msgid "Matched Credits"
147
+ msgstr ""
148
+
149
+ #. module: account_move_line_report_xls
150
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
151
+ #, python-format
152
+ msgid "Matched Debits"
153
+ msgstr ""
154
+
155
+ #. module: account_move_line_report_xls
156
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
157
+ #, python-format
158
+ msgid "Maturity Date"
159
+ msgstr "Vervaldatum"
160
+
161
+ #. module: account_move_line_report_xls
162
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
163
+ #, python-format
164
+ msgid "Name"
165
+ msgstr "Naam"
166
+
167
+ #. module: account_move_line_report_xls
168
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
169
+ #, python-format
170
+ msgid "Notes"
171
+ msgstr "Notities"
172
+
173
+ #. module: account_move_line_report_xls
174
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
175
+ #, python-format
176
+ msgid "Partner"
177
+ msgstr "Partner"
178
+
179
+ #. module: account_move_line_report_xls
180
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
181
+ #, python-format
182
+ msgid "Partner Reference"
183
+ msgstr "Ref. Partner"
184
+
185
+ #. module: account_move_line_report_xls
186
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
187
+ #, python-format
188
+ msgid "Product"
189
+ msgstr "Product"
190
+
191
+ #. module: account_move_line_report_xls
192
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
193
+ #, python-format
194
+ msgid "Product Reference"
195
+ msgstr "Ref. Product"
196
+
197
+ #. module: account_move_line_report_xls
198
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
199
+ #, python-format
200
+ msgid "Qty"
201
+ msgstr "HvH"
202
+
203
+ #. module: account_move_line_report_xls
204
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
205
+ #, python-format
206
+ msgid "Rec."
207
+ msgstr "Rec."
208
+
209
+ #. module: account_move_line_report_xls
210
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
211
+ #, fuzzy, python-format
212
+ msgid "Reconcile Amount"
213
+ msgstr "Restbedrag"
214
+
215
+ #. module: account_move_line_report_xls
216
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
217
+ #, python-format
218
+ msgid "Reference"
219
+ msgstr "Referentie"
220
+
221
+ #. module: account_move_line_report_xls
222
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
223
+ #, python-format
224
+ msgid "Res. Am. in Curr."
225
+ msgstr "Restbedrag in val."
226
+
227
+ #. module: account_move_line_report_xls
228
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
229
+ #, python-format
230
+ msgid "Residual Amount"
231
+ msgstr "Restbedrag"
232
+
233
+ #. module: account_move_line_report_xls
234
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
235
+ #, python-format
236
+ msgid "Statement"
237
+ msgstr "Uitreksel"
238
+
239
+ #. module: account_move_line_report_xls
240
+ #: code:addons/account_move_line_report_xls/report/account_move_line_xlsx.py:0
241
+ #, python-format
242
+ msgid "Unit of Measure"
243
+ msgstr "Maateenheid"
244
+
245
+ #. module: account_move_line_report_xls
246
+ #: model:ir.model,name:account_move_line_report_xls.model_report_account_move_line_report_xls_account_move_line_xlsx
247
+ msgid "XLSX report for account move lines."
248
+ msgstr ""
249
+
250
+ #~ msgid "Period"
251
+ #~ msgstr "Periode"
252
+
253
+ #~ msgid "Part. Rec."
254
+ #~ msgstr "Rec. Part."
255
+
256
+ #~ msgid "Tax Code"
257
+ #~ msgstr "BTW vak"
258
+
259
+ #~ msgid "Tax/Base Amount"
260
+ #~ msgstr "Bedrag BTW/Mvh"
@@ -0,0 +1 @@
1
+ from . import account_move_line
@@ -0,0 +1,60 @@
1
+ # Copyright 2009-2020 Noviat.
2
+ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
3
+
4
+ from odoo import api, models
5
+
6
+ from odoo.addons.report_xlsx_helper.report.report_xlsx_abstract import (
7
+ ReportXlsxAbstract,
8
+ )
9
+
10
+ _render = ReportXlsxAbstract._render
11
+
12
+
13
+ class AccountMoveLine(models.Model):
14
+ _inherit = "account.move.line"
15
+
16
+ # Change list in custom module e.g. to add/drop columns or change order
17
+ @api.model
18
+ def _report_xlsx_fields(self):
19
+ return [
20
+ "move",
21
+ "name",
22
+ "date",
23
+ "journal",
24
+ "partner",
25
+ "account",
26
+ "date_maturity",
27
+ "debit",
28
+ "credit",
29
+ "balance",
30
+ "full_reconcile",
31
+ "reconcile_amount",
32
+ # 'analytic_account_name', 'analytic_account',
33
+ # 'ref', 'partner_ref',
34
+ # 'amount_residual', 'amount_currency', 'currency_name',
35
+ # 'company_currency', 'amount_residual_currency',
36
+ # 'product', 'product_ref', 'product_uom', 'quantity',
37
+ # 'statement', 'invoice', 'narration', 'blocked',
38
+ # 'id', 'matched_debit_ids', 'matched_credit_ids',
39
+ ]
40
+
41
+ # Change/Add Template entries
42
+ @api.model
43
+ def _report_xlsx_template(self):
44
+ """
45
+ Template updates, e.g.
46
+
47
+ my_change = {
48
+ 'move': {
49
+ 'header': {
50
+ 'value': 'My Move Title',
51
+ },
52
+ 'lines': {
53
+ 'value': _render("line.move_id.name or ''"),
54
+ },
55
+ 'width': 20,
56
+ },
57
+ }
58
+ return my_change
59
+ """
60
+ return {}
@@ -0,0 +1 @@
1
+ * Luc De Meyer <luc.demeyer@noviat.com>
@@ -0,0 +1,2 @@
1
+ This module extends the functionality of the journal items
2
+ ('account.move.line') list view and allow you to export the selected lines.
@@ -0,0 +1,27 @@
1
+ To use this module, you need to:
2
+
3
+ * go to the list view of the journal items
4
+ * select the lines you wish to export
5
+ * click on the button on top to export
6
+
7
+ The Excel export can be tailored to your exact needs via the following methods
8
+ of the 'account.move.line' object:
9
+
10
+ * **_report_xlsx_fields**
11
+
12
+ Add/drop columns or change order from the list of columns that are defined
13
+ in the Excel template.
14
+
15
+ The following fields are defined in the Excel template:
16
+
17
+ move, name, date, journal, period, partner, account,
18
+ date_maturity, debit, credit, balance,
19
+ reconcile, reconcile_partial, analytic_account,
20
+ ref, partner_ref, tax_code, tax_amount, amount_residual,
21
+ amount_currency, currency_name, company_currency,
22
+ amount_residual_currency, product, product_ref', product_uom, quantity,
23
+ statement, invoice, narration, blocked
24
+
25
+ * **_report_xlsx_template**
26
+
27
+ Change/extend the Excel template.
@@ -0,0 +1 @@
1
+ from . import account_move_line_xlsx