6 lines
184 B
Python
6 lines
184 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import stock_warn_insufficient_qty
|
||
|
from . import repair_warn_uncomplete_move
|