diff --git a/account_bank_statement_import_online_ponto/README.rst b/account_bank_statement_import_online_ponto/README.rst index 8439d25..c99da51 100644 --- a/account_bank_statement_import_online_ponto/README.rst +++ b/account_bank_statement_import_online_ponto/README.rst @@ -1,6 +1,11 @@ -=============================== -Online Bank Statements: MyPonto -=============================== +=================================== +Online Bank Statements: MyPonto.com +=================================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status @@ -18,10 +23,9 @@ Online Bank Statements: MyPonto :target: https://runbot.odoo-community.org/runbot/174/12.0 :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| This module provides online bank statements from MyPonto.com. -MyPonto **Table of contents** @@ -47,7 +51,7 @@ or, alternatively: #. Open settings of the corresponding journal account #. Switch to *Bank Account* tab #. Set *Bank Feeds* to *Online* -#. Select *Qonto.eu* as online bank statements provider in +#. Select *MyPonto.com* as online bank statements provider in *Online Bank Statements (OCA)* section #. Save the bank account #. Click on provider and configure provider-specific settings. @@ -56,6 +60,9 @@ To obtain *Login* and *Key*: #. Open `MyPonto.com `_. +Check also ``account_bank_statement_import_online`` configuration instructions +for more information. + Usage ===== @@ -66,6 +73,10 @@ To pull historical bank statements: #. Launch *Actions > Online Bank Statements Pull Wizard* #. Configure date interval and click *Pull* +If historical data is not needed, then just simply wait for the scheduled +activity "Pull Online Bank Statements" to be executed for getting new +transactions. + Bug Tracker =========== @@ -84,6 +95,14 @@ Authors * Florent de Labarre +Contributors +~~~~~~~~~~~~ + +* Florent de Labarre +* `Tecnativa `__: + + * Pedro M. Baeza + Maintainers ~~~~~~~~~~~ diff --git a/account_bank_statement_import_online_ponto/models/online_bank_statement_provider_ponto.py b/account_bank_statement_import_online_ponto/models/online_bank_statement_provider_ponto.py index 2d05fcd..469c2cd 100644 --- a/account_bank_statement_import_online_ponto/models/online_bank_statement_provider_ponto.py +++ b/account_bank_statement_import_online_ponto/models/online_bank_statement_provider_ponto.py @@ -5,7 +5,6 @@ import requests import json import base64 import time -import pytz import re from datetime import datetime @@ -49,7 +48,7 @@ class OnlineBankStatementProviderPonto(models.Model): date_since, date_until, ) - return date_since.astimezone(pytz.timezone('Europe/Paris')).date() + return date_since.date() ######### # ponto # diff --git a/account_bank_statement_import_online_ponto/readme/CONFIGURE.rst b/account_bank_statement_import_online_ponto/readme/CONFIGURE.rst new file mode 100644 index 0000000..0462fa2 --- /dev/null +++ b/account_bank_statement_import_online_ponto/readme/CONFIGURE.rst @@ -0,0 +1,27 @@ +To configure online bank statements provider: + +#. Go to *Invoicing > Configuration > Bank Accounts* +#. Open bank account to configure and edit it +#. Set *Bank Feeds* to *Online* +#. Select *MyPonto.com* as online bank statements provider in + *Online Bank Statements (OCA)* section +#. Save the bank account +#. Click on provider and configure provider-specific settings. + +or, alternatively: + +#. Go to *Invoicing > Overview* +#. Open settings of the corresponding journal account +#. Switch to *Bank Account* tab +#. Set *Bank Feeds* to *Online* +#. Select *MyPonto.com* as online bank statements provider in + *Online Bank Statements (OCA)* section +#. Save the bank account +#. Click on provider and configure provider-specific settings. + +To obtain *Login* and *Key*: + +#. Open `MyPonto.com `_. + +Check also ``account_bank_statement_import_online`` configuration instructions +for more information. diff --git a/account_bank_statement_import_online_ponto/readme/CONTRIBUTORS.rst b/account_bank_statement_import_online_ponto/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000..077a3ec --- /dev/null +++ b/account_bank_statement_import_online_ponto/readme/CONTRIBUTORS.rst @@ -0,0 +1,4 @@ +* Florent de Labarre +* `Tecnativa `__: + + * Pedro M. Baeza diff --git a/account_bank_statement_import_online_ponto/readme/DESCRIPTION.rst b/account_bank_statement_import_online_ponto/readme/DESCRIPTION.rst new file mode 100644 index 0000000..28193a8 --- /dev/null +++ b/account_bank_statement_import_online_ponto/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module provides online bank statements from MyPonto.com. diff --git a/account_bank_statement_import_online_ponto/readme/USAGE.rst b/account_bank_statement_import_online_ponto/readme/USAGE.rst new file mode 100644 index 0000000..2785a20 --- /dev/null +++ b/account_bank_statement_import_online_ponto/readme/USAGE.rst @@ -0,0 +1,10 @@ +To pull historical bank statements: + +#. Go to *Invoicing > Configuration > Bank Accounts* +#. Select specific bank accounts +#. Launch *Actions > Online Bank Statements Pull Wizard* +#. Configure date interval and click *Pull* + +If historical data is not needed, then just simply wait for the scheduled +activity "Pull Online Bank Statements" to be executed for getting new +transactions. diff --git a/account_bank_statement_import_online_ponto/static/description/icon.png b/account_bank_statement_import_online_ponto/static/description/icon.png index 3a0328b..09847ed 100644 Binary files a/account_bank_statement_import_online_ponto/static/description/icon.png and b/account_bank_statement_import_online_ponto/static/description/icon.png differ diff --git a/account_bank_statement_import_online_ponto/static/description/index.html b/account_bank_statement_import_online_ponto/static/description/index.html new file mode 100644 index 0000000..88dd4fe --- /dev/null +++ b/account_bank_statement_import_online_ponto/static/description/index.html @@ -0,0 +1,468 @@ + + + + + + +Online Bank Statements: MyPonto.com + + + +
+

