Skip to content

Commit

Permalink
[16.0][FIX] models/account_statement_import_file:
Browse files Browse the repository at this point in the history
Improve the identification of the OCA file import method
  • Loading branch information
rov-adhoc committed Dec 27, 2023
1 parent 9cb14d6 commit bbe2936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_statement_import_file/models/account_journal.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __get_bank_statements_available_sources(self):
formats_list.sort()
import_formats_str = ", ".join(formats_list)
rslt.insert(
0, ("file_import_oca", _("Import") + "(" + import_formats_str + ")")
0, ("file_import_oca", _("Import") + " Statement Sheet Mapping" + "(" + import_formats_str + ")")
)
return rslt

Expand Down

0 comments on commit bbe2936

Please sign in to comment.