mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
88ffbe507879ccbfd017b9d8f64a99ab57e8088d
When coming from Odoo 8.0 with `account_payment` module installed, you have 2 record rules for accesing payment orders and lines:9e8f70e484/addons/account_payment/security/account_payment_security.xml (L16-L28)so we need to convert them to the new existing rules for not having duplicates, or remove them:8b6300243a/account_payment_order/security/payment_security.xml (L17-L27)I have decided to rename the XML-IDs for preserving the old ones.
OCA banking payment addons for Odoo
On version 9.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_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
-
Other features can now be found in these repositories:
Available addons
| addon | version | maintainers | summary |
|---|---|---|---|
| account_banking_mandate | 9.0.2.0.0 | Banking mandates | |
| account_banking_mandate_sale | 9.0.1.0.0 | Adds mandates on sale orders | |
| account_banking_pain_base | 9.0.1.0.0 | Base module for PAIN file generation | |
| account_banking_sepa_credit_transfer | 9.0.1.0.0 | Create SEPA XML files for Credit Transfers | |
| account_banking_sepa_direct_debit | 9.0.1.0.0 | Create SEPA files for Direct Debit | |
| account_payment_mode | 9.0.1.0.1 | Account Payment Mode | |
| account_payment_order | 9.0.1.4.0 | Account Payment Order | |
| account_payment_order_return | 9.0.1.0.0 | Account Payment Order Return | |
| account_payment_partner | 9.0.1.1.0 | Adds payment mode on partners and invoices | |
| account_payment_purchase | 9.0.1.0.0 | Adds Bank Account and Payment Mode on Purchase Orders | |
| account_payment_sale | 9.0.1.0.0 | Adds payment mode on sale orders | |
| account_payment_transfer_reconcile_batch | 9.0.1.0.0 | Batch Reconciliation for transfer moves | |
| portal_payment_mode | 9.0.1.0.0 | Adds payment mode ACL's for portal users |
Unported addons
| addon | version | maintainers | summary |
|---|---|---|---|
| account_banking_tests | 8.0.0.1.0 (unported) | Banking Addons - Tests | |
| account_import_line_multicurrency_extension | 8.0.1.1.0 (unported) | Add an improved view for move line import in bank statement | |
| account_payment_blocking | 8.0.1.0.0 (unported) | Prevent invoices under litigation to be proposed in payment orders. | |
| account_payment_mode_term | 8.0.0.1.2 (unported) | Account Banking - Payments Term Filter | |
| account_voucher_killer | 8.0.1.0.0 (unported) | Accounting voucher killer | |
| bank_statement_instant_voucher | 1.0r028 (unported) | Bank statement instant voucher |
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.
Description
Languages
Python
58.9%
HTML
41%
