Odoo18-Base/addons/repair/models/__init__.py

13 lines
338 B
Python
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import repair
from . import stock_move
from . import stock_move_line
from . import stock_picking
from . import stock_traceability
from . import stock_lot
from . import product
from . import sale_order
from . import stock_warehouse