11 lines
296 B
Python
11 lines
296 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2026 Nexa Systems Inc.
|
|
# License OPL-1 (Odoo Proprietary License v1.0)
|
|
# Part of the Fusion Plating product family.
|
|
|
|
from . import fp_value_set
|
|
from . import fp_value
|
|
from . import fp_value_rotation
|
|
from . import fp_value_recognition
|
|
from . import hr_employee
|