10 lines
281 B
Python
10 lines
281 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2026 Nexa Systems Inc.
|
|
# License OPL-1 (Odoo Proprietary License v1.0)
|
|
|
|
from . import fp_maintenance_plan
|
|
from . import fp_maintenance_node
|
|
from . import fp_maintenance_label
|
|
from . import maintenance_request
|
|
from . import maintenance_equipment
|