Browse Source

[REBRAND] account_bank_statement_import_online_paypal

12.0
Alexey Pelykh 4 years ago
parent
commit
8c3ce4ac95
  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 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). # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{ {
'name': 'Online Bank Statements: PayPal.com', 'name': 'Online Bank Statements: PayPal.com',
'version': '12.0.1.1.0', 'version': '12.0.1.1.0',
'author': 'author':
'Brainbean Apps, '
'Dataplug, '
'CorporateHub, '
'Odoo Community Association (OCA)', 'Odoo Community Association (OCA)',
'maintainers': ['alexey-pelykh'], 'maintainers': ['alexey-pelykh'],
'website': 'https://github.com/OCA/bank-statement-import/', '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 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). # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from base64 import b64encode 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 This module provides online bank statements from
`PayPal.com <https://paypal.com/>`_. `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 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). # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from datetime import datetime 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"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
Copyright 2019 Brainbean Apps (https://brainbeanapps.com) 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). License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
--> -->
<odoo> <odoo>

Loading…
Cancel
Save