Browse Source

Merge PR #329 into 12.0

Signed-off-by alexey-pelykh
12.0
OCA-git-bot 4 years ago
parent
commit
f211862ca8
  1. 5
      account_bank_statement_import_online_paypal/__manifest__.py
  2. 2
      account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py
  3. 2
      account_bank_statement_import_online_paypal/readme/DESCRIPTION.rst
  4. 2
      account_bank_statement_import_online_paypal/tests/test_account_bank_statement_import_online_paypal.py
  5. 2
      account_bank_statement_import_online_paypal/views/online_bank_statement_provider.xml

5
account_bank_statement_import_online_paypal/__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: PayPal.com',
'version': '12.0.1.1.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_paypal/models/online_bank_statement_provider_paypal.py

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

2
account_bank_statement_import_online_paypal/readme/DESCRIPTION.rst

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

2
account_bank_statement_import_online_paypal/tests/test_account_bank_statement_import_online_paypal.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_paypal/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