mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-25 13:52:04 +02:00
9 lines
277 B
Python
9 lines
277 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import account_move
|
|
from . import account_move_line
|
|
from . import hr_expense
|
|
from . import hr_expense_split
|
|
from . import product_template
|
|
from . import sale_order
|
|
from . import sale_order_line
|