Skip to content

Commit

Permalink
remove OCA from manifest & readme since PR didn't get merged
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-demeyer committed Jan 18, 2021
1 parent fbe0239 commit 7fa60fb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 43 deletions.
29 changes: 0 additions & 29 deletions account_bank_statement_import_helper/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,6 @@ Installation

There is no specific installation procedure for this module.

Configuration and Usage
=======================

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/174/11.0

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 smash it by providing detailed and welcomed feedback.

Credits
=======

Expand All @@ -38,17 +23,3 @@ Contributors

* Luc De Meyer <[email protected]>

Maintainer
----------

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

This module is maintained by the OCA.

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.

To contribute to this module, please visit http://odoo-community.org.
22 changes: 8 additions & 14 deletions account_bank_statement_import_helper/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,12 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
'name': 'Bank statement import helper',
'version': '11.0.1.0.0',
'category': 'Accounting & Finance',
'summary': """
Generic bank statement import improvements.
""",
'author': 'Noviat,'
'Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/bank-statement-import',
'depends': [
'account_bank_statement_import',
],
'installable': True,
'license': 'AGPL-3',
"name": "Bank statement import helper",
"version": "11.0.1.0.0",
"category": "Accounting & Finance",
"author": "Noviat",
"website": "www.noviat.com",
"depends": ["account_bank_statement_import"],
"installable": True,
"license": "AGPL-3",
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7fa60fb

Please sign in to comment.