Online Bank Statements: MyPonto.com

+ + +

Beta License: AGPL-3 OCA/bank-statement-import Translate me on Weblate Try me on Runbot

+

This module provides online bank statements from MyPonto.com.

+

Table of contents

+ +
+

Configuration

+

To configure online bank statements provider:

+
    +
  1. Go to Invoicing > Configuration > Bank Accounts
  2. +
  3. Open bank account to configure and edit it
  4. +
  5. Set Bank Feeds to Online
  6. +
  7. Select MyPonto.com as online bank statements provider in +Online Bank Statements (OCA) section
  8. +
  9. Save the bank account
  10. +
  11. Click on provider and configure provider-specific settings.
  12. +
+

or, alternatively:

+
    +
  1. Go to Invoicing > Overview
  2. +
  3. Open settings of the corresponding journal account
  4. +
  5. Switch to Bank Account tab
  6. +
  7. Set Bank Feeds to Online
  8. +
  9. Select MyPonto.com as online bank statements provider in +Online Bank Statements (OCA) section
  10. +
  11. Save the bank account
  12. +
  13. Click on provider and configure provider-specific settings.
  14. +
+

To obtain Login and Key:

+
    +
  1. Open MyPonto.com.
  2. +
+

Check also account_bank_statement_import_online configuration instructions +for more information.

+
+
+

Usage

+

To pull historical bank statements:

+
    +
  1. Go to Invoicing > Configuration > Bank Accounts
  2. +
  3. Select specific bank accounts
  4. +
  5. Launch Actions > Online Bank Statements Pull Wizard
  6. +
  7. Configure date interval and click Pull
  8. +
+

If historical data is not needed, then just simply wait for the scheduled +activity “Pull Online Bank Statements” to be executed for getting new +transactions.

+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Florent de Labarre
  • +
+
+
+

Contributors

+
    +
  • Florent de Labarre
  • +
  • Tecnativa:
      +
    • Pedro M. Baeza
    • +
    +
  • +
+
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/bank-statement-import project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ +