9 lines
224 B
Python
9 lines
224 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import purchase
|
|
from . import res_company
|
|
from . import sale
|
|
from . import stock
|
|
from . import stock_replenish_mixin
|