Alexandre Fayolle 2e2d8778bf protect import of external dependencies
Odoo won't install an addon if the external dependencies are not met.
However, the python modules of the addons are imported at startup, and the
lack of an external dependency for an external addon will cause a crash,
therefore the import needs to be in a try..except block.

Conflicts:
	account_banking_sepa_credit_transfer/models/account_banking_sepa.py
	account_banking_sepa_direct_debit/models/banking_export_sdd.py
2015-03-25 09:19:27 +01:00
2014-07-14 16:10:57 +02:00
2014-08-21 10:33:46 -04:00
2014-08-21 10:33:46 -04:00
2014-08-21 10:53:20 -04:00

Build Status Coverage Status

Banking addons for OpenERP

This project focuses on in- and export of banking communication. The indentation below indicates the dependency graph of the main modules.

  • account_banking_payment_export - Basic export functionality of payment orders

    • account_banking_sepa_credit_transfer - Export of payment orders in SEPA format

    • account_direct_debit - Debit order infrastructure analogous to Odoo native payment orders

      • account_banking_sepa_direct_debit - Export of debit orders in SEPA format
  • account_banking - Infrastructure for importing bank statements in various formats and custom (manual) reconciliation functionality. While advanced, this functionality will be deprecated in Odoo 8.0 in favour of (an extension of) the new, native reconciliation functionality.

    • account_banking_camt - Import of bank statements in the SEPA CAMT.053 format

A number of other modules are available for legacy format bank statement files.


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.

http://odoo-community.org/

Description
Odoo Electronic Payment
Readme 46 MiB
Languages
Python 58.9%
HTML 41%