Update README.md (#436)

This commit is contained in:
Melroy van den Berg
2018-01-04 16:28:04 +01:00
committed by Pedro M. Baeza
parent 1268b5f09f
commit b0dac802c9

View File

@@ -8,13 +8,13 @@ OCA banking payment addons for Odoo
On version 11.0, this project focus on payment interface. The indentation below
indicates the dependency graph of the main modules.
- account_banking_payment_export - Basic export functionality of payment orders
- `account_payment_order` - Basic export functionality of payment orders
- account_banking_sepa_credit_transfer - Export of payment orders in SEPA format
- `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_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_sepa_direct_debit` - Export of debit orders in SEPA format
Other features can now be found in these repositories:
@@ -22,6 +22,9 @@ Other features can now be found in these repositories:
* https://github.com/OCA/bank-statement-reconcile
Contributing
------------
Do you want to contribute? Please read our [contributing guidelines](https://github.com/OCA/maintainer-tools/blob/master/CONTRIBUTING.md).
----