Metadata-Version: 2.0
Name: odoo8-addon-l10n-ch-account-statement-base-import
Version: 8.0.1.0.1.99.dev11
Summary: Swiss bank statements import
Home-page: http://www.compassion.ch/
Author: Compassion CH, Camptocamp, Odoo Community Association (OCA)
Author-email: support@odoo-community.org
License: AGPL-3
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Odoo
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Requires-Dist: odoo (<9.0a,>=8.0a)
Requires-Dist: odoo8-addon-account-bank-statement-import-camt
Requires-Dist: wand
Requires-Dist: xlrd

.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
    :alt: License: AGPL-3

Swiss bank statements import
============================

 This module adds several import types to the module
 account_statement_base_import, in order to read swiss bank statements.
 It currently supports the following file formats :

 * .v11, .esr, .bvr formats (ESR standard) for records of type 3
   (type 4 is ready to be implemented)
 * .g11 format from Postfinance S.A. for Direct Debit records of type 2
 * XML format from Postfinance S.A.
 * .csv format from Raiffeisen Bank
 * .csv format from UBS Bank [CH-FR]

 Warning : this module requires the python library 'xlrd'.


Installation
============

To install this module, you need to add the statment import module into your addons path
https://github.com/OCA/bank-statement-import

Configuration
=============

To configure this module, you need to ensure you have a bank account related to
your company that corresponds to imported statement.


If the statement is not in the same currency that company please ensure that
both journal and account have the currency (or secondary currency) properly
set to statement currency.

Contributors
------------

* Nicolas Bessi <nicolas.bessi@camptocamp.com>
* Steve Ferry <steve.ferry1992@gmail.com>
* Emanuel Cino <ecino@compassion.ch>
* Emmanuel Mathier <emmanuel.mathier@gmail.com>

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.


