mirror of
https://github.com/bringout/oca-payment.git
synced 2026-04-27 04:02:00 +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,22 @@
|
|||
This module adds several fields:
|
||||
|
||||
* the *Supplier Payment Mode* and *Customer Payment Mode* on Partners,
|
||||
|
||||
* the *Payment Mode* on Invoices.
|
||||
|
||||
* the *Show bank account* on Payment Mode.
|
||||
|
||||
* the *# of digits for customer bank account* on Payment Mode.
|
||||
|
||||
* the *Bank account from journals* on Payment Mode.
|
||||
|
||||
* the *Payment mode* on Invoices Analysis.
|
||||
|
||||
On a Payment Order, in the wizard *Select Invoices to Pay*, the invoices will
|
||||
be filtered per Payment Mode.
|
||||
|
||||
Allows to print in the invoice to which account number the payment
|
||||
(via SEPA direct debit) is going to be charged so the customer knows that
|
||||
information, but there are some customers that don't want that everyone
|
||||
looking at the invoice sees the full account number (and even GDPR can say a
|
||||
word about that), so that's the reason behind the several options.
|
||||
Loading…
Add table
Add a link
Reference in a new issue