Files
bank-payment/account_banking_make_deposit/models/__init__.py
2020-05-06 16:10:44 -05:00

10 lines
309 B
Python

# Copyright (C) 2011 NovaPoint Group LLC (<http://www.novapointgroup.com>)
# Copyright (C) 2004-2010 OpenERP SA (<http://www.openerp.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import (
deposit_ticket,
deposit_ticket_line,
deposit_method,
account_move_line,
)