From b0dac802c97810ddfb8120f9ffd13d76cec179d3 Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Thu, 4 Jan 2018 16:28:04 +0100 Subject: [PATCH] Update README.md (#436) --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fd26d2aac..75c815be2 100644 --- a/README.md +++ b/README.md @@ -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). ----