mirror of
https://github.com/bringout/oca-payment.git
synced 2026-04-25 11:01:58 +02:00
Initial commit: OCA payment modules from bank-payment
- account_payment_mode: Payment methods configuration
- account_payment_partner: Link payment modes to partners
- account_payment_order: Create and manage payment orders
- account_payment_order_grouped_output: Consolidated accounting entries
Source: OCA/bank-payment branch 16.0
License: AGPL-3.0
🤖 assisted by claude
This commit is contained in:
commit
99c650f4f5
204 changed files with 77191 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
To configure this module, you need to go to the menu
|
||||
*Invoicing/Accounting > Configuration > Management > Payment Modes*.
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
* Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
* Eric Lembregts <eric@lembregts.eu>
|
||||
* Andrea Stirpe <a.stirpe@onestein.nl>
|
||||
* Marçal Isern <marsal.isern@qubiq.es>
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
This module adds a new object *account.payment.mode*, that is used to better
|
||||
classify and route incoming/outgoing payment orders with the banks.
|
||||
|
|
@ -0,0 +1 @@
|
|||
This module doesn't add any feature, but it is used by several other modules.
|
||||
Loading…
Add table
Add a link
Reference in a new issue