odoo-addon-account-statement-import-camt 16.0.1.0.2.1__py3-none-any.whl → 17.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 (37) hide show
  1. odoo/addons/account_statement_import_camt/README.rst +26 -19
  2. odoo/addons/account_statement_import_camt/__manifest__.py +1 -1
  3. odoo/addons/account_statement_import_camt/i18n/account_statement_import_camt.pot +23 -34
  4. odoo/addons/account_statement_import_camt/i18n/de.po +30 -34
  5. odoo/addons/account_statement_import_camt/i18n/es.po +28 -32
  6. odoo/addons/account_statement_import_camt/i18n/fa.po +30 -34
  7. odoo/addons/account_statement_import_camt/i18n/fi.po +30 -34
  8. odoo/addons/account_statement_import_camt/i18n/fr.po +30 -34
  9. odoo/addons/account_statement_import_camt/i18n/fr_CH.po +30 -34
  10. odoo/addons/account_statement_import_camt/i18n/gl.po +30 -34
  11. odoo/addons/account_statement_import_camt/i18n/hr.po +32 -36
  12. odoo/addons/account_statement_import_camt/i18n/it.po +54 -58
  13. odoo/addons/account_statement_import_camt/i18n/lt_LT.po +32 -36
  14. odoo/addons/account_statement_import_camt/i18n/nb_NO.po +30 -34
  15. odoo/addons/account_statement_import_camt/i18n/nl.po +30 -34
  16. odoo/addons/account_statement_import_camt/i18n/pt_BR.po +30 -34
  17. odoo/addons/account_statement_import_camt/i18n/pt_PT.po +30 -34
  18. odoo/addons/account_statement_import_camt/i18n/sl.po +32 -36
  19. odoo/addons/account_statement_import_camt/models/__init__.py +2 -4
  20. odoo/addons/account_statement_import_camt/models/account_journal.py +1 -3
  21. odoo/addons/account_statement_import_camt/models/account_statement_import.py +1 -1
  22. odoo/addons/account_statement_import_camt/models/{parser.py → account_statement_import_camt_parser.py} +16 -21
  23. odoo/addons/account_statement_import_camt/readme/CONTRIBUTORS.md +15 -0
  24. odoo/addons/account_statement_import_camt/readme/{CREDITS.rst → CREDITS.md} +2 -1
  25. odoo/addons/account_statement_import_camt/static/description/index.html +22 -21
  26. odoo/addons/account_statement_import_camt/test_files/golden-camt053-txdtls.pydata +2 -2
  27. odoo/addons/account_statement_import_camt/tests/test_import_bank_statement.py +8 -9
  28. {odoo_addon_account_statement_import_camt-16.0.1.0.2.1.dist-info → odoo_addon_account_statement_import_camt-17.0.1.0.0.2.dist-info}/METADATA +32 -25
  29. odoo_addon_account_statement_import_camt-17.0.1.0.0.2.dist-info/RECORD +45 -0
  30. {odoo_addon_account_statement_import_camt-16.0.1.0.2.1.dist-info → odoo_addon_account_statement_import_camt-17.0.1.0.0.2.dist-info}/WHEEL +1 -1
  31. odoo_addon_account_statement_import_camt-17.0.1.0.0.2.dist-info/top_level.txt +1 -0
  32. odoo/addons/account_statement_import_camt/models/account_bank_statement_line.py +0 -27
  33. odoo/addons/account_statement_import_camt/models/bank_statement.py +0 -13
  34. odoo/addons/account_statement_import_camt/readme/CONTRIBUTORS.rst +0 -9
  35. odoo_addon_account_statement_import_camt-16.0.1.0.2.1.dist-info/RECORD +0 -47
  36. odoo_addon_account_statement_import_camt-16.0.1.0.2.1.dist-info/top_level.txt +0 -1
  37. /odoo/addons/account_statement_import_camt/readme/{DESCRIPTION.rst → DESCRIPTION.md} +0 -0
@@ -7,7 +7,7 @@ CAMT Format Bank Statements Import
7
7
  !! This file is generated by oca-gen-addon-readme !!
