mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
* Forgot to remove a usecase of debit_denied * Add ACL * Better filters on payment.order.create wizard * Add default values for those filters on payment.mode * FIX remove coma at end of line * Add translatable 'label' field on payment.mode, designed to be used in invoice report
6 lines
108 B
Python
6 lines
108 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from . import res_partner
|
|
from . import account_invoice
|
|
from . import payment_mode
|