Initial commit

This commit is contained in:
gsinghpal
2026-02-22 01:22:18 -05:00
commit 5200d5baf0
2394 changed files with 386834 additions and 0 deletions

15
fusion_claims/__init__.py Normal file
View File

@@ -0,0 +1,15 @@
# -*- coding: utf-8 -*-
# Copyright 2024-2025 Nexa Systems Inc.
# License OPL-1 (Odoo Proprietary License v1.0)
# Part of the Fusion Claim Assistant product family.
from . import models
from . import wizard
def _load_adp_device_codes(env):
"""
Post-init hook to load ADP Mobility Manual device codes.
Called on module install AND upgrade.
"""
env['fusion.adp.device.code']._load_packaged_device_codes()