mirror of
https://github.com/bringout/oca-ocb-technical.git
synced 2026-04-20 09:52:03 +02:00
9 lines
301 B
Python
9 lines
301 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import models
|
|
from . import tools
|
|
|
|
# compatibility imports
|
|
from odoo.addons.iap.tools.iap_tools import iap_jsonrpc as jsonrpc
|
|
from odoo.addons.iap.tools.iap_tools import InsufficientCreditError
|