mirror of
https://github.com/bringout/oca-payment.git
synced 2026-04-24 09:02:07 +02:00
- 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
5 lines
146 B
Python
5 lines
146 B
Python
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
from .hooks import pre_init_hook
|
|
from . import models
|
|
from . import reports
|