7 lines
175 B
Python
7 lines
175 B
Python
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
|
||
|
|
from . import account
|
||
|
|
from . import account_asset
|
||
|
|
from . import account_move
|
||
|
|
from . import product
|