blob: e52ad6f83e3b2dc1d616b5ecf0db1c454aa27f38 (
plain)
1
2
3
4
5
6
|
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import controllers
from . import models
from odoo.addons.payment.models.payment_acquirer import create_missing_journal_for_acquirers
|