mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-23 06:12:07 +02:00
9 lines
329 B
Python
9 lines
329 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import account_payment_register
|
|
from . import mail_compose_message
|
|
from . import payment_provider_onboarding_wizard
|
|
from . import payment_link_wizard
|
|
from . import sale_make_invoice_advance
|
|
from . import sale_order_cancel
|