8
8
  !! changes will be overwritten. !!
9
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:5ffe9c10ed054fd24dee2d72407455312658c557b4578cf842c7291a58d4d0c8
10
+ !! source digest: sha256:a1b71f36ee91c7d89b3cf754ba711cd5d8e50cfb7f9742a9153ca74ce043d458
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -17,13 +17,13 @@ CAMT Format Bank Statements Import
17
17
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18
18
  :alt: License: AGPL-3
19
19
  .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fbank--statement--import-lightgray.png?logo=github
20
- :target: https://github.com/OCA/bank-statement-import/tree/16.0/account_statement_import_camt
20
+ :target: https://github.com/OCA/bank-statement-import/tree/17.0/account_statement_import_camt
21
21
  :alt: OCA/bank-statement-import
22
22
  .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23
- :target: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_camt
23
+ :target: https://translation.odoo-community.org/projects/bank-statement-import-17-0/bank-statement-import-17-0-account_statement_import_camt
24
24
  :alt: Translate me on Weblate
25
25
  .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26
- :target: https://runboat.odoo-community.org/builds?repo=OCA/bank-statement-import&target_branch=16.0
26
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/bank-statement-import&target_branch=17.0
27
27
  :alt: Try me on Runboat
28
28
 
29
29
  |badge1| |badge2| |badge3| |badge4| |badge5|
@@ -41,7 +41,7 @@ Bug Tracker
41
41
  Bugs are tracked on `GitHub Issues <https://github.com/OCA/bank-statement-import/issues>`_.
42
42
  In case of trouble, please check there if your issue has already been reported.
43
43
  If you spotted it first, help us to smash it by providing a detailed and welcomed
44
- `feedback <https://github.com/OCA/bank-statement-import/issues/new?body=module:%20account_statement_import_camt%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
44
+ `feedback <https://github.com/OCA/bank-statement-import/issues/new?body=module:%20account_statement_import_camt%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
45
45
 
46
46
  Do not contact contributors directly about support or help with technical issues.
47
47
 
@@ -49,30 +49,37 @@ Credits
49
49
  =======
50
50
 
51
51
  Authors
52
- ~~~~~~~
52
+ -------
53
53
 
54
54
  * Therp BV
55
55
 
56
56
  Contributors
57
- ~~~~~~~~~~~~
57
+ ------------
58
58
 
59
- * Holger Brunn <hbrunn@therp.nl>
60
- * Stefan Rijnhart <stefan.rijnhart@opener.amsterdam>
61
- * Ronald Portier <rportier@therp.nl>
62
- * Andrea Stirpe <a.stirpe@onestein.nl>
63
- * Maxence Groine <mgroine@fiefmanage.ch>
64
- * Iryna Vyshnevska <i.vyshnevska@mobilunity.com>
65
- * `Trobz <https://trobz.com>`_:
59
+ - Holger Brunn <mail@hunki-enterprises.com>
66
60
 
67
- * Son Ho <sonhd@trobz.com>
61
+ - Stefan Rijnhart <stefan.rijnhart@opener.amsterdam>
62
+
63
+ - Ronald Portier <rportier@therp.nl>
64
+
65
+ - Andrea Stirpe <a.stirpe@onestein.nl>
66
+
67
+ - Maxence Groine <mgroine@fiefmanage.ch>
68
+
69
+ - Iryna Vyshnevska <i.vyshnevska@mobilunity.com>
70
+
71
+ - `Trobz <https://trobz.com>`__:
72
+
73
+ - Son Ho <sonhd@trobz.com>
68
74
 
69
75
  Other credits
70
- ~~~~~~~~~~~~~
76
+ -------------
71
77
 
72
- The migration of this module from 15.0 to 16.0 was financially supported by Camptocamp
78
+ The migration of this module from 15.0 to 16.0 was financially supported
79
+ by Camptocamp
73
80
 
74
81
  Maintainers
75
- ~~~~~~~~~~~
82
+ -----------
76
83
 
77
84
  This module is maintained by the OCA.
78
85
 
