odoo-addon-account-statement-import-sheet-file 16.0.1.1.2.1__py3-none-any.whl → 16.0.1.2.0__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.
Potentially problematic release.
This version of odoo-addon-account-statement-import-sheet-file might be problematic. Click here for more details.
- odoo/addons/account_statement_import_sheet_file/README.rst +3 -1
- odoo/addons/account_statement_import_sheet_file/__manifest__.py +1 -1
- odoo/addons/account_statement_import_sheet_file/i18n/account_statement_import_sheet_file.pot +27 -0
- odoo/addons/account_statement_import_sheet_file/i18n/pt.po +125 -95
- odoo/addons/account_statement_import_sheet_file/models/account_statement_import_sheet_mapping.py +14 -0
- odoo/addons/account_statement_import_sheet_file/models/account_statement_import_sheet_parser.py +9 -3
- odoo/addons/account_statement_import_sheet_file/readme/CONTRIBUTORS.rst +2 -0
- odoo/addons/account_statement_import_sheet_file/static/description/index.html +9 -5
- odoo/addons/account_statement_import_sheet_file/tests/fixtures/empty_lines_statement.csv +5 -0
- odoo/addons/account_statement_import_sheet_file/tests/fixtures/sample_statement_offsets.xlsx +0 -0
- odoo/addons/account_statement_import_sheet_file/tests/test_account_statement_import_sheet_file.py +92 -0
- odoo/addons/account_statement_import_sheet_file/views/account_statement_import_sheet_mapping.xml +5 -0
- {odoo_addon_account_statement_import_sheet_file-16.0.1.1.2.1.dist-info → odoo_addon_account_statement_import_sheet_file-16.0.1.2.0.dist-info}/METADATA +7 -8
- {odoo_addon_account_statement_import_sheet_file-16.0.1.1.2.1.dist-info → odoo_addon_account_statement_import_sheet_file-16.0.1.2.0.dist-info}/RECORD +16 -14
- {odoo_addon_account_statement_import_sheet_file-16.0.1.1.2.1.dist-info → odoo_addon_account_statement_import_sheet_file-16.0.1.2.0.dist-info}/WHEEL +1 -1
- {odoo_addon_account_statement_import_sheet_file-16.0.1.1.2.1.dist-info → odoo_addon_account_statement_import_sheet_file-16.0.1.2.0.dist-info}/top_level.txt +0 -0
|
@@ -7,7 +7,7 @@ Bank Statement TXT/CSV/XLSX Import
|
|
|
7
7
|
!! This file is generated by oca-gen-addon-readme !!
|
|
8
8
|
!! changes will be overwritten. !!
|
|
9
9
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
10
|
-
!! source digest: sha256:
|
|
10
|
+
!! source digest: sha256:acff5e192bc46ec467520a8d5694d21eae3835eba41353e3f965836260c88306
|
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
12
|
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -103,6 +103,8 @@ Contributors
|
|
|
103
103
|
|
|
104
104
|
* Alexey Pelykh <alexey.pelykh@corphub.eu>
|
|
105
105
|
|
|
106
|
+
* Sebastiano Picchi <sebastiano.picchi@pytech.it>
|
|
107
|
+
|
|
106
108
|
Maintainers
|
|
107
109
|
~~~~~~~~~~~
|
|
108
110
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
{
|
|
6
6
|
"name": "Bank Statement TXT/CSV/XLSX Import",
|
|
7
7
|
"summary": "Import TXT/CSV or XLSX files as Bank Statements in Odoo",
|
|
8
|
-
"version": "16.0.1.
|
|
8
|
+
"version": "16.0.1.2.0",
|
|
9
9
|
"category": "Accounting",
|
|
10
10
|
"website": "https://github.com/OCA/bank-statement-import",
|
|
11
11
|
"author": "ForgeFlow, CorporateHub, Odoo Community Association (OCA)",
|
odoo/addons/account_statement_import_sheet_file/i18n/account_statement_import_sheet_file.pot
CHANGED
|
@@ -47,6 +47,11 @@ msgstr ""
|
|
|
47
47
|
msgid "Account: %s; "
|
|
48
48
|
msgstr ""
|
|
49
49
|
|
|
50
|
+
#. module: account_statement_import_sheet_file
|
|
51
|
+
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
|
|
52
|
+
msgid "Allows to skip empty lines"
|
|
53
|
+
msgstr ""
|
|
54
|
+
|
|
50
55
|
#. module: account_statement_import_sheet_file
|
|
51
56
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_column
|
|
52
57
|
msgid "Amount column"
|
|
@@ -234,6 +239,11 @@ msgstr ""
|
|
|
234
239
|
msgid "Header lines skip count"
|
|
235
240
|
msgstr ""
|
|
236
241
|
|
|
242
|
+
#. module: account_statement_import_sheet_file
|
|
243
|
+
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__offset_column
|
|
244
|
+
msgid "Horizontal spaces to ignore before starting to parse"
|
|
245
|
+
msgstr ""
|
|
246
|
+
|
|
237
247
|
#. module: account_statement_import_sheet_file
|
|
238
248
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__id
|
|
239
249
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_parser__id
|
|
@@ -333,6 +343,18 @@ msgstr ""
|
|
|
333
343
|
msgid "Notes Column"
|
|
334
344
|
msgstr ""
|
|
335
345
|
|
|
346
|
+
#. module: account_statement_import_sheet_file
|
|
347
|
+
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__offset_column
|
|
348
|
+
msgid "Offset Column"
|
|
349
|
+
msgstr ""
|
|
350
|
+
|
|
351
|
+
#. module: account_statement_import_sheet_file
|
|
352
|
+
#. odoo-python
|
|
353
|
+
#: code:addons/account_statement_import_sheet_file/models/account_statement_import_sheet_mapping.py:0
|
|
354
|
+
#, python-format
|
|
355
|
+
msgid "Offsets cannot be negative"
|
|
356
|
+
msgstr ""
|
|
357
|
+
|
|
336
358
|
#. module: account_statement_import_sheet_file
|
|
337
359
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__original_amount_column
|
|
338
360
|
msgid "Original Amount Column"
|
|
@@ -394,6 +416,11 @@ msgid ""
|
|
|
394
416
|
"Distinct Credit/debit Column: use a distinct column for debit and credit"
|
|
395
417
|
msgstr ""
|
|
396
418
|
|
|
419
|
+
#. module: account_statement_import_sheet_file
|
|
420
|
+
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
|
|
421
|
+
msgid "Skip Empty Lines"
|
|
422
|
+
msgstr ""
|
|
423
|
+
|
|
397
424
|
#. module: account_statement_import_sheet_file
|
|
398
425
|
#: model_terms:ir.ui.view,arch_db:account_statement_import_sheet_file.view_account_journal_form_n43
|
|
399
426
|
msgid "Statement Import Map"
|
|
@@ -7,22 +7,22 @@ msgstr ""
|
|
|
7
7
|
"Project-Id-Version: Odoo Server 14.0\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
|
9
9
|
"POT-Creation-Date: 2023-10-18 06:13+0000\n"
|
|
10
|
-
"PO-Revision-Date: \n"
|
|
11
|
-
"Last-Translator:
|
|
10
|
+
"PO-Revision-Date: 2024-09-19 16:01+0000\n"
|
|
11
|
+
"Last-Translator: Peter Romão <peterromao@yahoo.co.uk>\n"
|
|
12
12
|
"Language-Team: none\n"
|
|
13
13
|
"Language: pt\n"
|
|
14
14
|
"MIME-Version: 1.0\n"
|
|
15
15
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
16
16
|
"Content-Transfer-Encoding: 8bit\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
|
18
|
-
"X-Generator:
|
|
18
|
+
"X-Generator: Weblate 5.6.2\n"
|
|
19
19
|
|
|
20
20
|
#. module: account_statement_import_sheet_file
|
|
21
21
|
#. odoo-python
|
|
22
22
|
#: code:addons/account_statement_import_sheet_file/models/account_statement_import_sheet_parser.py:0
|
|
23
23
|
#, python-format
|
|
24
24
|
msgid "%(code)s: %(filename)s"
|
|
25
|
-
msgstr ""
|
|
25
|
+
msgstr "%(code)s: %(filename)s"
|
|
26
26
|
|
|
27
27
|
#. module: account_statement_import_sheet_file
|
|
28
28
|
#: model_terms:ir.ui.view,arch_db:account_statement_import_sheet_file.account_statement_import_sheet_mapping_tree
|
|
@@ -33,6 +33,12 @@ msgid ""
|
|
|
33
33
|
"file into the same field, indicating the\n"
|
|
34
34
|
" column names or numbers separated by comma."
|
|
35
35
|
msgstr ""
|
|
36
|
+
"<span class=\"fa fa-info-circle\"/> Adicione os nomes das colunas ou o "
|
|
37
|
+
"número da coluna (caso o ficheiro não tenha cabeçalho).\n"
|
|
38
|
+
" Pode concatenar várias colunas do arquivo no "
|
|
39
|
+
"mesmo campo, indicando o\n"
|
|
40
|
+
" nomes ou números das colunas separados por "
|
|
41
|
+
"vírgula."
|
|
36
42
|
|
|
37
43
|
#. module: account_statement_import_sheet_file
|
|
38
44
|
#: model_terms:ir.ui.view,arch_db:account_statement_import_sheet_file.account_statement_import_sheet_mapping_tree
|
|
@@ -40,220 +46,218 @@ msgid ""
|
|
|
40
46
|
"<span class=\"fa fa-info-circle\"/> indicate the column number in the "
|
|
41
47
|
"Columns section. The first column is 0."
|
|
42
48
|
msgstr ""
|
|
49
|
+
"<span class=\"fa fa-info-circle\"/> indique o número da coluna na secção "
|
|
50
|
+
"Colunas. A primeira coluna é 0."
|
|
43
51
|
|
|
44
52
|
#. module: account_statement_import_sheet_file
|
|
45
53
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__amount_type__absolute_value
|
|
46
54
|
msgid "Absolute value"
|
|
47
|
-
msgstr ""
|
|
55
|
+
msgstr "Valor absoluto"
|
|
48
56
|
|
|
49
57
|
#. module: account_statement_import_sheet_file
|
|
50
58
|
#. odoo-python
|
|
51
59
|
#: code:addons/account_statement_import_sheet_file/models/account_statement_import_sheet_parser.py:0
|
|
52
60
|
#, python-format
|
|
53
61
|
msgid "Account: %s; "
|
|
54
|
-
msgstr ""
|
|
62
|
+
msgstr "Conta: %s; "
|
|
55
63
|
|
|
56
64
|
#. module: account_statement_import_sheet_file
|
|
57
65
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_column
|
|
58
66
|
msgid "Amount column"
|
|
59
|
-
msgstr ""
|
|
67
|
+
msgstr "Coluna valor"
|
|
60
68
|
|
|
61
69
|
#. module: account_statement_import_sheet_file
|
|
62
70
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_type
|
|
63
71
|
msgid "Amount type"
|
|
64
|
-
msgstr ""
|
|
72
|
+
msgstr "Tipo de Valor"
|
|
65
73
|
|
|
66
74
|
#. module: account_statement_import_sheet_file
|
|
67
75
|
#. odoo-python
|
|
68
76
|
#: code:addons/account_statement_import_sheet_file/models/account_statement_import.py:0
|
|
69
77
|
#, python-format
|
|
70
78
|
msgid "Bad file/mapping: "
|
|
71
|
-
msgstr ""
|
|
79
|
+
msgstr "Ficheiro/mapeamento incorreto: "
|
|
72
80
|
|
|
73
81
|
#. module: account_statement_import_sheet_file
|
|
74
82
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__balance_column
|
|
75
83
|
msgid "Balance Column"
|
|
76
|
-
msgstr ""
|
|
84
|
+
msgstr "Coluna de Saldo"
|
|
77
85
|
|
|
78
86
|
#. module: account_statement_import_sheet_file
|
|
79
87
|
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__balance_column
|
|
80
88
|
msgid "Balance after transaction in journal's currency"
|
|
81
|
-
msgstr ""
|
|
89
|
+
msgstr "Saldo após a transação na moeda do diário"
|
|
82
90
|
|
|
83
91
|
#. module: account_statement_import_sheet_file
|
|
84
92
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__file_encoding__iso-8859-4
|
|
85
93
|
msgid "Baltic (Latin-4 / ISO 8859-4)"
|
|
86
|
-
msgstr ""
|
|
94
|
+
msgstr "Báltico (Latin-4 / ISO 8859-4)"
|
|
87
95
|
|
|
88
96
|
#. module: account_statement_import_sheet_file
|
|
89
97
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__bank_account_column
|
|
90
98
|
msgid "Bank Account Column"
|
|
91
|
-
msgstr ""
|
|
99
|
+
msgstr "Coluna Conta Bancária"
|
|
92
100
|
|
|
93
101
|
#. module: account_statement_import_sheet_file
|
|
94
102
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__bank_name_column
|
|
95
103
|
msgid "Bank Name Column"
|
|
96
|
-
msgstr ""
|
|
104
|
+
msgstr "Coluna Nome do Banco"
|
|
97
105
|
|
|
98
106
|
#. module: account_statement_import_sheet_file
|
|
99
107
|
#: model:ir.model,name:account_statement_import_sheet_file.model_account_statement_import_sheet_mapping
|
|
100
108
|
msgid "Bank Statement Import Sheet Mapping"
|
|
101
|
-
msgstr ""
|
|
109
|
+
msgstr "Mapeamento de Folha de Importação de Extrato Bancário"
|
|
102
110
|
|
|
103
111
|
#. module: account_statement_import_sheet_file
|
|
104
112
|
#: model:ir.model,name:account_statement_import_sheet_file.model_account_statement_import_sheet_parser
|
|
105
113
|
msgid "Bank Statement Import Sheet Parser"
|
|
106
|
-
msgstr ""
|
|
114
|
+
msgstr "Analisador de Folha de Importação de Extrato Bancário"
|
|
107
115
|
|
|
108
116
|
#. module: account_statement_import_sheet_file
|
|
109
117
|
#. odoo-python
|
|
110
118
|
#: code:addons/account_statement_import_sheet_file/models/account_statement_import_sheet_parser.py:0
|
|
111
119
|
#, python-format
|
|
112
120
|
msgid "Bank: %s; "
|
|
113
|
-
msgstr ""
|
|
121
|
+
msgstr "Banco: %s; "
|
|
114
122
|
|
|
115
123
|
#. module: account_statement_import_sheet_file
|
|
116
124
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__file_encoding__iso-8859-2
|
|
117
125
|
msgid "Central European (Latin-2 / ISO 8859-2)"
|
|
118
|
-
msgstr ""
|
|
126
|
+
msgstr "Europa Central (Latin-2 / ISO 8859-2)"
|
|
119
127
|
|
|
120
128
|
#. module: account_statement_import_sheet_file
|
|
121
129
|
#: model_terms:ir.ui.view,arch_db:account_statement_import_sheet_file.account_statement_import_sheet_mapping_tree
|
|
122
130
|
msgid "Columns"
|
|
123
|
-
msgstr ""
|
|
131
|
+
msgstr "Colunas"
|
|
124
132
|
|
|
125
133
|
#. module: account_statement_import_sheet_file
|
|
126
134
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__create_uid
|
|
127
135
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_parser__create_uid
|
|
128
|
-
#, fuzzy
|
|
129
136
|
msgid "Created by"
|
|
130
137
|
msgstr "Criado por"
|
|
131
138
|
|
|
132
139
|
#. module: account_statement_import_sheet_file
|
|
133
140
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__create_date
|
|
134
141
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_parser__create_date
|
|
135
|
-
#, fuzzy
|
|
136
142
|
msgid "Created on"
|
|
137
143
|
msgstr "Criado em"
|
|
138
144
|
|
|
139
145
|
#. module: account_statement_import_sheet_file
|
|
140
146
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__credit_value
|
|
141
147
|
msgid "Credit Value"
|
|
142
|
-
msgstr ""
|
|
148
|
+
msgstr "Valor de Credito"
|
|
143
149
|
|
|
144
150
|
#. module: account_statement_import_sheet_file
|
|
145
151
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_credit_column
|
|
146
152
|
msgid "Credit amount column"
|
|
147
|
-
msgstr ""
|
|
153
|
+
msgstr "Coluna valor de crédito"
|
|
148
154
|
|
|
149
155
|
#. module: account_statement_import_sheet_file
|
|
150
156
|
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_credit_column
|
|
151
157
|
msgid "Credit amount of transaction in journal's currency"
|
|
152
|
-
msgstr ""
|
|
158
|
+
msgstr "Valor de crédito da transação na moeda do diário"
|
|
153
159
|
|
|
154
160
|
#. module: account_statement_import_sheet_file
|
|
155
161
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__currency_column
|
|
156
162
|
msgid "Currency Column"
|
|
157
|
-
msgstr ""
|
|
163
|
+
msgstr "Coluna da Moeda"
|
|
158
164
|
|
|
159
165
|
#. module: account_statement_import_sheet_file
|
|
160
166
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__file_encoding__koi8_r
|
|
161
167
|
msgid "Cyrillic (KOI8-R)"
|
|
162
|
-
msgstr ""
|
|
168
|
+
msgstr "Cirílico (KOI8-R)"
|
|
163
169
|
|
|
164
170
|
#. module: account_statement_import_sheet_file
|
|
165
171
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__file_encoding__koi8_u
|
|
166
172
|
msgid "Cyrillic (KOI8-U)"
|
|
167
|
-
msgstr ""
|
|
173
|
+
msgstr "Cirílico (KOI8-U)"
|
|
168
174
|
|
|
169
175
|
#. module: account_statement_import_sheet_file
|
|
170
176
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__file_encoding__windows-1251
|
|
171
177
|
msgid "Cyrillic (Windows-1251)"
|
|
172
|
-
msgstr ""
|
|
178
|
+
msgstr "Cirílico (Windows-1251)"
|
|
173
179
|
|
|
174
180
|
#. module: account_statement_import_sheet_file
|
|
175
181
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__debit_value
|
|
176
182
|
msgid "Debit Value"
|
|
177
|
-
msgstr ""
|
|
183
|
+
msgstr "Valor de Débito"
|
|
178
184
|
|
|
179
185
|
#. module: account_statement_import_sheet_file
|
|
180
186
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_debit_column
|
|
181
187
|
msgid "Debit amount column"
|
|
182
|
-
msgstr ""
|
|
188
|
+
msgstr "Coluna de valor de débito"
|
|
183
189
|
|
|
184
190
|
#. module: account_statement_import_sheet_file
|
|
185
191
|
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_debit_column
|
|
186
192
|
msgid "Debit amount of transaction in journal's currency"
|
|
187
|
-
msgstr ""
|
|
193
|
+
msgstr "Valor de débito da transação na moeda do diário"
|
|
188
194
|
|
|
189
195
|
#. module: account_statement_import_sheet_file
|
|
190
196
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__debit_credit_column
|
|
191
197
|
msgid "Debit/credit column"
|
|
192
|
-
msgstr ""
|
|
198
|
+
msgstr "Coluna de débito/crédito"
|
|
193
199
|
|
|
194
200
|
#. module: account_statement_import_sheet_file
|
|
195
201
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__float_decimal_sep
|
|
196
202
|
msgid "Decimals Separator"
|
|
197
|
-
msgstr ""
|
|
203
|
+
msgstr "Separador Decimal"
|
|
198
204
|
|
|
199
205
|
#. module: account_statement_import_sheet_file
|
|
200
206
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_journal__default_sheet_mapping_id
|
|
201
207
|
msgid "Default Sheet Mapping"
|
|
202
|
-
msgstr ""
|
|
208
|
+
msgstr "Mapeamento de Folha Predefinido"
|
|
203
209
|
|
|
204
210
|
#. module: account_statement_import_sheet_file
|
|
205
211
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__delimiter
|
|
206
212
|
msgid "Delimiter"
|
|
207
|
-
msgstr ""
|
|
213
|
+
msgstr "Separador"
|
|
208
214
|
|
|
209
215
|
#. module: account_statement_import_sheet_file
|
|
210
216
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__description_column
|
|
211
217
|
msgid "Description Column"
|
|
212
|
-
msgstr ""
|
|
218
|
+
msgstr "Coluna de Descrição"
|
|
213
219
|
|
|
214
220
|
#. module: account_statement_import_sheet_file
|
|
215
221
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__display_name
|
|
216
222
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_parser__display_name
|
|
217
|
-
#, fuzzy
|
|
218
223
|
msgid "Display Name"
|
|
219
|
-
msgstr "
|
|
224
|
+
msgstr "Nome Apresentado"
|
|
220
225
|
|
|
221
226
|
#. module: account_statement_import_sheet_file
|
|
222
227
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__amount_type__distinct_credit_debit
|
|
223
228
|
msgid "Distinct Credit/debit Column"
|
|
224
|
-
msgstr ""
|
|
229
|
+
msgstr "Coluna de Crédito/débito Distinta"
|
|
225
230
|
|
|
226
231
|
#. module: account_statement_import_sheet_file
|
|
227
232
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__file_encoding
|
|
228
233
|
msgid "Encoding"
|
|
229
|
-
msgstr ""
|
|
234
|
+
msgstr "Codificação"
|
|
230
235
|
|
|
231
236
|
#. module: account_statement_import_sheet_file
|
|
232
237
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__no_header
|
|
233
238
|
msgid "File does not contain header line"
|
|
234
|
-
msgstr ""
|
|
239
|
+
msgstr "O ficheiro não contém linha de cabeçalho"
|
|
235
240
|
|
|
236
241
|
#. module: account_statement_import_sheet_file
|
|
237
242
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__footer_lines_skip_count
|
|
238
243
|
msgid "Footer lines skip count"
|
|
239
|
-
msgstr ""
|
|
244
|
+
msgstr "Número de linhas de rodapé ignoradas"
|
|
240
245
|
|
|
241
246
|
#. module: account_statement_import_sheet_file
|
|
242
247
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__header_lines_skip_count
|
|
243
248
|
msgid "Header lines skip count"
|
|
244
|
-
msgstr ""
|
|
249
|
+
msgstr "Número de linhas de cabeçalho ignoradas"
|
|
245
250
|
|
|
246
251
|
#. module: account_statement_import_sheet_file
|
|
247
252
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__id
|
|
248
253
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_parser__id
|
|
249
|
-
#, fuzzy
|
|
250
254
|
msgid "ID"
|
|
251
|
-
msgstr "ID
|
|
255
|
+
msgstr "ID"
|
|
252
256
|
|
|
253
257
|
#. module: account_statement_import_sheet_file
|
|
254
258
|
#: model:ir.model,name:account_statement_import_sheet_file.model_account_statement_import
|
|
255
259
|
msgid "Import Bank Statement Files"
|
|
256
|
-
msgstr ""
|
|
260
|
+
msgstr "Importar Ficheiros de Extrato Bancário"
|
|
257
261
|
|
|
258
262
|
#. module: account_statement_import_sheet_file
|
|
259
263
|
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__currency_column
|
|
@@ -261,6 +265,8 @@ msgid ""
|
|
|
261
265
|
"In case statement is multi-currency, column to get currency of transaction "
|
|
262
266
|
"from"
|
|
263
267
|
msgstr ""
|
|
268
|
+
"Caso o extracto tenha múltiplas moedas, coluna para obter a moeda da "
|
|
269
|
+
"transação"
|
|
264
270
|
|
|
265
271
|
#. module: account_statement_import_sheet_file
|
|
266
272
|
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__original_currency_column
|
|
@@ -268,6 +274,8 @@ msgid ""
|
|
|
268
274
|
"In case statement provides original currency for transactions with automatic "
|
|
269
275
|
"currency conversion, column to get original currency of transaction from"
|
|
270
276
|
msgstr ""
|
|
277
|
+
"Caso o extrato forneça a moeda original para transações com conversão "
|
|
278
|
+
"automática de moeda, coluna para obter a moeda original da transação"
|
|
271
279
|
|
|
272
280
|
#. module: account_statement_import_sheet_file
|
|
273
281
|
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__original_amount_column
|
|
@@ -276,6 +284,9 @@ msgid ""
|
|
|
276
284
|
"currency conversion, column to get original transaction amount in original "
|
|
277
285
|
"transaction currency from"
|
|
278
286
|
msgstr ""
|
|
287
|
+
"Caso o extrato forneça a moeda original para transações com conversão "
|
|
288
|
+
"automática de moeda, coluna para obter o valor da transação original na "
|
|
289
|
+
"moeda da transação original"
|
|
279
290
|
|
|
280
291
|
#. module: account_statement_import_sheet_file
|
|
281
292
|
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_inverse_sign
|
|
@@ -284,42 +295,42 @@ msgid ""
|
|
|
284
295
|
"the inverse sign. By setting this flag during the upload the amounts will be "
|
|
285
296
|
"inverted in sign."
|
|
286
297
|
msgstr ""
|
|
298
|
+
"Nalguns casos, como os dos extratos de cartão de crédito, os valores são "
|
|
299
|
+
"expressos com sinal negativo. Ao definir esta opção durante o upload, os "
|
|
300
|
+
"valores serão invertidos no sinal."
|
|
287
301
|
|
|
288
302
|
#. module: account_statement_import_sheet_file
|
|
289
303
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_inverse_sign
|
|
290
304
|
msgid "Inverse sign of amount"
|
|
291
|
-
msgstr ""
|
|
305
|
+
msgstr "Sinal inverso do valor"
|
|
292
306
|
|
|
293
307
|
#. module: account_statement_import_sheet_file
|
|
294
308
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__file_encoding__shift_jis
|
|
295
309
|
msgid "Japanese (Shift JIS)"
|
|
296
|
-
msgstr ""
|
|
310
|
+
msgstr "Japonês (Shift JIS)"
|
|
297
311
|
|
|
298
312
|
#. module: account_statement_import_sheet_file
|
|
299
313
|
#: model:ir.model,name:account_statement_import_sheet_file.model_account_journal
|
|
300
314
|
msgid "Journal"
|
|
301
|
-
msgstr ""
|
|
315
|
+
msgstr "Diário"
|
|
302
316
|
|
|
303
317
|
#. module: account_statement_import_sheet_file
|
|
304
318
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping____last_update
|
|
305
319
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_parser____last_update
|
|
306
|
-
#, fuzzy
|
|
307
320
|
msgid "Last Modified on"
|
|
308
|
-
msgstr "Última Modificação
|
|
321
|
+
msgstr "Última Modificação em"
|
|
309
322
|
|
|
310
323
|
#. module: account_statement_import_sheet_file
|
|
311
324
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__write_uid
|
|
312
325
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_parser__write_uid
|
|
313
|
-
#, fuzzy
|
|
314
326
|
msgid "Last Updated by"
|
|
315
|
-
msgstr "Última Atualização
|
|
327
|
+
msgstr "Última Atualização por"
|
|
316
328
|
|
|
317
329
|
#. module: account_statement_import_sheet_file
|
|
318
330
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__write_date
|
|
319
331
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_parser__write_date
|
|
320
|
-
#, fuzzy
|
|
321
332
|
msgid "Last Updated on"
|
|
322
|
-
msgstr "Última Atualização
|
|
333
|
+
msgstr "Última Atualização em"
|
|
323
334
|
|
|
324
335
|
#. module: account_statement_import_sheet_file
|
|
325
336
|
#. odoo-python
|
|
@@ -327,54 +338,54 @@ msgstr "Última Atualização Feita em"
|
|
|
327
338
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__delimiter__n/a
|
|
328
339
|
#, python-format
|
|
329
340
|
msgid "N/A"
|
|
330
|
-
msgstr ""
|
|
341
|
+
msgstr "N/A"
|
|
331
342
|
|
|
332
343
|
#. module: account_statement_import_sheet_file
|
|
333
344
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__name
|
|
334
345
|
msgid "Name"
|
|
335
|
-
msgstr ""
|
|
346
|
+
msgstr "Nome"
|
|
336
347
|
|
|
337
348
|
#. module: account_statement_import_sheet_file
|
|
338
349
|
#. odoo-python
|
|
339
350
|
#: code:addons/account_statement_import_sheet_file/models/account_statement_import_sheet_parser.py:0
|
|
340
351
|
#, python-format
|
|
341
352
|
msgid "No valid encoding was found for the attached file"
|
|
342
|
-
msgstr ""
|
|
353
|
+
msgstr "Não foi encontrada nenhuma codificação válida para o ficheiro anexado"
|
|
343
354
|
|
|
344
355
|
#. module: account_statement_import_sheet_file
|
|
345
356
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__notes_column
|
|
346
357
|
msgid "Notes Column"
|
|
347
|
-
msgstr ""
|
|
358
|
+
msgstr "Coluna de Notas"
|
|
348
359
|
|
|
349
360
|
#. module: account_statement_import_sheet_file
|
|
350
361
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__original_amount_column
|
|
351
362
|
msgid "Original Amount Column"
|
|
352
|
-
msgstr ""
|
|
363
|
+
msgstr "Coluna de Valor Original"
|
|
353
364
|
|
|
354
365
|
#. module: account_statement_import_sheet_file
|
|
355
366
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__original_currency_column
|
|
356
367
|
msgid "Original Currency Column"
|
|
357
|
-
msgstr ""
|
|
368
|
+
msgstr "Coluna de Moeda Original"
|
|
358
369
|
|
|
359
370
|
#. module: account_statement_import_sheet_file
|
|
360
371
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__partner_name_column
|
|
361
372
|
msgid "Partner Name Column"
|
|
362
|
-
msgstr ""
|
|
373
|
+
msgstr "Coluna de Nome do Parceiro"
|
|
363
374
|
|
|
364
375
|
#. module: account_statement_import_sheet_file
|
|
365
376
|
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__bank_name_column
|
|
366
377
|
msgid "Partner's bank"
|
|
367
|
-
msgstr ""
|
|
378
|
+
msgstr "Banco do parceiro"
|
|
368
379
|
|
|
369
380
|
#. module: account_statement_import_sheet_file
|
|
370
381
|
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__bank_account_column
|
|
371
382
|
msgid "Partner's bank account"
|
|
372
|
-
msgstr ""
|
|
383
|
+
msgstr "Conta bancária de parceiro"
|
|
373
384
|
|
|
374
385
|
#. module: account_statement_import_sheet_file
|
|
375
386
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__reference_column
|
|
376
387
|
msgid "Reference Column"
|
|
377
|
-
msgstr ""
|
|
388
|
+
msgstr "Coluna de referência"
|
|
378
389
|
|
|
379
390
|
#. module: account_statement_import_sheet_file
|
|
380
391
|
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__footer_lines_skip_count
|
|
@@ -382,21 +393,23 @@ msgid ""
|
|
|
382
393
|
"Set the Footer lines number.Used in some csv/xlsx file that integrate meta "
|
|
383
394
|
"data inlast lines."
|
|
384
395
|
msgstr ""
|
|
396
|
+
"Defina o número das linhas utilizadas no rodapé. Usado nalguns ficheiros csv/"
|
|
397
|
+
"xlsx que integrem metadados nas últimas linhas."
|
|
385
398
|
|
|
386
399
|
#. module: account_statement_import_sheet_file
|
|
387
400
|
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__header_lines_skip_count
|
|
388
401
|
msgid "Set the Header lines number."
|
|
389
|
-
msgstr ""
|
|
402
|
+
msgstr "Defina o número das linhas de cabeçalho."
|
|
390
403
|
|
|
391
404
|
#. module: account_statement_import_sheet_file
|
|
392
405
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import__sheet_mapping_id
|
|
393
406
|
msgid "Sheet mapping"
|
|
394
|
-
msgstr ""
|
|
407
|
+
msgstr "Mapeamento de folha"
|
|
395
408
|
|
|
396
409
|
#. module: account_statement_import_sheet_file
|
|
397
410
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__amount_type__simple_value
|
|
398
411
|
msgid "Simple value"
|
|
399
|
-
msgstr ""
|
|
412
|
+
msgstr "Valor simples"
|
|
400
413
|
|
|
401
414
|
#. module: account_statement_import_sheet_file
|
|
402
415
|
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_type
|
|
@@ -406,91 +419,96 @@ msgid ""
|
|
|
406
419
|
"(absolute value + indicate sign)\n"
|
|
407
420
|
"Distinct Credit/debit Column: use a distinct column for debit and credit"
|
|
408
421
|
msgstr ""
|
|
422
|
+
"Valor simples: use o valor com sinal na coluna de valor\n"
|
|
423
|
+
"Valor absoluto: use uma mesma coluna para débito e crédito\n"
|
|
424
|
+
"(valor absoluto + sinal de indicação)\n"
|
|
425
|
+
"Coluna de Crédito/débito Distinta: use colunas distintas para débitos e "
|
|
426
|
+
"créditos"
|
|
409
427
|
|
|
410
428
|
#. module: account_statement_import_sheet_file
|
|
411
429
|
#: model_terms:ir.ui.view,arch_db:account_statement_import_sheet_file.view_account_journal_form_n43
|
|
412
430
|
msgid "Statement Import Map"
|
|
413
|
-
msgstr ""
|
|
431
|
+
msgstr "Mapa de Importação de Extrato"
|
|
414
432
|
|
|
415
433
|
#. module: account_statement_import_sheet_file
|
|
416
434
|
#: model:ir.actions.act_window,name:account_statement_import_sheet_file.action_statement_import_sheet_report_mappings
|
|
417
435
|
#: model:ir.ui.menu,name:account_statement_import_sheet_file.menu_statement_import_sheet_mapping
|
|
418
436
|
msgid "Statement Sheet Mappings"
|
|
419
|
-
msgstr ""
|
|
437
|
+
msgstr "Mapeamentos de Folhas de Extrato"
|
|
420
438
|
|
|
421
439
|
#. module: account_statement_import_sheet_file
|
|
422
440
|
#: model_terms:ir.ui.view,arch_db:account_statement_import_sheet_file.account_statement_import_form
|
|
423
441
|
msgid "TXT/CSV/XLSX mapping:"
|
|
424
|
-
msgstr ""
|
|
442
|
+
msgstr "Mapeamento TXT/CSV/XLSX:"
|
|
425
443
|
|
|
426
444
|
#. module: account_statement_import_sheet_file
|
|
427
445
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__quotechar
|
|
428
446
|
msgid "Text qualifier"
|
|
429
|
-
msgstr ""
|
|
447
|
+
msgstr "Qualificador de texto"
|
|
430
448
|
|
|
431
449
|
#. module: account_statement_import_sheet_file
|
|
432
450
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__float_thousands_sep
|
|
433
451
|
msgid "Thousands Separator"
|
|
434
|
-
msgstr ""
|
|
452
|
+
msgstr "Separador dos Milhares"
|
|
435
453
|
|
|
436
454
|
#. module: account_statement_import_sheet_file
|
|
437
455
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__timestamp_column
|
|
438
456
|
msgid "Timestamp Column"
|
|
439
|
-
msgstr ""
|
|
457
|
+
msgstr "Coluna de Selo de Data/Hora"
|
|
440
458
|
|
|
441
459
|
#. module: account_statement_import_sheet_file
|
|
442
460
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__timestamp_format
|
|
443
461
|
msgid "Timestamp Format"
|
|
444
|
-
msgstr ""
|
|
462
|
+
msgstr "Formato do Selo de Data/Hora"
|
|
445
463
|
|
|
446
464
|
#. module: account_statement_import_sheet_file
|
|
447
465
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__file_encoding__big5
|
|
448
466
|
msgid "Traditional Chinese (big5)"
|
|
449
|
-
msgstr ""
|
|
467
|
+
msgstr "Chinês Tradicional (big5)"
|
|
450
468
|
|
|
451
469
|
#. module: account_statement_import_sheet_file
|
|
452
470
|
#. odoo-python
|
|
453
471
|
#: code:addons/account_statement_import_sheet_file/models/account_statement_import_sheet_parser.py:0
|
|
454
472
|
#, python-format
|
|
455
473
|
msgid "Transaction ID: %s; "
|
|
456
|
-
msgstr ""
|
|
474
|
+
msgstr "ID de Transação: %s; "
|
|
457
475
|
|
|
458
476
|
#. module: account_statement_import_sheet_file
|
|
459
477
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__file_encoding__utf-16
|
|
460
478
|
msgid "UTF-16"
|
|
461
|
-
msgstr ""
|
|
479
|
+
msgstr "UTF-16"
|
|
462
480
|
|
|
463
481
|
#. module: account_statement_import_sheet_file
|
|
464
482
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__file_encoding__utf-16-sig
|
|
465
483
|
msgid "UTF-16 (with BOM)"
|
|
466
|
-
msgstr ""
|
|
484
|
+
msgstr "UTF-16 (com BOM)"
|
|
467
485
|
|
|
468
486
|
#. module: account_statement_import_sheet_file
|
|
469
487
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__file_encoding__utf-8
|
|
470
488
|
msgid "UTF-8"
|
|
471
|
-
msgstr ""
|
|
489
|
+
msgstr "UTF-8"
|
|
472
490
|
|
|
473
491
|
#. module: account_statement_import_sheet_file
|
|
474
492
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__file_encoding__utf-8-sig
|
|
475
493
|
msgid "UTF-8 (with BOM)"
|
|
476
|
-
msgstr ""
|
|
494
|
+
msgstr "UTF-8 (com BOM)"
|
|
477
495
|
|
|
478
496
|
#. module: account_statement_import_sheet_file
|
|
479
497
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__file_encoding__gb18030
|
|
480
498
|
msgid "Unified Chinese (gb18030)"
|
|
481
|
-
msgstr ""
|
|
499
|
+
msgstr "Chinês Unificado (gb18030)"
|
|
482
500
|
|
|
483
501
|
#. module: account_statement_import_sheet_file
|
|
484
502
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__transaction_id_column
|
|
485
503
|
msgid "Unique transaction ID column"
|
|
486
|
-
msgstr ""
|
|
504
|
+
msgstr "Coluna ID de transação única"
|
|
487
505
|
|
|
488
506
|
#. module: account_statement_import_sheet_file
|
|
489
507
|
#. odoo-python
|
|
490
508
|
#: code:addons/account_statement_import_sheet_file/models/account_statement_import_sheet_mapping.py:0
|
|
491
509
|
#, python-format
|
|
492
510
|
msgid "Use amount_column if you have set Amount type = 'Single value'"
|
|
493
|
-
msgstr ""
|
|
511
|
+
msgstr "Utilize amount_column se tiver definido Tipo de valor = 'Valor único'"
|
|
494
512
|
|
|
495
513
|
#. module: account_statement_import_sheet_file
|
|
496
514
|
#. odoo-python
|
|
@@ -500,6 +518,8 @@ msgid ""
|
|
|
500
518
|
"Use amount_debit_column and amount_credit_column if you have set Amount type "
|
|
501
519
|
"= 'Distinct Credit/debit Column'"
|
|
502
520
|
msgstr ""
|
|
521
|
+
"Utilize amount_debit_column e amount_credit_column se tiver definido Tipo de "
|
|
522
|
+
"valor = 'Coluna de Crédito/débito Distinta'"
|
|
503
523
|
|
|
504
524
|
#. module: account_statement_import_sheet_file
|
|
505
525
|
#. odoo-python
|
|
@@ -507,6 +527,8 @@ msgstr ""
|
|
|
507
527
|
#, python-format
|
|
508
528
|
msgid "Use debit_credit_column if you have set Amount type = 'Absolute value'"
|
|
509
529
|
msgstr ""
|
|
530
|
+
"Utilize debit_credit_column se tiver definido Tipo de valor = 'Valor "
|
|
531
|
+
"absoluto'"
|
|
510
532
|
|
|
511
533
|
#. module: account_statement_import_sheet_file
|
|
512
534
|
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__debit_credit_column
|
|
@@ -515,6 +537,9 @@ msgid ""
|
|
|
515
537
|
"Some statement formats use absolute amount value and indicate sign\n"
|
|
516
538
|
"of the transaction by specifying if it was a debit or a credit one"
|
|
517
539
|
msgstr ""
|
|
540
|
+
"Utilizado se o tipo de valor for \"Valor absoluto\"\n"
|
|
541
|
+
"Alguns formatos de extrato usam montantes em valor absoluto e indicam sinal\n"
|
|
542
|
+
"da transação, especificando ter sido um débito ou um crédito"
|
|
518
543
|
|
|
519
544
|
#. module: account_statement_import_sheet_file
|
|
520
545
|
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_column
|
|
@@ -523,26 +548,29 @@ msgid ""
|
|
|
523
548
|
"Amount of transaction in journal's currency\n"
|
|
524
549
|
"Some statement formats use credit/debit columns"
|
|
525
550
|
msgstr ""
|
|
551
|
+
"Utilizado se o tipo de valor for \"Valor simples\" ou \"Valor absoluto\"\n"
|
|
552
|
+
"Valor da transação na moeda do diário\n"
|
|
553
|
+
"Alguns formatos de extrato usam colunas de crédito/débito"
|
|
526
554
|
|
|
527
555
|
#. module: account_statement_import_sheet_file
|
|
528
556
|
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__credit_value
|
|
529
557
|
msgid "Value of debit/credit column that indicates if it's a credit"
|
|
530
|
-
msgstr ""
|
|
558
|
+
msgstr "Valor da coluna de débito/crédito que indica se é um crédito"
|
|
531
559
|
|
|
532
560
|
#. module: account_statement_import_sheet_file
|
|
533
561
|
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__debit_value
|
|
534
562
|
msgid "Value of debit/credit column that indicates if it's a debit"
|
|
535
|
-
msgstr ""
|
|
563
|
+
msgstr "Valor da coluna de débito/crédito que indica se é um débito"
|
|
536
564
|
|
|
537
565
|
#. module: account_statement_import_sheet_file
|
|
538
566
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__file_encoding__iso-8859-1
|
|
539
567
|
msgid "Western (Latin-1 / ISO 8859-1)"
|
|
540
|
-
msgstr ""
|
|
568
|
+
msgstr "Ocidental (Latin-1 / ISO 8859-1)"
|
|
541
569
|
|
|
542
570
|
#. module: account_statement_import_sheet_file
|
|
543
571
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__file_encoding__windows-1252
|
|
544
572
|
msgid "Western (Windows-1252)"
|
|
545
|
-
msgstr ""
|
|
573
|
+
msgstr "Ocidental (Windows-1252)"
|
|
546
574
|
|
|
547
575
|
#. module: account_statement_import_sheet_file
|
|
548
576
|
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__no_header
|
|
@@ -550,43 +578,45 @@ msgid ""
|
|
|
550
578
|
"When this occurs please indicate the column number in the Columns section "
|
|
551
579
|
"instead of the column name, considering that the first column is 0"
|
|
552
580
|
msgstr ""
|
|
581
|
+
"Quando isto ocorrer, por favor indique o número da coluna na secção Colunas "
|
|
582
|
+
"em vez do nome da coluna, considerando que a primeira coluna é 0"
|
|
553
583
|
|
|
554
584
|
#. module: account_statement_import_sheet_file
|
|
555
585
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__delimiter__comma
|
|
556
586
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__float_decimal_sep__comma
|
|
557
587
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__float_thousands_sep__comma
|
|
558
588
|
msgid "comma (,)"
|
|
559
|
-
msgstr ""
|
|
589
|
+
msgstr "vírgula (,)"
|
|
560
590
|
|
|
561
591
|
#. module: account_statement_import_sheet_file
|
|
562
592
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__delimiter__dot
|
|
563
593
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__float_decimal_sep__dot
|
|
564
594
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__float_thousands_sep__dot
|
|
565
595
|
msgid "dot (.)"
|
|
566
|
-
msgstr ""
|
|
596
|
+
msgstr "ponto (.)"
|
|
567
597
|
|
|
568
598
|
#. module: account_statement_import_sheet_file
|
|
569
599
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__float_decimal_sep__none
|
|
570
600
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__float_thousands_sep__none
|
|
571
601
|
msgid "none"
|
|
572
|
-
msgstr ""
|
|
602
|
+
msgstr "nenhum"
|
|
573
603
|
|
|
574
604
|
#. module: account_statement_import_sheet_file
|
|
575
605
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__float_thousands_sep__quote
|
|
576
606
|
msgid "quote (')"
|
|
577
|
-
msgstr ""
|
|
607
|
+
msgstr "citação (')"
|
|
578
608
|
|
|
579
609
|
#. module: account_statement_import_sheet_file
|
|
580
610
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__delimiter__semicolon
|
|
581
611
|
msgid "semicolon (;)"
|
|
582
|
-
msgstr ""
|
|
612
|
+
msgstr "ponto e vírgula (;)"
|
|
583
613
|
|
|
584
614
|
#. module: account_statement_import_sheet_file
|
|
585
615
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__delimiter__space
|
|
586
616
|
msgid "space"
|
|
587
|
-
msgstr ""
|
|
617
|
+
msgstr "espaço"
|
|
588
618
|
|
|
589
619
|
#. module: account_statement_import_sheet_file
|
|
590
620
|
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__delimiter__tab
|
|
591
621
|
msgid "tab"
|
|
592
|
-
msgstr ""
|
|
622
|
+
msgstr "tabulador"
|
odoo/addons/account_statement_import_sheet_file/models/account_statement_import_sheet_mapping.py
CHANGED
|
@@ -173,6 +173,14 @@ class AccountStatementImportSheetMapping(models.Model):
|
|
|
173
173
|
help="Set the Header lines number.",
|
|
174
174
|
default="0",
|
|
175
175
|
)
|
|
176
|
+
skip_empty_lines = fields.Boolean(
|
|
177
|
+
default=False,
|
|
178
|
+
help="Allows to skip empty lines",
|
|
179
|
+
)
|
|
180
|
+
offset_column = fields.Integer(
|
|
181
|
+
default=0,
|
|
182
|
+
help="Horizontal spaces to ignore before starting to parse",
|
|
183
|
+
)
|
|
176
184
|
|
|
177
185
|
@api.constrains(
|
|
178
186
|
"amount_type",
|
|
@@ -217,6 +225,12 @@ class AccountStatementImportSheetMapping(models.Model):
|
|
|
217
225
|
elif "comma" == self.float_thousands_sep == self.float_decimal_sep:
|
|
218
226
|
self.float_thousands_sep = "dot"
|
|
219
227
|
|
|
228
|
+
@api.constrains("offset_column")
|
|
229
|
+
def _check_columns(self):
|
|
230
|
+
for mapping in self:
|
|
231
|
+
if mapping.offset_column < 0:
|
|
232
|
+
raise ValidationError(_("Offsets cannot be negative"))
|
|
233
|
+
|
|
220
234
|
def _get_float_separators(self):
|
|
221
235
|
self.ensure_one()
|
|
222
236
|
separators = {
|
odoo/addons/account_statement_import_sheet_file/models/account_statement_import_sheet_parser.py
CHANGED
|
@@ -188,6 +188,8 @@ class AccountStatementImportSheetParser(models.TransientModel):
|
|
|
188
188
|
else:
|
|
189
189
|
[next(csv_or_xlsx) for _i in range(header_line)]
|
|
190
190
|
header = [value.strip() for value in next(csv_or_xlsx)]
|
|
191
|
+
if mapping.offset_column:
|
|
192
|
+
header = header[mapping.offset_column :]
|
|
191
193
|
|
|
192
194
|
# NOTE no seria necesario debit_column y credit_column ya que tenemos los
|
|
193
195
|
# respectivos campos related
|
|
@@ -226,7 +228,7 @@ class AccountStatementImportSheetParser(models.TransientModel):
|
|
|
226
228
|
footer_line = numrows - mapping.footer_lines_skip_count
|
|
227
229
|
|
|
228
230
|
if isinstance(csv_or_xlsx, tuple):
|
|
229
|
-
rows = range(
|
|
231
|
+
rows = range(label_line, footer_line)
|
|
230
232
|
else:
|
|
231
233
|
rows = csv_or_xlsx
|
|
232
234
|
|
|
@@ -236,7 +238,7 @@ class AccountStatementImportSheetParser(models.TransientModel):
|
|
|
236
238
|
book = csv_or_xlsx[0]
|
|
237
239
|
sheet = csv_or_xlsx[1]
|
|
238
240
|
values = []
|
|
239
|
-
for col_index in range(
|
|
241
|
+
for col_index in range(mapping.offset_column, sheet.row_len(row)):
|
|
240
242
|
cell_type = sheet.cell_type(row, col_index)
|
|
241
243
|
cell_value = sheet.cell_value(row, col_index)
|
|
242
244
|
if cell_type == xlrd.XL_CELL_DATE:
|
|
@@ -246,6 +248,8 @@ class AccountStatementImportSheetParser(models.TransientModel):
|
|
|
246
248
|
if index >= footer_line:
|
|
247
249
|
continue
|
|
248
250
|
values = list(row)
|
|
251
|
+
if mapping.skip_empty_lines and not any(values):
|
|
252
|
+
continue
|
|
249
253
|
|
|
250
254
|
timestamp = self._get_values_from_column(
|
|
251
255
|
values, columns, "timestamp_column"
|
|
@@ -375,7 +379,9 @@ class AccountStatementImportSheetParser(models.TransientModel):
|
|
|
375
379
|
line["bank_name"] = bank_name
|
|
376
380
|
if bank_account is not None:
|
|
377
381
|
line["bank_account"] = bank_account
|
|
378
|
-
|
|
382
|
+
|
|
383
|
+
if line:
|
|
384
|
+
lines.append(line)
|
|
379
385
|
return lines
|
|
380
386
|
|
|
381
387
|
@api.model
|
|
@@ -8,10 +8,11 @@
|
|
|
8
8
|
|
|
9
9
|
/*
|
|
10
10
|
:Author: David Goodger (goodger@python.org)
|
|
11
|
-
:Id: $Id: html4css1.css
|
|
11
|
+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
|
|
12
12
|
:Copyright: This stylesheet has been placed in the public domain.
|
|
13
13
|
|
|
14
14
|
Default cascading style sheet for the HTML output of Docutils.
|
|
15
|
+
Despite the name, some widely supported CSS2 features are used.
|
|
15
16
|
|
|
16
17
|
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
|
|
17
18
|
customize this style sheet.
|
|
@@ -274,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
|
|
274
275
|
margin-left: 2em ;
|
|
275
276
|
margin-right: 2em }
|
|
276
277
|
|
|
277
|
-
pre.code .ln { color:
|
|
278
|
+
pre.code .ln { color: gray; } /* line numbers */
|
|
278
279
|
pre.code, code { background-color: #eeeeee }
|
|
279
280
|
pre.code .comment, code .comment { color: #5C6576 }
|
|
280
281
|
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
|
@@ -300,7 +301,7 @@ span.option {
|
|
|
300
301
|
span.pre {
|
|
301
302
|
white-space: pre }
|
|
302
303
|
|
|
303
|
-
span.problematic {
|
|
304
|
+
span.problematic, pre.problematic {
|
|
304
305
|
color: red }
|
|
305
306
|
|
|
306
307
|
span.section-subtitle {
|
|
@@ -366,7 +367,7 @@ ul.auto-toc {
|
|
|
366
367
|
!! This file is generated by oca-gen-addon-readme !!
|
|
367
368
|
!! changes will be overwritten. !!
|
|
368
369
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
369
|
-
!! source digest: sha256:
|
|
370
|
+
!! source digest: sha256:acff5e192bc46ec467520a8d5694d21eae3835eba41353e3f965836260c88306
|
|
370
371
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
371
372
|
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/bank-statement-import/tree/16.0/account_statement_import_sheet_file"><img alt="OCA/bank-statement-import" src="https://img.shields.io/badge/github-OCA%2Fbank--statement--import-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_sheet_file"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/bank-statement-import&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
372
373
|
<p>This module allows you to import any TXT/CSV or XLSX file in Odoo as bank
|
|
@@ -455,12 +456,15 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
455
456
|
<li>Alexey Pelykh <<a class="reference external" href="mailto:alexey.pelykh@corphub.eu">alexey.pelykh@corphub.eu</a>></li>
|
|
456
457
|
</ul>
|
|
457
458
|
</li>
|
|
459
|
+
<li>Sebastiano Picchi <<a class="reference external" href="mailto:sebastiano.picchi@pytech.it">sebastiano.picchi@pytech.it</a>></li>
|
|
458
460
|
</ul>
|
|
459
461
|
</div>
|
|
460
462
|
<div class="section" id="maintainers">
|
|
461
463
|
<h2><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h2>
|
|
462
464
|
<p>This module is maintained by the OCA.</p>
|
|
463
|
-
<a class="reference external image-reference" href="https://odoo-community.org"
|
|
465
|
+
<a class="reference external image-reference" href="https://odoo-community.org">
|
|
466
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
|
467
|
+
</a>
|
|
464
468
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
465
469
|
mission is to support the collaborative development of Odoo features and
|
|
466
470
|
promote its widespread use.</p>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"Date","Label","Currency","Amount","Amount Currency","Partner Name","Bank Account"
|
|
2
|
+
"02/25/2018","AAAOOO 1","EUR","-33.50","0.0","John Doe","123456789"
|
|
3
|
+
"02/26/2018","AAAOOO 2","EUR","1,525.00","1,000.00","Azure Interior",""
|
|
4
|
+
,,,,,,
|
|
5
|
+
"02/27/2018","AAAOOO 3","EUR","800.00","800.00","Azure Interior","123456789"
|
|
Binary file
|
odoo/addons/account_statement_import_sheet_file/tests/test_account_statement_import_sheet_file.py
CHANGED
|
@@ -678,3 +678,95 @@ class TestAccountStatementImportSheetFile(common.TransactionCase):
|
|
|
678
678
|
self.parser._parse_decimal(Decimal("1234.56"), self.mock_mapping_comma_dot),
|
|
679
679
|
1234.56,
|
|
680
680
|
)
|
|
681
|
+
|
|
682
|
+
def test_offsets(self):
|
|
683
|
+
journal = self.AccountJournal.create(
|
|
684
|
+
{
|
|
685
|
+
"name": "Bank",
|
|
686
|
+
"type": "bank",
|
|
687
|
+
"code": "BANK",
|
|
688
|
+
"currency_id": self.currency_usd.id,
|
|
689
|
+
"suspense_account_id": self.suspense_account.id,
|
|
690
|
+
}
|
|
691
|
+
)
|
|
692
|
+
file_name = "fixtures/sample_statement_offsets.xlsx"
|
|
693
|
+
data = self._data_file(file_name)
|
|
694
|
+
wizard = self.AccountStatementImport.with_context(journal_id=journal.id).create(
|
|
695
|
+
{
|
|
696
|
+
"statement_filename": file_name,
|
|
697
|
+
"statement_file": data,
|
|
698
|
+
"sheet_mapping_id": self.sample_statement_map.id,
|
|
699
|
+
}
|
|
700
|
+
)
|
|
701
|
+
with self.assertRaises(UserError):
|
|
702
|
+
wizard.with_context(
|
|
703
|
+
account_statement_import_txt_xlsx_test=True
|
|
704
|
+
).import_file_button()
|
|
705
|
+
statement_map_offsets = self.sample_statement_map.copy(
|
|
706
|
+
{
|
|
707
|
+
"offset_column": 1,
|
|
708
|
+
"header_lines_skip_count": 3,
|
|
709
|
+
}
|
|
710
|
+
)
|
|
711
|
+
wizard = self.AccountStatementImport.with_context(journal_id=journal.id).create(
|
|
712
|
+
{
|
|
713
|
+
"statement_filename": file_name,
|
|
714
|
+
"statement_file": data,
|
|
715
|
+
"sheet_mapping_id": statement_map_offsets.id,
|
|
716
|
+
}
|
|
717
|
+
)
|
|
718
|
+
wizard.with_context(
|
|
719
|
+
account_statement_import_txt_xlsx_test=True
|
|
720
|
+
).import_file_button()
|
|
721
|
+
statement = self.AccountBankStatement.search([("journal_id", "=", journal.id)])
|
|
722
|
+
self.assertEqual(len(statement), 1)
|
|
723
|
+
self.assertEqual(len(statement.line_ids), 2)
|
|
724
|
+
self.assertEqual(statement.balance_start, 0.0)
|
|
725
|
+
self.assertEqual(statement.balance_end_real, 1491.5)
|
|
726
|
+
self.assertEqual(statement.balance_end, 1491.5)
|
|
727
|
+
|
|
728
|
+
def test_skip_empty_lines(self):
|
|
729
|
+
journal = self.AccountJournal.create(
|
|
730
|
+
{
|
|
731
|
+
"name": "Bank",
|
|
732
|
+
"type": "bank",
|
|
733
|
+
"code": "BANK",
|
|
734
|
+
"currency_id": self.currency_usd.id,
|
|
735
|
+
"suspense_account_id": self.suspense_account.id,
|
|
736
|
+
}
|
|
737
|
+
)
|
|
738
|
+
file_name = "fixtures/empty_lines_statement.csv"
|
|
739
|
+
data = self._data_file(file_name, "utf-8")
|
|
740
|
+
|
|
741
|
+
wizard = self.AccountStatementImport.with_context(journal_id=journal.id).create(
|
|
742
|
+
{
|
|
743
|
+
"statement_filename": file_name,
|
|
744
|
+
"statement_file": data,
|
|
745
|
+
"sheet_mapping_id": self.sample_statement_map.id,
|
|
746
|
+
}
|
|
747
|
+
)
|
|
748
|
+
with self.assertRaises(UserError):
|
|
749
|
+
wizard.with_context(
|
|
750
|
+
account_statement_import_txt_xlsx_test=True
|
|
751
|
+
).import_file_button()
|
|
752
|
+
statement_map_empty_line = self.sample_statement_map.copy(
|
|
753
|
+
{
|
|
754
|
+
"skip_empty_lines": True,
|
|
755
|
+
}
|
|
756
|
+
)
|
|
757
|
+
wizard = self.AccountStatementImport.with_context(journal_id=journal.id).create(
|
|
758
|
+
{
|
|
759
|
+
"statement_filename": file_name,
|
|
760
|
+
"statement_file": data,
|
|
761
|
+
"sheet_mapping_id": statement_map_empty_line.id,
|
|
762
|
+
}
|
|
763
|
+
)
|
|
764
|
+
wizard.with_context(
|
|
765
|
+
account_statement_import_txt_xlsx_test=True
|
|
766
|
+
).import_file_button()
|
|
767
|
+
statement = self.AccountBankStatement.search([("journal_id", "=", journal.id)])
|
|
768
|
+
self.assertEqual(len(statement), 1)
|
|
769
|
+
self.assertEqual(len(statement.line_ids), 3)
|
|
770
|
+
self.assertEqual(statement.balance_start, 0.0)
|
|
771
|
+
self.assertEqual(statement.balance_end_real, 2291.5)
|
|
772
|
+
self.assertEqual(statement.balance_end, 2291.5)
|
odoo/addons/account_statement_import_sheet_file/views/account_statement_import_sheet_mapping.xml
CHANGED
|
@@ -64,8 +64,13 @@
|
|
|
64
64
|
/>
|
|
65
65
|
</group>
|
|
66
66
|
<group>
|
|
67
|
+
<field name="skip_empty_lines" />
|
|
67
68
|
<field name="header_lines_skip_count" />
|
|
68
69
|
<field name="footer_lines_skip_count" />
|
|
70
|
+
<field
|
|
71
|
+
name="offset_column"
|
|
72
|
+
attrs="{'invisible': [('no_header', '=', True)]}"
|
|
73
|
+
/>
|
|
69
74
|
</group>
|
|
70
75
|
</group>
|
|
71
76
|
<group string="Columns">
|
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
|
-
Name: odoo-addon-
|
|
3
|
-
Version: 16.0.1.
|
|
2
|
+
Name: odoo-addon-account_statement_import_sheet_file
|
|
3
|
+
Version: 16.0.1.2.0
|
|
4
4
|
Summary: Import TXT/CSV or XLSX files as Bank Statements in Odoo
|
|
5
5
|
Home-page: https://github.com/OCA/bank-statement-import
|
|
6
6
|
Author: ForgeFlow, CorporateHub, Odoo Community Association (OCA)
|
|
7
7
|
Author-email: support@odoo-community.org
|
|
8
8
|
License: AGPL-3
|
|
9
|
-
Platform: UNKNOWN
|
|
10
9
|
Classifier: Programming Language :: Python
|
|
11
10
|
Classifier: Framework :: Odoo
|
|
12
11
|
Classifier: Framework :: Odoo :: 16.0
|
|
13
12
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
14
13
|
Requires-Python: >=3.10
|
|
15
14
|
Requires-Dist: chardet
|
|
16
|
-
Requires-Dist: odoo-addon-account-statement-import-file
|
|
17
|
-
Requires-Dist: odoo
|
|
15
|
+
Requires-Dist: odoo-addon-account-statement-import-file<16.1dev,>=16.0dev
|
|
16
|
+
Requires-Dist: odoo<16.1dev,>=16.0a
|
|
18
17
|
Requires-Dist: xlrd
|
|
19
18
|
|
|
20
19
|
==================================
|
|
@@ -26,7 +25,7 @@ Bank Statement TXT/CSV/XLSX Import
|
|
|
26
25
|
!! This file is generated by oca-gen-addon-readme !!
|
|
27
26
|
!! changes will be overwritten. !!
|
|
28
27
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
29
|
-
!! source digest: sha256:
|
|
28
|
+
!! source digest: sha256:acff5e192bc46ec467520a8d5694d21eae3835eba41353e3f965836260c88306
|
|
30
29
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
31
30
|
|
|
32
31
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -122,6 +121,8 @@ Contributors
|
|
|
122
121
|
|
|
123
122
|
* Alexey Pelykh <alexey.pelykh@corphub.eu>
|
|
124
123
|
|
|
124
|
+
* Sebastiano Picchi <sebastiano.picchi@pytech.it>
|
|
125
|
+
|
|
125
126
|
Maintainers
|
|
126
127
|
~~~~~~~~~~~
|
|
127
128
|
|
|
@@ -146,5 +147,3 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|
|
|
146
147
|
This module is part of the `OCA/bank-statement-import <https://github.com/OCA/bank-statement-import/tree/16.0/account_statement_import_sheet_file>`_ project on GitHub.
|
|
147
148
|
|
|
148
149
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
149
|
-
|
|
150
|
-
|
|
@@ -1,34 +1,35 @@
|
|
|
1
|
-
odoo/addons/account_statement_import_sheet_file/README.rst,sha256=
|
|
1
|
+
odoo/addons/account_statement_import_sheet_file/README.rst,sha256=gN98_NRf8uXEqFAhgdEHp_LFBd16SyAfoZz4dht9Oms,4552
|
|
2
2
|
odoo/addons/account_statement_import_sheet_file/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
|
|
3
|
-
odoo/addons/account_statement_import_sheet_file/__manifest__.py,sha256=
|
|
3
|
+
odoo/addons/account_statement_import_sheet_file/__manifest__.py,sha256=qEKCPt-BJw6nTrwN9AcIUlIr0y6gzn7evVoufpbxwLo,934
|
|
4
4
|
odoo/addons/account_statement_import_sheet_file/data/map_data.xml,sha256=nz_4CchVMF9pb_SI4I6UZAt2IBPxWapX37lU6J6sTJ0,1225
|
|
5
|
-
odoo/addons/account_statement_import_sheet_file/i18n/account_statement_import_sheet_file.pot,sha256=
|
|
5
|
+
odoo/addons/account_statement_import_sheet_file/i18n/account_statement_import_sheet_file.pot,sha256=DgDFbQyuR1YqR01mma0SDXDHR3HhzW4TLC3iP6EG6lY,27561
|
|
6
6
|
odoo/addons/account_statement_import_sheet_file/i18n/es.po,sha256=r0dB7FwIyf4CnqrrUUwIoscwqY1oFjtLDHb8yaUyisw,31885
|
|
7
7
|
odoo/addons/account_statement_import_sheet_file/i18n/es_AR.po,sha256=M0scXwemt20iY_usFw1x38I315Na5Hsl4PI-R7Nch1M,30172
|
|
8
8
|
odoo/addons/account_statement_import_sheet_file/i18n/it.po,sha256=GtD-H3cuavdvEu5qxvevsCADm54pNdYPkQUvZYtQFgw,30838
|
|
9
9
|
odoo/addons/account_statement_import_sheet_file/i18n/nl.po,sha256=OIfIbKptYzCICzo4vUiTYgYSfcMdQu_SxBbFEMFewzk,27321
|
|
10
|
-
odoo/addons/account_statement_import_sheet_file/i18n/pt.po,sha256=
|
|
10
|
+
odoo/addons/account_statement_import_sheet_file/i18n/pt.po,sha256=rY4pBIWGZeXuV76LMYwwelQkXoa3_6aF7hGsV_g9OUg,30953
|
|
11
11
|
odoo/addons/account_statement_import_sheet_file/i18n/tr.po,sha256=Zvlgi-QnlaDj4Tjqy5X-pcicoQZfWTAImcMaBBicMeQ,30572
|
|
12
12
|
odoo/addons/account_statement_import_sheet_file/i18n/zh_CN.po,sha256=FxGE7LvEpwn9AuCl8l7ywekELEkHhwj2FM42lZ1CCVo,27221
|
|
13
13
|
odoo/addons/account_statement_import_sheet_file/migrations/16.0.1.0.0/pre-migration.py,sha256=RWsXKnn1oH9MM8Jl-XPXROi-qpn3sJ4tYT0GKZ1PuOc,1487
|
|
14
14
|
odoo/addons/account_statement_import_sheet_file/models/__init__.py,sha256=RsEvd89lQS7V0Mlk6D6FAWyOMDRd8YD0d9i4Xc-XcDo,240
|
|
15
15
|
odoo/addons/account_statement_import_sheet_file/models/account_journal.py,sha256=F4_deAvNErZ6o1gkw9uhDrEnHyWXUKNvk09mzCVzTIw,562
|
|
16
16
|
odoo/addons/account_statement_import_sheet_file/models/account_statement_import.py,sha256=KWDYgO9-C1ZAF7JO9Qlq2ghROcJIwKhGp1CueTnA368,1932
|
|
17
|
-
odoo/addons/account_statement_import_sheet_file/models/account_statement_import_sheet_mapping.py,sha256=
|
|
18
|
-
odoo/addons/account_statement_import_sheet_file/models/account_statement_import_sheet_parser.py,sha256=
|
|
17
|
+
odoo/addons/account_statement_import_sheet_file/models/account_statement_import_sheet_mapping.py,sha256=5TY9PwEDJhBCKDDpNR0NQI33vIs4W16ZIkPnhcDDj-Q,9281
|
|
18
|
+
odoo/addons/account_statement_import_sheet_file/models/account_statement_import_sheet_parser.py,sha256=GDmW5HP01IRFFLs3bDY6_rfvHzIQVkZ8mMO3VBWcbgo,17541
|
|
19
19
|
odoo/addons/account_statement_import_sheet_file/readme/CONFIGURE.rst,sha256=imX9sFGbzYnr4I07MZvHBZyyhBm8pLZ6AmpKNVY6zR4,213
|
|
20
|
-
odoo/addons/account_statement_import_sheet_file/readme/CONTRIBUTORS.rst,sha256=
|
|
20
|
+
odoo/addons/account_statement_import_sheet_file/readme/CONTRIBUTORS.rst,sha256=p_306T6JGwwGRrmm49r5iD5qWDZbKMdwoE6S04PdN-c,520
|
|
21
21
|
odoo/addons/account_statement_import_sheet_file/readme/DESCRIPTION.rst,sha256=lHrjCbQdpNU9QhA9vwxyRgJWJHk87YujRn6P8L2Ha3A,86
|
|
22
22
|
odoo/addons/account_statement_import_sheet_file/readme/HISTORY.rst,sha256=XHPod20o8aWCowA99NgcDKgl7r8v41_wy_MXxLhTKNQ,268
|
|
23
23
|
odoo/addons/account_statement_import_sheet_file/readme/USAGE.rst,sha256=5wVe6CMUaGqAsE-yxAuc03YSxIFnRQ9mHeFkw-UBI68,184
|
|
24
24
|
odoo/addons/account_statement_import_sheet_file/security/ir.model.access.csv,sha256=ofB5jVirJJ3FQ-uWfKFD-DIg8Lh9bYLaUDQWnb9MkgM,685
|
|
25
25
|
odoo/addons/account_statement_import_sheet_file/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
26
|
-
odoo/addons/account_statement_import_sheet_file/static/description/index.html,sha256=
|
|
26
|
+
odoo/addons/account_statement_import_sheet_file/static/description/index.html,sha256=nzve1szWeZ-7wRjd5d22ygtQQuqvdjviVNANUvahHT0,15515
|
|
27
27
|
odoo/addons/account_statement_import_sheet_file/tests/__init__.py,sha256=f7vTpmONnfbbcMp5wZ1p7muSkyLC2vcDONaw2VGyiBw,121
|
|
28
|
-
odoo/addons/account_statement_import_sheet_file/tests/test_account_statement_import_sheet_file.py,sha256=
|
|
28
|
+
odoo/addons/account_statement_import_sheet_file/tests/test_account_statement_import_sheet_file.py,sha256=PkXANUAenVSGLZwT3CtMBnPqWUUi9ccwDUWsjOpw_4Q,31320
|
|
29
29
|
odoo/addons/account_statement_import_sheet_file/tests/fixtures/balance.csv,sha256=-7VrGM_IbKhOJzbX-bUMIsnd99uDIBkalTytlj2jVtk,209
|
|
30
30
|
odoo/addons/account_statement_import_sheet_file/tests/fixtures/debit_credit.csv,sha256=AaVQ9G5gqsLhxtAsYXCmFCTxpBPonKA1uxy7ue5gYYE,223
|
|
31
31
|
odoo/addons/account_statement_import_sheet_file/tests/fixtures/debit_credit_amount.csv,sha256=y-VoBcF_7WaUZhnmOqSuCv7ElCKSHRbsqKWpCH49Ams,369
|
|
32
|
+
odoo/addons/account_statement_import_sheet_file/tests/fixtures/empty_lines_statement.csv,sha256=xdz79S_wAaS4gbUWHuB-AbRSBMsVszmbjDHQ3Mw-6Cg,307
|
|
32
33
|
odoo/addons/account_statement_import_sheet_file/tests/fixtures/empty_statement_en.csv,sha256=rSO7KWfNGFl4Npw2HisF6Ke3Sbj2MVnzbTxKhovoxS8,83
|
|
33
34
|
odoo/addons/account_statement_import_sheet_file/tests/fixtures/empty_statement_en.xlsx,sha256=GHF5ZWjQNgyPGlHlxgtO4bRbMG4S18O5g5tkPPq9pPg,9041
|
|
34
35
|
odoo/addons/account_statement_import_sheet_file/tests/fixtures/meta_data_separated_credit_debit.csv,sha256=bP9oAVsyozBXsT1nfQ4sw9c0Y-YPdEk8TOPxoUrQSIE,512
|
|
@@ -41,10 +42,11 @@ odoo/addons/account_statement_import_sheet_file/tests/fixtures/sample_statement_
|
|
|
41
42
|
odoo/addons/account_statement_import_sheet_file/tests/fixtures/sample_statement_en.csv,sha256=6WexRDEog728ur2DK7J_xI056FCrX5CkB-3xK6LixAM,265
|
|
42
43
|
odoo/addons/account_statement_import_sheet_file/tests/fixtures/sample_statement_en.xlsx,sha256=eOpaIIiKh6hTE_ebGwCgIaJBpoehKEQAqrXjHiMklVQ,5101
|
|
43
44
|
odoo/addons/account_statement_import_sheet_file/tests/fixtures/sample_statement_en_empty_values.xlsx,sha256=hNsBB9zBQG11On56axs8nZRrzff9d6DFVyQGsyuRb_M,6501
|
|
45
|
+
odoo/addons/account_statement_import_sheet_file/tests/fixtures/sample_statement_offsets.xlsx,sha256=zfuCnPrKeXQmZ3VV3FgdMY59ZDt7WOQx5PYNchNbUp0,5993
|
|
44
46
|
odoo/addons/account_statement_import_sheet_file/views/account_journal_views.xml,sha256=iROLliBEfXvtXNsyHg5Ycvx9Rw9uuNWaXxdJsk8V1V4,670
|
|
45
47
|
odoo/addons/account_statement_import_sheet_file/views/account_statement_import.xml,sha256=KhgiMxHjI5tq1RlkmDYOhejqrxN4mXLc5nT9EM9gQ5s,842
|
|
46
|
-
odoo/addons/account_statement_import_sheet_file/views/account_statement_import_sheet_mapping.xml,sha256=
|
|
47
|
-
odoo_addon_account_statement_import_sheet_file-16.0.1.
|
|
48
|
-
odoo_addon_account_statement_import_sheet_file-16.0.1.
|
|
49
|
-
odoo_addon_account_statement_import_sheet_file-16.0.1.
|
|
50
|
-
odoo_addon_account_statement_import_sheet_file-16.0.1.
|
|
48
|
+
odoo/addons/account_statement_import_sheet_file/views/account_statement_import_sheet_mapping.xml,sha256=elKRDmvg21mpbHlfrI1LuIjEGaJei2FX6JxF1KQo2IY,7262
|
|
49
|
+
odoo_addon_account_statement_import_sheet_file-16.0.1.2.0.dist-info/METADATA,sha256=swTjnnRah0w4tt1qDhdlZAKeACxEqDxawQsVXTZcDpc,5256
|
|
50
|
+
odoo_addon_account_statement_import_sheet_file-16.0.1.2.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
51
|
+
odoo_addon_account_statement_import_sheet_file-16.0.1.2.0.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
52
|
+
odoo_addon_account_statement_import_sheet_file-16.0.1.2.0.dist-info/RECORD,,
|