mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-24 04:12:07 +02:00
10 lines
265 B
Python
10 lines
265 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from . import account_move
|
|
from . import event_event
|
|
from . import event_registration
|
|
from . import event_ticket
|
|
from . import sale_order
|
|
from . import product
|
|
from . import sale_order_template_line
|
|
from . import sale_order_template_option
|