@@ -84,6 +91,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
84
91
  mission is to support the collaborative development of Odoo features and
85
92
  promote its widespread use.
86
93
 
87
- This module is part of the `OCA/bank-statement-import <https://github.com/OCA/bank-statement-import/tree/16.0/account_statement_import_camt>`_ project on GitHub.
94
+ This module is part of the `OCA/bank-statement-import <https://github.com/OCA/bank-statement-import/tree/17.0/account_statement_import_camt>`_ project on GitHub.
88
95
 
89
96
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
@@ -2,7 +2,7 @@
2
2
  # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
3
3
  {
4
4
  "name": "CAMT Format Bank Statements Import",
5
- "version": "16.0.1.0.2",
5
+ "version": "17.0.1.0.0",
6
6
  "license": "AGPL-3",
7
7
  "author": "Therp BV, Odoo Community Association (OCA)",
8
8
  "website": "https://github.com/OCA/bank-statement-import",
@@ -4,7 +4,7 @@
4
4
  #
5
5
  msgid ""
6
6
  msgstr ""
7
- "Project-Id-Version: Odoo Server 16.0\n"
7
+ "Project-Id-Version: Odoo Server 17.0\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
9
  "Last-Translator: \n"
10
10
  "Language-Team: \n"
@@ -20,36 +20,25 @@ msgstr ""
20
20
 
21
21
  #. module: account_statement_import_camt
22
22
  #. odoo-python
23
- #: code:addons/account_statement_import_camt/models/parser.py:0
23
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
24
24
  #, python-format
25
25
  msgid "Account Servicer Reference"
26
26
  msgstr ""
27
27
 
28
28
  #. module: account_statement_import_camt
29
29
  #. odoo-python
30
- #: code:addons/account_statement_import_camt/models/parser.py:0
31
- #: code:addons/account_statement_import_camt/models/parser.py:0
30
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
32
31
  #, python-format
33
32
  msgid "Additional Entry Information"
34
33
  msgstr ""
35
34
 
36
35
  #. module: account_statement_import_camt
37
36
  #. odoo-python
38
- #: code:addons/account_statement_import_camt/models/parser.py:0
37
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
39
38
  #, python-format
40
39
  msgid "Additional Transaction Information"
41
40
  msgstr ""
42
41
 
43
- #. module: account_statement_import_camt
44
- #: model:ir.model,name:account_statement_import_camt.model_account_bank_statement
45
- msgid "Bank Statement"
46
- msgstr ""
47
-
48
- #. module: account_statement_import_camt
49
- #: model:ir.model,name:account_statement_import_camt.model_account_bank_statement_line
50
- msgid "Bank Statement Line"
51
- msgstr ""
52
-
53
42
  #. module: account_statement_import_camt
54
43
  #: model_terms:ir.ui.view,arch_db:account_statement_import_camt.account_statement_import_view
55
44
  msgid "CAMT"
@@ -57,21 +46,21 @@ msgstr ""
57
46
 
58
47
  #. module: account_statement_import_camt
59
48
  #. odoo-python
60
- #: code:addons/account_statement_import_camt/models/parser.py:0
49
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
61
50
  #, python-format
62
51
  msgid "Cheque Number"
63
52
  msgstr ""
64
53
 
65
54
  #. module: account_statement_import_camt
66
55
  #. odoo-python
67
- #: code:addons/account_statement_import_camt/models/parser.py:0
56
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
68
57
  #, python-format
69
58
  msgid "Communication"
70
59
  msgstr ""
71
60
 
72
61
  #. module: account_statement_import_camt
73
62
  #. odoo-python
74
- #: code:addons/account_statement_import_camt/models/parser.py:0
63
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
75
64
  #, python-format
76
65
  msgid "End To End Id"
77
66
  msgstr ""
@@ -83,7 +72,7 @@ msgstr ""
83
72
 
84
73
  #. module: account_statement_import_camt
85
74
  #. odoo-python
86
- #: code:addons/account_statement_import_camt/models/parser.py:0
75
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
87
76
  #, python-format
88
77
  msgid "Instructed Id"
89
78
  msgstr ""
@@ -95,105 +84,105 @@ msgstr ""
95
84
 
96
85
  #. module: account_statement_import_camt
97
86
  #. odoo-python
98
- #: code:addons/account_statement_import_camt/models/parser.py:0
87
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
99
88
  #, python-format
100
89
  msgid "Mandate Id"
101
90
  msgstr ""
102
91
 
103
92
  #. module: account_statement_import_camt
104
93
  #. odoo-python
105
- #: code:addons/account_statement_import_camt/models/parser.py:0
94
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
106
95
  #, python-format
107
96
  msgid "Msg Id"
108
97
  msgstr ""
109
98
 
110
99
  #. module: account_statement_import_camt
111
100
  #. odoo-python
112
- #: code:addons/account_statement_import_camt/models/parser.py:0
101
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
113
102
  #, python-format
114
103
  msgid "Partner Account Number"
115
104
  msgstr ""
116
105
 
117
106
  #. module: account_statement_import_camt
118
107
  #. odoo-python
119
- #: code:addons/account_statement_import_camt/models/parser.py:0
108
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
120
109
  #, python-format
121
110
  msgid "Partner Name"
122
111
  msgstr ""
123
112
 
124
113
  #. module: account_statement_import_camt
125
114
  #. odoo-python
126
- #: code:addons/account_statement_import_camt/models/parser.py:0
115
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
127
116
  #, python-format
128
117
  msgid "Postal Address"
129
118
  msgstr ""
130
119
 
131
120
  #. module: account_statement_import_camt
132
121
  #. odoo-python
133
- #: code:addons/account_statement_import_camt/models/parser.py:0
122
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
134
123
  #, python-format
135
124
  msgid "Reference"
136
125
  msgstr ""
137
126
 
138
127
  #. module: account_statement_import_camt
139
128
  #. odoo-python
140
- #: code:addons/account_statement_import_camt/models/parser.py:0
129
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
141
130
  #, python-format
142
131
  msgid "Return Reason Additional Information"
143
132
  msgstr ""
144
133
 
145
134
  #. module: account_statement_import_camt
146
135
  #. odoo-python
147
- #: code:addons/account_statement_import_camt/models/parser.py:0
136
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
148
137
  #, python-format
149
138
  msgid "Return Reason Code"
150
139
  msgstr ""
151
140
 
152
141
  #. module: account_statement_import_camt
153
142
  #. odoo-python
154
- #: code:addons/account_statement_import_camt/models/parser.py:0
143
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
155
144
  #, python-format
156
145
  msgid "Return Reason Code (Proprietary)"
157
146
  msgstr ""
158
147
 
159
148
  #. module: account_statement_import_camt
160
149
  #. odoo-python
161
- #: code:addons/account_statement_import_camt/models/parser.py:0
150
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
162
151
  #, python-format
163
152
  msgid "Reversal Indicator"
164
153
  msgstr ""
165
154
 
166
155
  #. module: account_statement_import_camt
167
156
  #. odoo-python
168
- #: code:addons/account_statement_import_camt/models/parser.py:0
157
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
169
158
  #, python-format
170
159
  msgid "Structured Reference"
171
160
  msgstr ""
172
161
 
173
162
  #. module: account_statement_import_camt
174
163
  #. odoo-python
175
- #: code:addons/account_statement_import_camt/models/parser.py:0
164
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
176
165
  #, python-format
177
166
  msgid "Transaction Date"
178
167
  msgstr ""
179
168
 
180
169
  #. module: account_statement_import_camt
181
170
  #. odoo-python
182
- #: code:addons/account_statement_import_camt/models/parser.py:0
171
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
183
172
  #, python-format
184
173
  msgid "Transaction Identification"
185
174
  msgstr ""
186
175
 
187
176
  #. module: account_statement_import_camt
188
177
  #. odoo-python
189
- #: code:addons/account_statement_import_camt/models/parser.py:0
178
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
190
179
  #, python-format
191
180
  msgid "Transaction Type"
192
181
  msgstr ""
193
182
 
194
183
  #. module: account_statement_import_camt
195
184
  #. odoo-python
196
- #: code:addons/account_statement_import_camt/models/parser.py:0
185
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
197
186
  #, python-format
198
187
  msgid "Unstructured Reference"
199
188
  msgstr ""
@@ -26,37 +26,25 @@ msgstr ""
26
26
 
27
27
  #. module: account_statement_import_camt
28
28
  #. odoo-python
29
- #: code:addons/account_statement_import_camt/models/parser.py:0
29
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
30
30
  #, python-format
31
31
  msgid "Account Servicer Reference"
32
32
  msgstr ""
33
33
 
34
34
  #. module: account_statement_import_camt
35
35
  #. odoo-python
36
- #: code:addons/account_statement_import_camt/models/parser.py:0
36
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
37
37
  #, python-format
38
38
  msgid "Additional Entry Information"
39
39
  msgstr ""
40
40
 
41
41
  #. module: account_statement_import_camt
42
42
  #. odoo-python
43
- #: code:addons/account_statement_import_camt/models/parser.py:0
43
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
44
44
  #, python-format
45
45
  msgid "Additional Transaction Information"
46
46
  msgstr ""
47
47
 
48
- #. module: account_statement_import_camt
49
- #: model:ir.model,name:account_statement_import_camt.model_account_bank_statement
50
- #, fuzzy
51
- msgid "Bank Statement"
52
- msgstr "Kontoauszug importieren"
53
-
54
- #. module: account_statement_import_camt
55
- #: model:ir.model,name:account_statement_import_camt.model_account_bank_statement_line
56
- #, fuzzy
57
- msgid "Bank Statement Line"
58
- msgstr "Kontoauszug importieren"
59
-
60
48
  #. module: account_statement_import_camt
61
49
  #: model_terms:ir.ui.view,arch_db:account_statement_import_camt.account_statement_import_view
62
50
  msgid "CAMT"
@@ -64,21 +52,21 @@ msgstr ""
64
52
 
65
53
  #. module: account_statement_import_camt
66
54
  #. odoo-python
67
- #: code:addons/account_statement_import_camt/models/parser.py:0
55
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
68
56
  #, python-format
69
57
  msgid "Cheque Number"
70
58
  msgstr ""
71
59
 
72
60
  #. module: account_statement_import_camt
73
61
  #. odoo-python
74
- #: code:addons/account_statement_import_camt/models/parser.py:0
62
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
75
63
  #, python-format
76
64
  msgid "Communication"
77
65
  msgstr ""
78
66
 
79
67
  #. module: account_statement_import_camt
80
68
  #. odoo-python
81
- #: code:addons/account_statement_import_camt/models/parser.py:0
69
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
82
70
  #, python-format
83
71
  msgid "End To End Id"
84
72
  msgstr ""
@@ -91,7 +79,7 @@ msgstr "Kontoauszug importieren"
91
79
 
92
80
  #. module: account_statement_import_camt
93
81
  #. odoo-python
94
- #: code:addons/account_statement_import_camt/models/parser.py:0
82
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
95
83
  #, python-format
96
84
  msgid "Instructed Id"
97
85
  msgstr ""
@@ -103,105 +91,105 @@ msgstr ""
103
91
 
104
92
  #. module: account_statement_import_camt
105
93
  #. odoo-python
106
- #: code:addons/account_statement_import_camt/models/parser.py:0
94
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
107
95
  #, python-format
108
96
  msgid "Mandate Id"
109
97
  msgstr ""
110
98
 
111
99
  #. module: account_statement_import_camt
112
100
  #. odoo-python
113
- #: code:addons/account_statement_import_camt/models/parser.py:0
101
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
114
102
  #, python-format
115
103
  msgid "Msg Id"
116
104
  msgstr ""
117
105
 
118
106
  #. module: account_statement_import_camt
119
107
  #. odoo-python
120
- #: code:addons/account_statement_import_camt/models/parser.py:0
108
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
121
109
  #, python-format
122
110
  msgid "Partner Account Number"
123
111
  msgstr ""
124
112
 
125
113
  #. module: account_statement_import_camt
126
114
  #. odoo-python
127
- #: code:addons/account_statement_import_camt/models/parser.py:0
115
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
128
116
  #, python-format
129
117
  msgid "Partner Name"
130
118
  msgstr ""
131
119
 
132
120
  #. module: account_statement_import_camt
133
121
  #. odoo-python
134
- #: code:addons/account_statement_import_camt/models/parser.py:0
122
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
135
123
  #, python-format
136
124
  msgid "Postal Address"
137
125
  msgstr ""
138
126
 
139
127
  #. module: account_statement_import_camt
140
128
  #. odoo-python
141
- #: code:addons/account_statement_import_camt/models/parser.py:0
129
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
142
130
  #, python-format
143
131
  msgid "Reference"
144
132
  msgstr ""
145
133
 
146
134
  #. module: account_statement_import_camt
147
135
  #. odoo-python
148
- #: code:addons/account_statement_import_camt/models/parser.py:0
136
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
149
137
  #, python-format
150
138
  msgid "Return Reason Additional Information"
151
139
  msgstr ""
152
140
 
153
141
  #. module: account_statement_import_camt
154
142
  #. odoo-python
155
- #: code:addons/account_statement_import_camt/models/parser.py:0
143
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
156
144
  #, python-format
157
145
  msgid "Return Reason Code"
158
146
  msgstr ""
159
147
 
160
148
  #. module: account_statement_import_camt
161
149
  #. odoo-python
162
- #: code:addons/account_statement_import_camt/models/parser.py:0
150
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
163
151
  #, python-format
164
152
  msgid "Return Reason Code (Proprietary)"
165
153
  msgstr ""
166
154
 
167
155
  #. module: account_statement_import_camt
168
156
  #. odoo-python
169
- #: code:addons/account_statement_import_camt/models/parser.py:0
157
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
170
158
  #, python-format
171
159
  msgid "Reversal Indicator"
172
160
  msgstr ""
173
161
 
174
162
  #. module: account_statement_import_camt
175
163
  #. odoo-python
176
- #: code:addons/account_statement_import_camt/models/parser.py:0
164
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
177
165
  #, python-format
178
166
  msgid "Structured Reference"
179
167
  msgstr ""
180
168
 
181
169
  #. module: account_statement_import_camt
182
170
  #. odoo-python
183
- #: code:addons/account_statement_import_camt/models/parser.py:0
171
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
184
172
  #, python-format
185
173
  msgid "Transaction Date"
186
174
  msgstr ""
187
175
 
188
176
  #. module: account_statement_import_camt
189
177
  #. odoo-python
190
- #: code:addons/account_statement_import_camt/models/parser.py:0
178
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
191
179
  #, python-format
192
180
  msgid "Transaction Identification"
193
181
  msgstr ""
194
182
 
195
183
  #. module: account_statement_import_camt
196
184
  #. odoo-python
197
- #: code:addons/account_statement_import_camt/models/parser.py:0
185
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
198
186
  #, python-format
199
187
  msgid "Transaction Type"
200
188
  msgstr ""
201
189
 
202
190
  #. module: account_statement_import_camt
203
191
  #. odoo-python
204
- #: code:addons/account_statement_import_camt/models/parser.py:0
192
+ #: code:addons/account_statement_import_camt/models/account_statement_import_camt_parser.py:0
205
193
  #, python-format
206
194
  msgid "Unstructured Reference"
207
195
  msgstr ""
@@ -224,3 +212,11 @@ msgstr ""
224
212
  #: model_terms:ir.ui.view,arch_db:account_statement_import_camt.account_statement_import_view
225
213
  msgid "zipped CAMT"
226
214
  msgstr ""
215
+
216
+ #, fuzzy
217
+ #~ msgid "Bank Statement"
218
+ #~ msgstr "Kontoauszug importieren"
219
+
220
+ #, fuzzy
221
+ #~ msgid "Bank Statement Line"
222
+ #~ msgstr "Kontoauszug importieren"