Browse Source

[REBRAND] account_bank_statement_import_online_transferwise

12.0
Alexey Pelykh 4 years ago
parent
commit
9a73962f75
  1. 5
      account_bank_statement_import_online_transferwise/__manifest__.py
  2. 2
      account_bank_statement_import_online_transferwise/models/online_bank_statement_provider_transferwise.py
  3. 2
      account_bank_statement_import_online_transferwise/readme/CONTRIBUTORS.rst
  4. 2
      account_bank_statement_import_online_transferwise/readme/DESCRIPTION.rst
  5. 2
      account_bank_statement_import_online_transferwise/tests/test_account_bank_statement_import_online_transferwise.py
  6. 2
      account_bank_statement_import_online_transferwise/views/online_bank_statement_provider.xml

5
account_bank_statement_import_online_transferwise/__manifest__.py

@ -1,13 +1,12 @@
# Copyright 2019 Brainbean Apps (https://brainbeanapps.com)
# Copyright 2019 Dataplug (https://dataplug.io)
# Copyright 2020 CorporateHub (https://corporatehub.eu)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
'name': 'Online Bank Statements: TransferWise.com',
'version': '12.0.1.0.0',
'author':
'Brainbean Apps, '
'Dataplug, '
'CorporateHub, '
'Odoo Community Association (OCA)',
'maintainers': ['alexey-pelykh'],
'website': 'https://github.com/OCA/bank-statement-import/',

2
account_bank_statement_import_online_transferwise/models/online_bank_statement_provider_transferwise.py

@ -1,5 +1,5 @@
# Copyright 2019 Brainbean Apps (https://brainbeanapps.com)
# Copyright 2019 Dataplug (https://dataplug.io)
# Copyright 2020 CorporateHub (https://corporatehub.eu)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from dateutil.relativedelta import relativedelta

2
account_bank_statement_import_online_transferwise/readme/CONTRIBUTORS.rst

@ -1 +1 @@
* Alexey Pelykh <alexey.pelykh@brainbeanapps.com>
* Alexey Pelykh <alexey.pelykh@corphub.eu> (`CorporateHub <https://corporatehub.eu/>`__)

2
account_bank_statement_import_online_transferwise/readme/DESCRIPTION.rst

@ -1,2 +1,4 @@
This module provides online bank statements from
`TransferWise.com <https://transferwise.com/>`_.
For support please contact `CorporateHub <mailto:support@corphub.eu>`__.

2
account_bank_statement_import_online_transferwise/tests/test_account_bank_statement_import_online_transferwise.py

@ -1,5 +1,5 @@
# Copyright 2019 Brainbean Apps (https://brainbeanapps.com)
# Copyright 2019 Dataplug (https://dataplug.io)
# Copyright 2020 CorporateHub (https://corporatehub.eu)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from datetime import datetime

2
account_bank_statement_import_online_transferwise/views/online_bank_statement_provider.xml

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2019 Brainbean Apps (https://brainbeanapps.com)
Copyright 2019 Dataplug (https://dataplug.io)
Copyright 2020 CorporateHub (https://corporatehub.eu)
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
-->
<odoo>

Loading…
Cancel
Save