diff --git a/account_bank_statement_import_save_file/__manifest__.py b/account_bank_statement_import_save_file/__manifest__.py index 58b38d1..76aa1aa 100644 --- a/account_bank_statement_import_save_file/__manifest__.py +++ b/account_bank_statement_import_save_file/__manifest__.py @@ -8,6 +8,7 @@ 'license': 'AGPL-3', 'category': 'Banking addons', 'summary': 'Keep imported bank statements as raw data', + 'website': 'https://github.com/OCA/bank-statement-import', 'depends': [ 'account_bank_statement_import', ],