stock_delivery/models/__init__.py

10 lines
283 B
Python
Raw Permalink Normal View History

# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import delivery_carrier
from . import product_template
from . import sale_order
from . import stock_move
from . import stock_package_type
from . import stock_picking
from . import stock_quant_package