mirror of
https://github.com/bringout/oca-payment.git
synced 2026-04-24 16:02:05 +02:00
Restructure: move packages from packages/ subdirectory to root
Flattened directory structure by moving payment packages from redundant packages/ subdirectory to the root level of oca-payment repository. Changes: - Moved odoo-bringout-oca-payment-* from packages/ to root - Updated CLAUDE.md to reflect new flat structure - Removed redundant packages/ directory 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
99c650f4f5
commit
7f7e88ab3d
202 changed files with 1 additions and 1 deletions
|
|
@ -0,0 +1,2 @@
|
|||
This module adds several options on Payment Modes, cf Invoicing/Accounting >
|
||||
Configuration > Management > Payment Modes.
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
* Stéphane Bidoul <stephane.bidoul@acsone.eu>
|
||||
* Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
* Adrien Peiffer <adrien.peiffer@acsone.eu>
|
||||
* Stefan Rijnhart
|
||||
* Laurent Mignon <laurent.mignon@acsone.eu>
|
||||
* Alexandre Fayolle
|
||||
* Danimar Ribeiro
|
||||
* Erwin van der Ploeg
|
||||
* Raphaël Valyi
|
||||
* Sandy Carter
|
||||
* Angel Moya <angel.moya@domatix.com>
|
||||
* Jose María Alzaga <jose.alzaga@aselcis.com>
|
||||
* Meyomesse Gilles <meyomesse.gilles@gmail.com>
|
||||
* Denis Roussel <denis.roussel@acsone.eu>
|
||||
|
||||
* `DynApps <https://www.dynapps.be>`_:
|
||||
|
||||
* Raf Ven <raf.ven@dynapps.be>
|
||||
* Andrea Stirpe <a.stirpe@onestein.nl>
|
||||
* `Jarsa <https://www.jarsa.com.mx>`_:
|
||||
|
||||
* Alan Ramos <alan.ramos@jarsa.com.mx>
|
||||
* `Tecnativa <https://www.tecnativa.com>`_:
|
||||
|
||||
* Pedro M. Baeza
|
||||
* Carlos Dauden
|
||||
* Carlos Roca
|
||||
|
||||
* `Open Source Integrators <https://www.opensourceintegrators.com>`_:
|
||||
|
||||
* Ammar Officewala <aofficewala@opensourceintegrators.com>
|
||||
* Marçal Isern <marsal.isern@qubiq.es>
|
||||
* Luc De Meyer <luc.demeyer@noviat.com> (https://noviat.com)
|
||||
|
|
@ -0,0 +1 @@
|
|||
This module adds support for payment orders and debit orders.
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
This module depends on:
|
||||
|
||||
* account_payment_partner
|
||||
* base_iban
|
||||
* document
|
||||
|
||||
This modules is part of the OCA/bank-payment suite.
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
You can create a Payment order via the menu Invoicing/Accounting > Vendors > Payment Orders and then select the move lines to pay.
|
||||
|
||||
You can create a Debit order via the menu Invoicing/Accounting > Customers > Debit Orders and then select the move lines to debit.
|
||||
|
||||
This module also adds an action *Add to Payment Order* on supplier invoices and *Add to Debit Order* on customer invoices.
|
||||
|
||||
You can print a Payment order via the menu Invoicing/Accounting > Vendors > Payment Orders and then select the payment order to print.
|
||||
|
||||
You can set a transfer journal via Accounting Settings or on the Payment Mode.
|
||||
If there is no transfer journal, the bank journal itself will be used for the journal entry
|
||||
created when confirming a payment order.
|
||||
Loading…
Add table
Add a link
Reference in a new issue