Adds the fp.certificate.part model (one row per part on a combined CoC), the part_line_ids O2M on fp.certificate, and ACL rows for all three plating roles. No views yet — Task 2. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
12 lines
337 B
Python
12 lines
337 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_thickness_reading
|
|
from . import fp_certificate
|
|
from . import fp_certificate_part
|
|
from . import res_config_settings
|
|
from . import res_partner
|
|
from . import fp_delivery
|