17 lines
571 B
Python
17 lines
571 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_notification_template
|
|
from . import fp_notification_log
|
|
from . import res_partner
|
|
from . import sale_order
|
|
from . import fp_receiving
|
|
from . import account_move
|
|
from . import account_payment
|
|
# Phase 5 (Sub 11) — mrp.production hook retired. The native equivalent
|
|
# fires from fp.job.button_mark_done -> _fp_fire_notification('job_complete').
|
|
# from . import mrp_production
|
|
from . import fp_delivery
|