Skip to content

Commit

Permalink
[IMP] Adapt account_bank_statement_import_online to 14.0
Browse files Browse the repository at this point in the history
Also Rename account_bank_statement_import_online => account_statement_import_online
  • Loading branch information
NL66278 committed Jul 23, 2021
1 parent cf39daa commit 5d62d49
Show file tree
Hide file tree
Showing 52 changed files with 1,297 additions and 1,364 deletions.

This file was deleted.

491 changes: 0 additions & 491 deletions account_bank_statement_import_online/i18n/nl.po

This file was deleted.

This file was deleted.

This file was deleted.

132 changes: 0 additions & 132 deletions account_bank_statement_import_online/views/account_journal.xml

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Online Bank Statements
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fbank--statement--import-lightgray.png?logo=github
:target: https://github.com/OCA/bank-statement-import/tree/13.0/account_bank_statement_import_online
:target: https://github.com/OCA/bank-statement-import/tree/14.0/account_statement_import_online
:alt: OCA/bank-statement-import
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/bank-statement-import-13-0/bank-statement-import-13-0-account_bank_statement_import_online
:target: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_online
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/174/13.0
:target: https://runbot.odoo-community.org/runbot/174/14.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|
Expand Down Expand Up @@ -78,7 +78,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OCA/bank-statement-import/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 <https://github.com/OCA/bank-statement-import/issues/new?body=module:%20account_bank_statement_import_online%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OCA/bank-statement-import/issues/new?body=module:%20account_statement_import_online%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

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

Expand All @@ -97,6 +97,10 @@ Contributors

* Alexey Pelykh <[email protected]>

* `Therp BV <https://therp.nl/>`__

* Ronald Portier <[email protected]>

Maintainers
~~~~~~~~~~~

Expand All @@ -118,6 +122,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-alexey-pelykh|

This module is part of the `OCA/bank-statement-import <https://github.com/OCA/bank-statement-import/tree/13.0/account_bank_statement_import_online>`_ project on GitHub.
This module is part of the `OCA/bank-statement-import <https://github.com/OCA/bank-statement-import/tree/14.0/account_statement_import_online>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
"name": "Online Bank Statements",
"version": "13.0.1.0.0",
"version": "14.0.1.0.0",
"author": "CorporateHub, Odoo Community Association (OCA)",
"maintainers": ["alexey-pelykh"],
"website": "https://github.com/OCA/bank-statement-import",
Expand All @@ -13,11 +13,11 @@
"summary": "Online bank statements update",
"depends": [
"account",
"account_bank_statement_import",
"account_statement_import",
"web_widget_dropdown_dynamic",
],
"data": [
"data/account_bank_statement_import_online.xml",
"data/account_statement_import_online.xml",
"security/ir.model.access.csv",
"security/online_bank_statement_provider.xml",
"views/account_journal.xml",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<field name="doall" eval="False" />
<field
name="model_id"
ref="account_bank_statement_import_online.model_online_bank_statement_provider"
ref="account_statement_import_online.model_online_bank_statement_provider"
/>
<field name="code">model._scheduled_pull()</field>
</record>
Expand Down
Loading

0 comments on commit 5d62d49

Please sign in to comment.