Skip to content

Commit 213afc6

Browse files
committed
[19.0][MIG] l10n_es_account_statement_import_n43
1 parent 7a33ba0 commit 213afc6

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

l10n_es_account_statement_import_n43/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"name": "Importación de extractos bancarios españoles (Norma 43)",
77
"category": "Accounting & Finance",
8-
"version": "18.0.1.1.0",
8+
"version": "19.0.1.0.0",
99
"license": "AGPL-3",
1010
"development_status": "Mature",
1111
"maintainers": ["pedrobaeza"],

l10n_es_account_statement_import_n43/wizards/account_statement_import_n43.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def _parse(self, data_file):
234234
continue
235235
else: # pragma: no cover
236236
raise exceptions.ValidationError(
237-
self.env._("Record type %s is not valid.") % raw_line[0:2]
237+
self.env._("Record type {} is not valid.".format(raw_line[0:2]))
238238
)
239239
# Update the record counter
240240
st_data["_num_records"] += 1

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# generated from manifests external_dependencies
2+
chardet

0 commit comments

Comments
 (0)