7 lines
190 B
Python
7 lines
190 B
Python
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import purchase
|
||
|
from . import product
|
||
|
from . import purchase_requisition
|
||
|
from . import res_config_settings
|