SYMBOL INDEX (211 symbols across 78 files) FILE: mgmtsystem/models/mgmtsystem_system.py class MgmtSystemSystem (line 7) | class MgmtSystemSystem(models.Model): FILE: mgmtsystem/models/res_config.py class MgmtsystemConfigSettings (line 7) | class MgmtsystemConfigSettings(models.TransientModel): method execute (line 111) | def execute(self): FILE: mgmtsystem/tests/test_create_mgmtsystem.py class TestModelAction (line 7) | class TestModelAction(common.TransactionCase): method test_create_system (line 8) | def test_create_system(self): FILE: mgmtsystem_action/models/mgmtsystem_action.py class MgmtsystemAction (line 16) | class MgmtsystemAction(models.Model): method _default_owner (line 79) | def _default_owner(self): method _default_stage (line 82) | def _default_stage(self): method _elapsed_days (line 88) | def _elapsed_days(self, dt1_text, dt2_text): method _compute_number_of_days_to_open (line 95) | def _compute_number_of_days_to_open(self): method _compute_number_of_days_to_close (line 102) | def _compute_number_of_days_to_close(self): method _compute_color (line 109) | def _compute_color(self): method _stage_groups (line 114) | def _stage_groups(self, stages=None, domain=None, order=None): method create (line 118) | def create(self, vals_list): method _check_stage_id (line 128) | def _check_stage_id(self): method send_mail_for_action (line 142) | def send_mail_for_action(self, force_send=True): method get_action_url (line 148) | def get_action_url(self): method process_reminder_queue (line 159) | def process_reminder_queue(self, reminder_days=10): method _get_stage_open (line 176) | def _get_stage_open(self): method case_open (line 179) | def case_open(self): FILE: mgmtsystem_action/models/mgmtsystem_action_stage.py class MgmtSystemActionStage (line 7) | class MgmtSystemActionStage(models.Model): FILE: mgmtsystem_action/models/mgmtsystem_action_tag.py class MgmtsystemActionTag (line 7) | class MgmtsystemActionTag(models.Model): FILE: mgmtsystem_action/reports/mgmtsystem_action_report.py class MgmtsystemtActionReport (line 4) | class MgmtsystemtActionReport(models.Model): method _query (line 37) | def _query( method init (line 75) | def init(self): FILE: mgmtsystem_action/tests/test_create_action.py function freeze_time (line 9) | def freeze_time(dt): class TestModelAction (line 15) | class TestModelAction(common.TransactionCase): method setUpClass (line 19) | def setUpClass(cls): method _assert_date_equal (line 27) | def _assert_date_equal(self, val, expected=None): method test_create_action (line 31) | def test_create_action(self): method test_case_close (line 52) | def test_case_close(self): method test_get_action_url (line 68) | def test_get_action_url(self): method test_process_reminder_queue (line 74) | def test_process_reminder_queue(self): method test_stage_groups (line 91) | def test_stage_groups(self): method test_send_mail (line 98) | def test_send_mail(self): method test_case_open (line 105) | def test_case_open(self): FILE: mgmtsystem_action_efficacy/models/mgmtsystem_action.py class MgmtsystemAction (line 9) | class MgmtsystemAction(models.Model): method _onchange_efficacy_value (line 33) | def _onchange_efficacy_value(self): FILE: mgmtsystem_action_efficacy/tests/test_efficacy.py class TestActionEfficacy (line 10) | class TestActionEfficacy(common.TransactionCase): method test_change_efficacy (line 11) | def test_change_efficacy(self): FILE: mgmtsystem_action_template/models/mgmtsystem_action.py class MgmtsystemAction (line 8) | class MgmtsystemAction(models.Model): method _onchange_template_id (line 23) | def _onchange_template_id(self): FILE: mgmtsystem_action_template/models/mgmtsystem_action_template.py class MgmtsystemActionTemplate (line 8) | class MgmtsystemActionTemplate(models.Model): method _selection_type_action (line 16) | def _selection_type_action(self): FILE: mgmtsystem_action_template/tests/test_action_template.py class TestModelNonConformity (line 5) | class TestModelNonConformity(TransactionCase): method setUp (line 6) | def setUp(self): method test_get_template (line 23) | def test_get_template(self): FILE: mgmtsystem_audit/models/mgmtsystem_audit.py class MgmtsystemAudit (line 8) | class MgmtsystemAudit(models.Model): method _compute_number_of_nonconformities (line 84) | def _compute_number_of_nonconformities(self): method _compute_number_of_improvement_opportunities (line 90) | def _compute_number_of_improvement_opportunities(self): method _compute_number_of_questions_in_verification_list (line 96) | def _compute_number_of_questions_in_verification_list(self): method _compute_days_since_last_update (line 101) | def _compute_days_since_last_update(self): method _compute_number_of_days_to_close (line 108) | def _compute_number_of_days_to_close(self): method _elapsed_days (line 115) | def _elapsed_days(self, dt1_text, dt2_text): method create (line 124) | def create(self, vals): method button_close (line 133) | def button_close(self): method get_action_url (line 138) | def get_action_url(self): method get_lines_by_procedure (line 146) | def get_lines_by_procedure(self): FILE: mgmtsystem_audit/models/mgmtsystem_nonconformity.py class MgmtsystemNonconformity (line 7) | class MgmtsystemNonconformity(models.Model): FILE: mgmtsystem_audit/models/mgmtsystem_verification_line.py class MgmtsystemVerificationLine (line 4) | class MgmtsystemVerificationLine(models.Model): FILE: mgmtsystem_audit/tests/test_audit.py class TestModelAudit (line 8) | class TestModelAudit(BaseCommon): method setUpClass (line 10) | def setUpClass(cls): method test_get_action_url (line 24) | def test_get_action_url(self): method test_button_close (line 30) | def test_button_close(self): method test_get_lines_by_procedure (line 37) | def test_get_lines_by_procedure(self): method test_copyVerificationLines (line 40) | def test_copyVerificationLines(self): method test_audit_reports (line 56) | def test_audit_reports(self): FILE: mgmtsystem_audit/wizard/copy_verification_lines.py class CopyVerificationLines (line 7) | class CopyVerificationLines(models.TransientModel): method copyVerificationLines (line 15) | def copyVerificationLines(self): FILE: mgmtsystem_claim/models/mgmtsystem_claim.py class MgmtsystemClaim (line 25) | class MgmtsystemClaim(models.Model): method get_default_stage (line 45) | def get_default_stage(self): method create (line 49) | def create(self, vals_list): method get_action_url (line 58) | def get_action_url(self): method send_mail_for_action (line 68) | def send_mail_for_action(self, force_send=True): method process_reminder_queue (line 75) | def process_reminder_queue(self, reminder_days=10): FILE: mgmtsystem_claim/models/mgmtsystem_claim_stage.py class MgmtsystemClaimStage (line 24) | class MgmtsystemClaimStage(models.Model): FILE: mgmtsystem_claim/models/res_partner.py class ResPartner (line 8) | class ResPartner(models.Model): method _compute_mgmtsystem_claim_count (line 19) | def _compute_mgmtsystem_claim_count(self): FILE: mgmtsystem_claim/tests/test_create_claim.py function freeze_time (line 8) | def freeze_time(dt): class TestModelClaim (line 14) | class TestModelClaim(common.TransactionCase): method setUpClass (line 16) | def setUpClass(cls): method test_create_claim (line 36) | def test_create_claim(self): method test_process_reminder_queue (line 57) | def test_process_reminder_queue(self): method test_send_mail_for_action (line 74) | def test_send_mail_for_action(self): FILE: mgmtsystem_hazard/models/mgmtsystem_hazard.py class MgmtsystemHazard (line 7) | class MgmtsystemHazard(models.Model): FILE: mgmtsystem_hazard/models/mgmtsystem_hazard_control_measure.py class MgmtsystemHazardControlMeasure (line 7) | class MgmtsystemHazardControlMeasure(models.Model): FILE: mgmtsystem_hazard/models/mgmtsystem_hazard_hazard.py class MgmtsystemHazardHazard (line 7) | class MgmtsystemHazardHazard(models.Model): FILE: mgmtsystem_hazard/models/mgmtsystem_hazard_origin.py class MgmtsystemHazardOrigin (line 7) | class MgmtsystemHazardOrigin(models.Model): FILE: mgmtsystem_hazard/models/mgmtsystem_hazard_probability.py class MgmtsystemHazardProbability (line 7) | class MgmtsystemHazardProbability(models.Model): FILE: mgmtsystem_hazard/models/mgmtsystem_hazard_severity.py class MgmtsystemHazardSeverity (line 7) | class MgmtsystemHazardSeverity(models.Model): FILE: mgmtsystem_hazard/models/mgmtsystem_hazard_test.py class MgmtsystemHazardTest (line 7) | class MgmtsystemHazardTest(models.Model): FILE: mgmtsystem_hazard/models/mgmtsystem_hazard_type.py class MgmtsystemHazardType (line 7) | class MgmtsystemHazardType(models.Model): FILE: mgmtsystem_hazard/models/mgmtsystem_hazard_usage.py class MgmtsystemHazardUsage (line 7) | class MgmtsystemHazardUsage(models.Model): FILE: mgmtsystem_hazard_risk/models/common.py function _parse_risk_formula (line 9) | def _parse_risk_formula(formula, a, b, c): FILE: mgmtsystem_hazard_risk/models/mgmtsystem_hazard.py class MgmtsystemHazard (line 9) | class MgmtsystemHazard(models.Model): method _compute_risk (line 21) | def _compute_risk(self): FILE: mgmtsystem_hazard_risk/models/mgmtsystem_hazard_residual_risk.py class MgmtsystemHazardResidualRisk (line 9) | class MgmtsystemHazardResidualRisk(models.Model): method _compute_risk (line 28) | def _compute_risk(self): FILE: mgmtsystem_hazard_risk/models/mgmtsystem_hazard_risk_computation.py class MgmtsystemHazardRiskComputation (line 7) | class MgmtsystemHazardRiskComputation(models.Model): FILE: mgmtsystem_hazard_risk/models/mgmtsystem_hazard_risk_type.py class MgmtsystemHazardRiskType (line 7) | class MgmtsystemHazardRiskType(models.Model): FILE: mgmtsystem_hazard_risk/models/res_company.py class ResCompany (line 7) | class ResCompany(models.Model): FILE: mgmtsystem_hazard_risk/models/res_config_settings.py class ResConfigSettings (line 6) | class ResConfigSettings(models.TransientModel): FILE: mgmtsystem_hazard_risk/tests/test_mgmtsystem_hazard.py class TestMgmtsystemHazard (line 11) | class TestMgmtsystemHazard(common.TransactionCase): method test_hazard_risk (line 16) | def test_hazard_risk(self): method test_hazard_risk_computation_a_time_b_time_c (line 42) | def test_hazard_risk_computation_a_time_b_time_c(self): FILE: mgmtsystem_manual/models/mgmtsystem_manual.py class MgmtSystemManual (line 7) | class MgmtSystemManual(models.Model): FILE: mgmtsystem_nonconformity/migrations/16.0.1.1.0/pre-migrate.py function migrate (line 5) | def migrate(cr, version): FILE: mgmtsystem_nonconformity/models/mail_thread.py class MailThread (line 9) | class MailThread(models.AbstractModel): method _get_non_conformities_domain (line 12) | def _get_non_conformities_domain(self): method _get_non_conformities_context (line 15) | def _get_non_conformities_context(self): method action_view_non_conformities (line 18) | def action_view_non_conformities(self): method _thread_to_store (line 27) | def _thread_to_store(self, store: Store, /, *, request_list=None, **kw... FILE: mgmtsystem_nonconformity/models/mgmtsystem_action.py class MgmtsystemAction (line 7) | class MgmtsystemAction(models.Model): FILE: mgmtsystem_nonconformity/models/mgmtsystem_nonconformity.py class MgmtsystemNonconformity (line 8) | class MgmtsystemNonconformity(models.Model): method _default_stage (line 15) | def _default_stage(self): method _stage_groups (line 22) | def _stage_groups(self, stages, domain): method _default_reference (line 142) | def _default_reference(self): method _get_all_actions (line 154) | def _get_all_actions(self): method _check_open_with_action_comments (line 159) | def _check_open_with_action_comments(self): method _check_close_with_evaluation (line 170) | def _check_close_with_evaluation(self): method _elapsed_days (line 190) | def _elapsed_days(self, dt1, dt2): method _compute_number_of_days_to_close (line 194) | def _compute_number_of_days_to_close(self): method _compute_days_since_updated (line 201) | def _compute_days_since_updated(self): method create (line 206) | def create(self, vals): method write (line 217) | def write(self, vals): FILE: mgmtsystem_nonconformity/models/mgmtsystem_nonconformity_cause.py class MgmtsystemNonconformityCause (line 7) | class MgmtsystemNonconformityCause(models.Model): method _compute_display_name (line 29) | def _compute_display_name(self): FILE: mgmtsystem_nonconformity/models/mgmtsystem_nonconformity_origin.py class MgmtsystemNonconformityOrigin (line 7) | class MgmtsystemNonconformityOrigin(models.Model): method _compute_display_name (line 28) | def _compute_display_name(self): FILE: mgmtsystem_nonconformity/models/mgmtsystem_nonconformity_severity.py class MgmtsystemNonconformitySeverity (line 7) | class MgmtsystemNonconformitySeverity(models.Model): FILE: mgmtsystem_nonconformity/models/mgmtsystem_nonconformity_stage.py class MgmtsystemNonconformityStage (line 7) | class MgmtsystemNonconformityStage(models.Model): method _get_states (line 14) | def _get_states(self): FILE: mgmtsystem_nonconformity/static/src/components/chatter_topbar/chatter_topbar.esm.js method onClickShowNonConformities (line 5) | async onClickShowNonConformities() { FILE: mgmtsystem_nonconformity/static/tests/test_chatter.test.js class MailThreadNonConformity (line 22) | class MailThreadNonConformity extends mailModels.MailThread { method _thread_to_store (line 23) | _thread_to_store() { FILE: mgmtsystem_nonconformity/tests/test_cause.py class TestModelCause (line 8) | class TestModelCause(common.TransactionCase): method setUpClass (line 10) | def setUpClass(cls): method test_create_cause (line 22) | def test_create_cause(self): method test_display_name (line 26) | def test_display_name(self): method test_recursion (line 42) | def test_recursion(self): FILE: mgmtsystem_nonconformity/tests/test_js.py class TestNonConformityFrontend (line 9) | class TestNonConformityFrontend(WebSuite): method get_hoot_filters (line 12) | def get_hoot_filters(self): method test_non_conformity (line 16) | def test_non_conformity(self): FILE: mgmtsystem_nonconformity/tests/test_nonconformity.py class TestModelNonConformity (line 8) | class TestModelNonConformity(common.TransactionCase): method setUpClass (line 10) | def setUpClass(cls): method test_stage_group (line 26) | def test_stage_group(self): method test_reset_kanban_state (line 34) | def test_reset_kanban_state(self): method test_open_validation (line 40) | def test_open_validation(self): method test_done_validation (line 46) | def test_done_validation(self): method test_done_actions_validation (line 53) | def test_done_actions_validation(self): method test_state_transition (line 63) | def test_state_transition(self): FILE: mgmtsystem_nonconformity/tests/test_origin.py class TestModelOrigin (line 7) | class TestModelOrigin(common.TransactionCase): method setUpClass (line 9) | def setUpClass(cls): method test_create_origin (line 21) | def test_create_origin(self): method test_display_name (line 25) | def test_display_name(self): FILE: mgmtsystem_nonconformity_hazard/models/mgmtsystem_hazard.py class MgmtsystemHazard (line 7) | class MgmtsystemHazard(models.Model): FILE: mgmtsystem_nonconformity_hazard/models/mgmtsystem_nonconformity.py class MgmtsystemNonconformity (line 7) | class MgmtsystemNonconformity(models.Model): FILE: mgmtsystem_nonconformity_hr/models/mgmtsystem_nonconformity_hr.py class MgmtsystemMgmHR (line 8) | class MgmtsystemMgmHR(models.Model): FILE: mgmtsystem_nonconformity_maintenance_equipment/models/mgmtsystem_nonconformity.py class MgmtsystemNonconformity (line 7) | class MgmtsystemNonconformity(models.Model): FILE: mgmtsystem_nonconformity_mrp/models/mgmtsystem_nonconformity_mrp.py class MgmtsystemMgmMRP (line 8) | class MgmtsystemMgmMRP(models.Model): FILE: mgmtsystem_nonconformity_product/models/mgmtsystem_nonconformity.py class MgmtsystemNonconformity (line 7) | class MgmtsystemNonconformity(models.Model): FILE: mgmtsystem_nonconformity_repair/models/mgmtsystem_nonconformity.py class MgmtsystemNonconformity (line 7) | class MgmtsystemNonconformity(models.Model): FILE: mgmtsystem_nonconformity_repair/models/repair_order.py class RepairOrder (line 7) | class RepairOrder(models.Model): method _compute_mgmtsystem_nonconformity_count (line 19) | def _compute_mgmtsystem_nonconformity_count(self): FILE: mgmtsystem_nonconformity_repair/tests/test_nonconformity_repair.py class TestRepairOrder (line 4) | class TestRepairOrder(common.TransactionCase): method setUp (line 5) | def setUp(self): method test_compute_mgmtsystem_nonconformity_count (line 76) | def test_compute_mgmtsystem_nonconformity_count(self): FILE: mgmtsystem_nonconformity_type/models/mgmtsystem_nonconformity.py class MgmtsystemNonconformity (line 6) | class MgmtsystemNonconformity(models.Model): method _onchange_qty_noncompliant (line 39) | def _onchange_qty_noncompliant(self): method _onchange_qty_checked (line 48) | def _onchange_qty_checked(self): method action_nc_sent (line 57) | def action_nc_sent(self, test_module=False): FILE: mgmtsystem_nonconformity_type/tests/test_nonconformity_type.py class TestModelNonConformity (line 6) | class TestModelNonConformity(TransactionCase): method setUp (line 7) | def setUp(self): method test_nc (line 23) | def test_nc(self): method test_nc_email (line 42) | def test_nc_email(self): FILE: mgmtsystem_objective/models/mgmtsystem_indicator.py class MgmtsystemIndicator (line 7) | class MgmtsystemIndicator(models.Model): method _compute_value (line 53) | def _compute_value(self): FILE: mgmtsystem_objective/models/mgmtsystem_indicator_value.py class MgmtsystemIndicatorValue (line 7) | class MgmtsystemIndicatorValue(models.Model): method _compute_value_state (line 39) | def _compute_value_state(self): method post (line 59) | def post(self): FILE: mgmtsystem_objective/models/mgmtsystem_objective.py class MgmtsystemObjective (line 7) | class MgmtsystemObjective(models.Model): FILE: mgmtsystem_objective/static/src/components/objective_state_selection/objective_state_selection.esm.js constant STATUS_COLORS (line 7) | const STATUS_COLORS = { class ObjectiveStateSelectionField (line 12) | class ObjectiveStateSelectionField extends StateSelectionField { method setup (line 13) | setup() { FILE: mgmtsystem_objective/static/tests/components/objective_state_selection.test.js class Objective (line 5) | class Objective extends models.Model { FILE: mgmtsystem_objective/tests/test_js.py class TestMgmtSystemObjectiveSuite (line 9) | class TestMgmtSystemObjectiveSuite(WebSuite): method get_hoot_filters (line 12) | def get_hoot_filters(self): method test_mgmt_system_objective (line 16) | def test_mgmt_system_objective(self): FILE: mgmtsystem_objective/tests/test_objective.py class TestObjective (line 8) | class TestObjective(TransactionCase): method setUpClass (line 10) | def setUpClass(cls): method test_value (line 30) | def test_value(self): method test_value_security (line 53) | def test_value_security(self): method test_value_no_access (line 57) | def test_value_no_access(self): method test_state_no_target (line 68) | def test_state_no_target(self): method test_state_below_target (line 81) | def test_state_below_target(self): method test_state_on_target (line 97) | def test_state_on_target(self): method test_state_above_target (line 112) | def test_state_above_target(self): FILE: mgmtsystem_partner/models/res_partner.py class ResPartner (line 7) | class ResPartner(models.Model): FILE: mgmtsystem_review/models/mgmtsystem_review.py class MgmtsystemReview (line 7) | class MgmtsystemReview(models.Model): method create (line 38) | def create(self, vals_list): method button_close (line 45) | def button_close(self): FILE: mgmtsystem_review/models/mgmtsystem_review_line.py class MgmtsystemReviewLine (line 7) | class MgmtsystemReviewLine(models.Model): FILE: mgmtsystem_review/tests/test_create_review.py class TestModelReviewBase (line 6) | class TestModelReviewBase(BaseCommon): method setUpClass (line 8) | def setUpClass(cls): class TestModelReview (line 15) | class TestModelReview(TestModelReviewBase): method test_review_misc (line 18) | def test_review_misc(self): FILE: mgmtsystem_review_objective/models/mgmtsystem_review.py class MgmtsystemReview (line 7) | class MgmtsystemReview(models.Model): method _compute_objective_domain (line 18) | def _compute_objective_domain(self): method _get_objective_domain (line 22) | def _get_objective_domain(self): method action_open_objectives (line 45) | def action_open_objectives(self): FILE: mgmtsystem_review_survey/models/mgmtsystem_review.py class MgmtsystemReview (line 7) | class MgmtsystemReview(models.Model):