Browse Source

Merge PR #338 into 12.0

Signed-off-by pedrobaeza
12.0
OCA-git-bot 4 years ago
parent
commit
ce693891df
  1. 1
      account_bank_statement_import_online/data/account_bank_statement_import_online.xml
  2. 1
      account_bank_statement_import_online/models/account_journal.py
  3. 1
      account_bank_statement_import_online/models/online_bank_statement_provider.py
  4. 4
      account_bank_statement_import_online/readme/CONTRIBUTORS.rst
  5. 2
      account_bank_statement_import_online/readme/DESCRIPTION.rst
  6. 1
      account_bank_statement_import_online/security/online_bank_statement_provider.xml
  7. 1
      account_bank_statement_import_online/tests/online_bank_statement_provider_dummy.py
  8. 1
      account_bank_statement_import_online/tests/test_account_bank_statement_import_online.py
  9. 1
      account_bank_statement_import_online/views/account_journal.xml
  10. 1
      account_bank_statement_import_online/views/online_bank_statement_provider.xml
  11. 1
      account_bank_statement_import_online/wizards/online_bank_statement_pull_wizard.py
  12. 1
      account_bank_statement_import_online/wizards/online_bank_statement_pull_wizard.xml
  13. 1
      account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py
  14. 4
      account_bank_statement_import_online_paypal/readme/CONTRIBUTORS.rst
  15. 4
      account_bank_statement_import_online_paypal/readme/DESCRIPTION.rst
  16. 1
      account_bank_statement_import_online_paypal/tests/test_account_bank_statement_import_online_paypal.py
  17. 1
      account_bank_statement_import_online_paypal/views/online_bank_statement_provider.xml
  18. 1
      account_bank_statement_import_online_transferwise/models/online_bank_statement_provider_transferwise.py
  19. 4
      account_bank_statement_import_online_transferwise/readme/CONTRIBUTORS.rst
  20. 4
      account_bank_statement_import_online_transferwise/readme/DESCRIPTION.rst
  21. 1
      account_bank_statement_import_online_transferwise/tests/test_account_bank_statement_import_online_transferwise.py
  22. 1
      account_bank_statement_import_online_transferwise/views/online_bank_statement_provider.xml
  23. 3
      account_bank_statement_import_paypal/__manifest__.py
  24. 1
      account_bank_statement_import_split/models/account_bank_statement_import.py
  25. 4
      account_bank_statement_import_split/readme/CONTRIBUTORS.rst
  26. 2
      account_bank_statement_import_split/readme/DESCRIPTION.rst
  27. 1
      account_bank_statement_import_split/tests/test_account_bank_statement_import_split.py
  28. 1
      account_bank_statement_import_split/views/account_bank_statement_import.xml
  29. 8
      account_bank_statement_import_txt_xlsx/readme/CONTRIBUTORS.rst

1
account_bank_statement_import_online/data/account_bank_statement_import_online.xml

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

1
account_bank_statement_import_online/models/account_journal.py

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

1
account_bank_statement_import_online/models/online_bank_statement_provider.py

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

4
account_bank_statement_import_online/readme/CONTRIBUTORS.rst

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

2
account_bank_statement_import_online/readme/DESCRIPTION.rst

@ -1,3 +1 @@
This module provides base for building online bank statements providers.
For support please contact `CorporateHub <mailto:support@corphub.eu>`__.

1
account_bank_statement_import_online/security/online_bank_statement_provider.xml

@ -2,7 +2,6 @@
<!--
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
Copyright 2019 Brainbean Apps (https://brainbeanapps.com)
Copyright 2020 CorporateHub (https://corporatehub.eu)
-->
<odoo noupdate="1">

1
account_bank_statement_import_online/tests/online_bank_statement_provider_dummy.py

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

1
account_bank_statement_import_online/tests/test_account_bank_statement_import_online.py

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

1
account_bank_statement_import_online/views/account_journal.xml

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

1
account_bank_statement_import_online/views/online_bank_statement_provider.xml

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

1
account_bank_statement_import_online/wizards/online_bank_statement_pull_wizard.py

@ -1,5 +1,4 @@
# Copyright 2019-2020 Brainbean Apps (https://brainbeanapps.com)
# Copyright 2020 CorporateHub (https://corporatehub.eu)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from odoo import fields, models, api

1
account_bank_statement_import_online/wizards/online_bank_statement_pull_wizard.xml

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

1
account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py

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

4
account_bank_statement_import_online_paypal/readme/CONTRIBUTORS.rst

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

4
account_bank_statement_import_online_paypal/readme/DESCRIPTION.rst

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

1
account_bank_statement_import_online_paypal/tests/test_account_bank_statement_import_online_paypal.py

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

1
account_bank_statement_import_online_paypal/views/online_bank_statement_provider.xml

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

1
account_bank_statement_import_online_transferwise/models/online_bank_statement_provider_transferwise.py

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

4
account_bank_statement_import_online_transferwise/readme/CONTRIBUTORS.rst

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

4
account_bank_statement_import_online_transferwise/readme/DESCRIPTION.rst

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

1
account_bank_statement_import_online_transferwise/tests/test_account_bank_statement_import_online_transferwise.py

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

1
account_bank_statement_import_online_transferwise/views/online_bank_statement_provider.xml

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

3
account_bank_statement_import_paypal/__manifest__.py

@ -1,6 +1,7 @@
# Copyright 2014-2017 Akretion (http://www.akretion.com).
# Copyright 2019 Tecnativa - Vicent Cubells
# Copyright 2019-2020 Brainbean Apps (https://brainbeanapps.com)
# Copyright 2020 CorporateHub (https://corporatehub.eu)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
@ -11,7 +12,7 @@
'website': 'https://github.com/OCA/bank-statement-import',
'author':
'Akretion, '
'Brainbean Apps, '
'CorporateHub, '
'Odoo Community Association (OCA)',
'license': 'AGPL-3',
'installable': True,

1
account_bank_statement_import_split/models/account_bank_statement_import.py

@ -1,5 +1,4 @@
# Copyright 2019 Brainbean Apps (https://brainbeanapps.com)
# Copyright 2020 CorporateHub (https://corporatehub.eu)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from odoo import api, fields, models

4
account_bank_statement_import_split/readme/CONTRIBUTORS.rst

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

2
account_bank_statement_import_split/readme/DESCRIPTION.rst

@ -3,5 +3,3 @@ This module allows splitting statements by date during import:
* as daily statements
* as weekly statements
* as monthly statements
For support please contact `CorporateHub <mailto:support@corphub.eu>`__.

1
account_bank_statement_import_split/tests/test_account_bank_statement_import_split.py

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

1
account_bank_statement_import_split/views/account_bank_statement_import.xml

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

8
account_bank_statement_import_txt_xlsx/readme/CONTRIBUTORS.rst

@ -1,8 +1,14 @@
* Alexis de Lattre <alexis.delattre@akretion.com>
* Sebastien BEAU <sebastien.beau@akretion.com>
* Tecnativa (https://www.tecnativa.com)
* Vicent Cubells <vicent.cubells@tecnativa.com>
* Victor M.M. Torres <victor.martin@tecnativa.com>
* Eficent (https://www.eficent.com)
* Jordi Ballester Alomar <jordi.ballester@eficent.com>
* Alexey Pelykh <alexey.pelykh@corphub.eu> (`CorporateHub <https://corporatehub.eu/>`_)
* `CorporateHub <https://corporatehub.eu/>`__
* Alexey Pelykh <alexey.pelykh@corphub.eu>
Loading…
Cancel
Save