- group_fp_office_user now implies base.group_partner_manager so every office/ manager role can create contacts (Technicians excluded). Fixes the live "create a company contact, it doesn't show" report (AccessError on save). - New fp.rack.load + fp.rack.load.line models (multi-rack split at Racking, Phase 1) with sequence, ACLs, equal-split math, and tests. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
15 lines
486 B
Python
15 lines
486 B
Python
# -*- coding: utf-8 -*-
|
|
from . import test_fp_work_centre
|
|
from . import test_fp_job_state_machine
|
|
from . import test_fp_job_step_state_machine
|
|
from . import test_simple_recipe_flatten
|
|
from . import test_role_groups
|
|
from . import test_acl_migration
|
|
from . import test_quality_split
|
|
from . import test_menu_visibility
|
|
from . import test_landing_resolver
|
|
from . import test_team_page
|
|
from . import test_sales_manager_gate
|
|
from . import test_migration_workflow
|
|
from . import test_rack_load
|