Files
bank-payment/account_payment_order/models/__init__.py
Stéphane Bidoul (ACSONE) 179585080e [FIX] account_payment_order: unbind payment moves without deleting them
When unreconciling a bank statement line that is matched with a bank
account move lines linked to a bank.payment.line, it must be unbound,
not deleted as the standard Odoo method would do.

Note the standard Odoo method has such protection for their native
payment lines.
2016-12-03 09:26:40 +01:00

12 lines
309 B
Python

# -*- coding: utf-8 -*-
from . import account_payment_mode
from . import account_payment_order
from . import account_payment_line
from . import bank_payment_line
from . import account_move
from . import account_move_line
from . import account_invoice
from . import res_bank
from . import bank_statement_line