PgHero

Space

Database Size: 8.3 GB

533 unused indices. Remove them for faster writes.

rails generate migration remove_unused_indexes

And paste

remove_index :mail_message, name: "mail_message_message_id_index"
remove_index :mail_followers, name: "mail_followers_res_id_index"
remove_index :ir_attachment, name: "ir_attachment_checksum_index"
remove_index :account_move_line, name: "account_move_line_ref_index"
remove_index :mail_message, name: "mail_message_moderation_status_index"
remove_index :mail_message, name: "mail_message_mail_activity_type_id_index"
remove_index :mail_message, name: "mail_message_moderator_id_index"
remove_index :account_move_line, name: "account_move_line_move_name_index"
remove_index :account_move_line, name: "account_move_line_payment_mode_id_index"
remove_index :account_move_line, name: "account_move_line_bank_payment_line_id_index"
remove_index :stock_location_route_move, name: "stock_location_route_move_route_id_move_id_idx"
remove_index :ir_logging, name: "ir_logging_dbname_index"
remove_index :ir_logging, name: "ir_logging_level_index"
remove_index :ir_logging, name: "ir_logging_type_index"
remove_index :stock_move, name: "stock_move_name_index"
remove_index :account_move, name: "account_move_payment_reference_index"
remove_index :stock_move, name: "stock_move_create_date_index"
remove_index :mail_message_res_partner_needaction_rel, name: "mail_message_res_partner_needaction_rel_letter_id_index"
remove_index :purchase_order_line, name: "purchase_order_line_date_planned_index"
remove_index :stock_move, name: "stock_move_location_dest_id_index"
remove_index :stock_move, name: "stock_move_orderpoint_id_index"
remove_index :stock_move, name: "stock_move_priority_index"
remove_index :stock_move, name: "stock_move_production_id_index"
remove_index :stock_move_line, name: "stock_move_line_company_id_index"
remove_index :sale_order_line, name: "sale_order_line_project_id_index"
remove_index :purchase_order_line, name: "purchase_order_line_orderpoint_id_index"
remove_index :account_move, name: "account_move_secure_sequence_number_index"
remove_index :stock_picking, name: "stock_picking_name_index"
remove_index :product_template, name: "product_template_name_index"
remove_index :account_tax_pos_quotation_line_rel, name: "account_tax_pos_quotation_lin_account_tax_id_pos_quotation__idx"
remove_index :stock_picking, name: "stock_picking_origin_index"
remove_index :stock_picking, name: "stock_picking_date_index"
remove_index :account_tax_pos_order_line_rel, name: "account_tax_pos_order_line_re_account_tax_id_pos_order_line_idx"
remove_index :crm_lead, name: "crm_lead_name_index"
remove_index :website_track, name: "website_track_product_id_index"
remove_index :documents_document, name: "documents_document_url_index"
remove_index :hr_employee, name: "hr_employee_resource_calendar_id_index"
remove_index :mail_activity, name: "mail_activity_res_model_id_index"
remove_index :account_asset_depreciation_line, name: "account_asset_depreciation_line_name_index"
remove_index :ir_property, name: "ir_property_name_index"
remove_index :res_partner, name: "res_partner_company_id_index"
remove_index :ir_property, name: "ir_property_type_index"
remove_index :res_partner, name: "res_partner_date_index"
remove_index :res_partner, name: "res_partner_website_id_index"
remove_index :stock_picking, name: "stock_picking_priority_index"
remove_index :mail_compose_message, name: "mail_compose_message_res_id_index"
remove_index :purchase_order, name: "purchase_order_company_id_index"
remove_index :crm_lead, name: "crm_lead_date_last_stage_update_index"
remove_index :ir_model_fields, name: "ir_model_fields_name_index"
remove_index :crm_lead, name: "crm_lead_email_from_index"
remove_index :hr_contract, name: "hr_contract_resource_calendar_id_index"
remove_index :crm_lead, name: "crm_lead_partner_name_index"
remove_index :product_product, name: "product_product_combination_indices_index"
remove_index :product_template, name: "product_template_company_id_index"
remove_index :product_template, name: "product_template_website_id_index"
remove_index :stock_quant, name: "stock_quant_lot_id_index"
remove_index :account_asset_depreciation_line, name: "account_asset_depreciation_line_depreciation_date_index"
remove_index :product_supplierinfo, name: "product_supplierinfo_company_id_index"
remove_index :ir_model_fields, name: "ir_model_fields_complete_name_index"
remove_index :account_bank_statement, name: "account_bank_statement_sequence_index"
remove_index :crm_lead, name: "crm_lead_lead_mining_request_id_index"
remove_index :crm_lead, name: "crm_lead_lost_reason_index"
remove_index :crm_lead, name: "crm_lead_website_index"
remove_index :mail_compose_message, name: "mail_compose_message_mail_activity_type_id_index"
remove_index :calendar_event, name: "calendar_event_recurrence_id_index"
remove_index :mail_compose_message, name: "mail_compose_message_model_index"
remove_index :mail_compose_message, name: "mail_compose_message_subtype_id_index"
remove_index :mail_compose_message, name: "mail_compose_message_template_id_index"
remove_index :pos_order, name: "pos_order_table_id_index"
remove_index :crm_tag_rel, name: "crm_tag_rel_tag_id_lead_id_idx"
remove_index :ir_model_access, name: "ir_model_access_name_index"
remove_index :project_project, name: "project_project_date_start_index"
remove_index :stock_inventory_line, name: "stock_inventory_line_company_id_index"
remove_index :stock_inventory_line, name: "stock_inventory_line_inventory_id_index"
remove_index :stock_inventory_line, name: "stock_inventory_line_location_id_index"
remove_index :stock_inventory_line, name: "stock_inventory_line_package_id_index"
remove_index :helpdesk_ticket, name: "helpdesk_ticket_name_index"
remove_index :project_task, name: "project_task_name_index"
remove_index :project_project, name: "project_project_date_end_index"
remove_index :account_account_tag_account_tax_repartition_line_rel, name: "account_account_tag_account_t_account_account_tag_id_accoun_idx"
remove_index :project_project, name: "project_project_date_index"
remove_index :account_account, name: "account_account_deprecated_index"
remove_index :ir_model_constraint, name: "ir_model_constraint_model_index"
remove_index :ins_account_account_financial_report_type, name: "ins_account_account_financial_rep_account_type_id_report_id_idx"
remove_index :ir_model_constraint, name: "ir_model_constraint_type_index"
remove_index :ir_model_relation, name: "ir_model_relation_name_index"
remove_index :ir_rule, name: "ir_rule_name_index"
remove_index :ir_ui_menu, name: "ir_ui_menu_parent_path_index"
remove_index :project_task, name: "project_task_date_end_index"
remove_index :project_task, name: "project_task_date_last_stage_update_index"
remove_index :project_task, name: "project_task_date_start_index"
remove_index :project_task, name: "project_task_sequence_index"
remove_index :account_bank_statement_line, name: "account_bank_statement_line_sequence_index"
remove_index :project_task, name: "project_task_date_assign_index"
remove_index :project_task, name: "project_task_email_from_index"
remove_index :project_task, name: "project_task_write_date_index"
remove_index :account_account_account_journal_rel, name: "account_account_account_journ_account_journal_id_account_ac_idx"
remove_index :account_account_account_tag, name: "account_account_account_tag_account_account_tag_id_account__idx"
remove_index :account_account_financial_report, name: "account_account_financial_report_account_id_report_line_id_idx"
remove_index :account_account_ins_general_ledger_rel, name: "account_account_ins_general_l_account_account_id_ins_genera_idx"
remove_index :account_account_tax_default_rel, name: "account_account_tax_default_rel_tax_id_account_id_idx"
remove_index :account_account_template, name: "account_account_template_code_index"
remove_index :account_account_template, name: "account_account_template_name_index"
remove_index :account_analytic_account_ins_general_ledger_rel, name: "account_analytic_account_ins__account_analytic_account_id_i_idx"
remove_index :account_analytic_group_account_financial_report_rel, name: "account_analytic_group_accoun_account_analytic_group_id_ac_idx1"
remove_index :account_analytic_group_crm_team_rel, name: "account_analytic_group_crm_te_crm_team_id_account_analytic__idx"
remove_index :account_analytic_group, name: "account_analytic_group_parent_path_index"
remove_index :account_analytic_group_res_users_rel, name: "account_analytic_group_res_us_res_users_id_account_analytic_idx"
remove_index :account_analytic_tag, name: "account_analytic_tag_name_index"
remove_index :account_asset_category, name: "account_asset_category_name_index"
remove_index :account_asset_category, name: "account_asset_category_type_index"
remove_index :account_edi_format_account_journal_rel, name: "account_edi_format_account_jo_account_edi_format_id_account_idx"
remove_index :account_fiscal_position_res_country_state_rel, name: "account_fiscal_position_res_c_res_country_state_id_account__idx"
remove_index :account_fiscal_position_template_res_country_state_rel, name: "account_fiscal_position_templ_res_country_state_id_account__idx"
remove_index :account_journal_account_payment_mode_rel, name: "account_journal_account_payme_account_journal_id_account_pa_idx"
remove_index :account_journal_inbound_payment_method_rel, name: "account_journal_inbound_payme_inbound_payment_method_journa_idx"
remove_index :account_journal_ins_partner_ledger_rel, name: "account_journal_ins_partner_l_account_journal_id_ins_partne_idx"
remove_index :account_journal, name: "account_journal_message_main_attachment_id_index"
remove_index :account_journal_outbound_payment_method_rel, name: "account_journal_outbound_paym_outbound_payment_method_journ_idx"
remove_index :account_payment_order, name: "account_payment_order_message_main_attachment_id_index"
remove_index :account_payment_term_line, name: "account_payment_term_line_payment_id_index"
remove_index :base_automation_ir_model_fields_rel, name: "base_automation_ir_model_fiel_ir_model_fields_id_base_autom_idx"
remove_index :calendar_alarm_calendar_event_rel, name: "calendar_alarm_calendar_event_calendar_alarm_id_calendar_ev_idx"
remove_index :clock_reader_clock, name: "clock_reader_clock_message_main_attachment_id_index"
remove_index :crm_lead_scoring_frequency, name: "crm_lead_scoring_frequency_variable_index"
remove_index :crm_team, name: "crm_team_company_id_index"
remove_index :crm_team_ins_financial_report_rel, name: "crm_team_ins_financial_report_crm_team_id_ins_financial_rep_idx"
remove_index :crm_team_maintenance_equipment_rel, name: "crm_team_maintenance_equipmen_crm_team_id_maintenance_equip_idx"
remove_index :crm_team, name: "crm_team_message_main_attachment_id_index"
remove_index :crossovered_budget, name: "crossovered_budget_message_main_attachment_id_index"
remove_index :crossovered_budget, name: "crossovered_budget_state_index"
remove_index :delivery_carrier, name: "delivery_carrier_is_published_index"
remove_index :delivery_carrier, name: "delivery_carrier_website_id_index"
remove_index :digest_tip_res_users_rel, name: "digest_tip_res_users_rel_res_users_id_digest_tip_id_idx"
remove_index :documents_document_documents_share_rel, name: "documents_document_documents__documents_document_id_documen_idx"
remove_index :documents_folder_read_groups, name: "documents_folder_read_groups_res_groups_id_documents_folder_idx"
remove_index :documents_folder_res_groups_rel, name: "documents_folder_res_groups_r_res_groups_id_documents_folde_idx"
remove_index :documents_share_documents_tag_rel, name: "documents_share_documents_tag_documents_tag_id_documents_sh_idx"
remove_index :documents_share, name: "documents_share_message_main_attachment_id_index"
remove_index :documents_tag_ir_model_fields_rel, name: "documents_tag_ir_model_fields_ir_model_fields_id_documents__idx"
remove_index :email_template_attachment_rel, name: "email_template_attachment_rel_attachment_id_email_template__idx"
remove_index :employee_class_hr_payroll_rubrique_rel, name: "employee_class_hr_payroll_rub_hr_payroll_rubrique_id_employ_idx"
remove_index :fetchmail_server, name: "fetchmail_server_server_type_index"
remove_index :fetchmail_server, name: "fetchmail_server_state_index"
remove_index :fleet_vehicle_log_contract, name: "fleet_vehicle_log_contract_message_main_attachment_id_index"
remove_index :fleet_vehicle_log_contract, name: "fleet_vehicle_log_contract_user_id_index"
remove_index :fleet_vehicle_log_services, name: "fleet_vehicle_log_services_message_main_attachment_id_index"
remove_index :fleet_vehicle_vehicle_tag_rel, name: "fleet_vehicle_vehicle_tag_rel_tag_id_vehicle_tag_id_idx"
remove_index :gamification_badge, name: "gamification_badge_is_published_index"
remove_index :gamification_badge, name: "gamification_badge_message_main_attachment_id_index"
remove_index :gamification_badge_user, name: "gamification_badge_user_badge_id_index"
remove_index :gamification_badge_user, name: "gamification_badge_user_user_id_index"
remove_index :gamification_challenge, name: "gamification_challenge_message_main_attachment_id_index"
remove_index :gamification_karma_tracking, name: "gamification_karma_tracking_user_id_index"
remove_index :helpdesk_tag_helpdesk_ticket_rel, name: "helpdesk_tag_helpdesk_ticket__helpdesk_tag_id_helpdesk_tick_idx"
remove_index :helpdesk_team, name: "helpdesk_team_message_main_attachment_id_index"
remove_index :helpdesk_visibility_team, name: "helpdesk_visibility_team_res_users_id_helpdesk_team_id_idx"
remove_index :hr_applicant, name: "hr_applicant_create_date_index"
remove_index :hr_applicant, name: "hr_applicant_date_closed_index"
remove_index :hr_applicant, name: "hr_applicant_date_last_stage_update_index"
remove_index :hr_applicant, name: "hr_applicant_date_open_index"
remove_index :hr_applicant, name: "hr_applicant_message_main_attachment_id_index"
remove_index :hr_applicant, name: "hr_applicant_stage_id_index"
remove_index :hr_contract_workdays, name: "hr_contract_workdays_dayofweek_index"
remove_index :hr_department, name: "hr_department_company_id_index"
remove_index :hr_department_mail_channel_rel, name: "hr_department_mail_channel_re_hr_department_id_mail_channel_idx"
remove_index :hr_division_ins_account_financial_report_rel, name: "hr_division_ins_account_finan_hr_division_id_ins_account_fi_idx"
remove_index :hr_division_ins_financial_report_rel, name: "hr_division_ins_financial_rep_hr_division_id_ins_financial__idx"
remove_index :hr_employee_hr_employee_relative_rel, name: "hr_employee_hr_employee_relat_relative_employee_id_employee_idx"
remove_index :hr_job, name: "hr_job_message_main_attachment_id_index"
remove_index :hr_job, name: "hr_job_name_index"
remove_index :hr_job, name: "hr_job_website_id_index"
remove_index :hr_plan_hr_plan_activity_type_rel, name: "hr_plan_hr_plan_activity_type_hr_plan_activity_type_id_hr_p_idx"
remove_index :ins_account_financial_report_res_groups_rel, name: "ins_account_financial_report__res_groups_id_ins_account_fin_idx"
remove_index :ins_financial_report_res_partner_rel, name: "ins_financial_report_res_part_res_partner_id_ins_financial__idx"
remove_index :ins_partner_ageing_res_partner_rel, name: "ins_partner_ageing_res_partne_res_partner_id_ins_partner_ag_idx"
remove_index :ins_partner_ledger_res_partner_rel, name: "ins_partner_ledger_res_partne_res_partner_id_ins_partner_le_idx"
remove_index :ir_act_server_group_rel, name: "ir_act_server_group_rel_gid_act_id_idx"
remove_index :ir_act_window_group_rel, name: "ir_act_window_group_rel_gid_act_id_idx"
remove_index :ir_actions_todo, name: "ir_actions_todo_action_id_index"
remove_index :ir_default, name: "ir_default_company_id_index"
remove_index :ir_default, name: "ir_default_field_id_index"
remove_index :ir_default, name: "ir_default_user_id_index"
remove_index :ir_exports, name: "ir_exports_resource_index"
remove_index :ir_mail_server, name: "ir_mail_server_name_index"
remove_index :ir_model_relation, name: "ir_model_relation_model_index"
remove_index :ir_module_category, name: "ir_module_category_name_index"
remove_index :ir_module_module_exclusion, name: "ir_module_module_exclusion_name_index"
remove_index :ir_translation, name: "ir_translation_comments_index"
remove_index :job_favorite_user_rel, name: "job_favorite_user_rel_user_id_job_id_idx"
remove_index :journal_account_control_rel, name: "journal_account_control_rel_account_id_journal_id_idx"
remove_index :journal_account_type_control_rel, name: "journal_account_type_control_rel_type_id_journal_id_idx"
remove_index :mail_activity_type, name: "mail_activity_type_create_uid_index"
remove_index :mail_activity_type, name: "mail_activity_type_res_model_id_index"
remove_index :mail_channel_mail_wizard_invite_rel, name: "mail_channel_mail_wizard_invi_mail_channel_id_mail_wizard_i_idx"
remove_index :mail_channel_res_groups_rel, name: "mail_channel_res_groups_rel_res_groups_id_mail_channel_id_idx"
remove_index :mail_message_res_partner_needaction_rel_mail_resend_message_rel, name: "mail_message_res_partner_need_mail_message_res_partner_need_idx"
remove_index :mail_message_res_partner_starred_rel, name: "mail_message_res_partner_star_res_partner_id_mail_message_i_idx"
remove_index :mail_wizard_invite, name: "mail_wizard_invite_res_id_index"
remove_index :mail_wizard_invite, name: "mail_wizard_invite_res_model_index"
remove_index :mail_wizard_invite_res_partner_rel, name: "mail_wizard_invite_res_partne_res_partner_id_mail_wizard_in_idx"
remove_index :maintenance_equipment_category, name: "maintenance_equipment_category_message_main_attachment_id_index"
remove_index :maintenance_equipment, name: "maintenance_equipment_message_main_attachment_id_index"
remove_index :maintenance_request, name: "maintenance_request_equipment_id_index"
remove_index :maintenance_request, name: "maintenance_request_message_main_attachment_id_index"
remove_index :payment_acquirer_payment_icon_rel, name: "payment_acquirer_payment_icon_payment_icon_id_payment_acqui_idx"
remove_index :payment_cheque_batch, name: "payment_cheque_batch_name_index"
remove_index :pos_category, name: "pos_category_parent_id_index"
remove_index :pos_config, name: "pos_config_name_index"
remove_index :pos_config_pos_payment_method_rel, name: "pos_config_pos_payment_method_pos_payment_method_id_pos_con_idx"
remove_index :pos_config_printer_rel, name: "pos_config_printer_rel_printer_id_config_id_idx"
remove_index :pos_config_product_pricelist_rel, name: "pos_config_product_pricelist__product_pricelist_id_pos_conf_idx"
remove_index :pos_detail_configs, name: "pos_detail_configs_pos_config_id_pos_details_wizard_id_idx"
remove_index :pos_session, name: "pos_session_user_id_index"
remove_index :printer_category_rel, name: "printer_category_rel_category_id_printer_id_idx"
remove_index :product_category, name: "product_category_name_index"
remove_index :product_category, name: "product_category_parent_id_index"
remove_index :product_pricelist_item, name: "product_pricelist_item_compute_price_index"
remove_index :product_pricelist_item, name: "product_pricelist_item_pricelist_id_index"
remove_index :product_product_stock_inventory_rel, name: "product_product_stock_invento_product_product_id_stock_inve_idx"
remove_index :project_delete_wizard_project_project_rel, name: "project_delete_wizard_project_project_project_id_project_de_idx"
remove_index :project_task_type_project_task_type_delete_wizard_rel, name: "project_task_type_project_tas_project_task_type_id_project__idx"
remove_index :rating_rating, name: "rating_rating_parent_res_model_id_index"
remove_index :rating_rating, name: "rating_rating_parent_res_model_index"
remove_index :rating_rating, name: "rating_rating_res_model_id_index"
remove_index :rel_slide_tag, name: "rel_slide_tag_tag_id_slide_id_idx"
remove_index :required_tag_ids_rule_table, name: "required_tag_ids_rule_table_documents_tag_id_documents_work_idx"
remove_index :res_bank, name: "res_bank_bic_index"
remove_index :res_company, name: "res_company_parent_id_index"
remove_index :res_country_res_country_group_rel, name: "res_country_res_country_group_res_country_group_id_res_coun_idx"
remove_index :res_groups_report_rel, name: "res_groups_report_rel_gid_uid_idx"
remove_index :res_groups_slide_channel_rel, name: "res_groups_slide_channel_rel_res_groups_id_slide_channel_id_idx"
remove_index :res_partner_category, name: "res_partner_category_parent_id_index"
remove_index :res_partner_category, name: "res_partner_category_parent_path_index"
remove_index :res_partner_res_partner_category_rel, name: "res_partner_res_partner_category_rel_partner_id_category_id_idx"
remove_index :res_users_apikeys, name: "res_users_apikeys_user_id_index_idx"
remove_index :resource_calendar_attendance, name: "resource_calendar_attendance_dayofweek_index"
remove_index :resource_calendar_attendance, name: "resource_calendar_attendance_hour_from_index"
remove_index :sale_order_option, name: "sale_order_option_order_id_index"
remove_index :sale_order_template_line, name: "sale_order_template_line_company_id_index"
remove_index :sale_order_template_line, name: "sale_order_template_line_sale_order_template_id_index"
remove_index :slide_channel, name: "slide_channel_is_published_index"
remove_index :slide_channel, name: "slide_channel_message_main_attachment_id_index"
remove_index :slide_channel_tag, name: "slide_channel_tag_group_id_index"
remove_index :slide_channel_tag_group, name: "slide_channel_tag_group_is_published_index"
remove_index :slide_channel_tag_group, name: "slide_channel_tag_group_sequence_index"
remove_index :slide_channel_tag_rel, name: "slide_channel_tag_rel_tag_id_channel_id_idx"
remove_index :slide_channel_tag, name: "slide_channel_tag_sequence_index"
remove_index :slide_slide, name: "slide_slide_is_published_index"
remove_index :slide_slide, name: "slide_slide_message_main_attachment_id_index"
remove_index :slide_slide_partner, name: "slide_slide_partner_channel_id_index"
remove_index :sms_template, name: "sms_template_model_index"
remove_index :stock_inventory, name: "stock_inventory_company_id_index"
remove_index :stock_inventory, name: "stock_inventory_message_main_attachment_id_index"
remove_index :stock_inventory, name: "stock_inventory_state_index"
remove_index :stock_inventory_stock_location_rel, name: "stock_inventory_stock_locatio_stock_location_id_stock_inven_idx"
remove_index :stock_location, name: "stock_location_company_id_index"
remove_index :stock_location, name: "stock_location_location_id_index"
remove_index :stock_location, name: "stock_location_parent_path_index"
remove_index :stock_location_route, name: "stock_location_route_company_id_index"
remove_index :stock_location, name: "stock_location_usage_index"
remove_index :stock_picking_type, name: "stock_picking_type_company_id_index"
remove_index :stock_route_warehouse, name: "stock_route_warehouse_warehouse_id_route_id_idx"
remove_index :stock_rule, name: "stock_rule_auto_index"
remove_index :stock_rule, name: "stock_rule_company_id_index"
remove_index :stock_rule, name: "stock_rule_warehouse_id_index"
remove_index :stock_scrap, name: "stock_scrap_message_main_attachment_id_index"
remove_index :stock_warehouse, name: "stock_warehouse_company_id_index"
remove_index :stock_warehouse_orderpoint, name: "stock_warehouse_orderpoint_company_id_index"
remove_index :stock_warehouse_orderpoint, name: "stock_warehouse_orderpoint_location_id_index"
remove_index :survey_survey, name: "survey_survey_message_main_attachment_id_index"
remove_index :team_stage_rel, name: "team_stage_rel_helpdesk_stage_id_helpdesk_team_id_idx"
remove_index :website_lang_rel, name: "website_lang_rel_lang_id_website_id_idx"
remove_index :website_menu, name: "website_menu_parent_id_index"
remove_index :website_menu, name: "website_menu_parent_path_index"
remove_index :website_page, name: "website_page_is_published_index"
remove_index :website_page, name: "website_page_website_id_index"
remove_index :website_snippet_filter, name: "website_snippet_filter_is_published_index"
remove_index :website_snippet_filter, name: "website_snippet_filter_website_id_index"
remove_index :account_account_ins_partner_ledger_rel, name: "account_account_ins_partner_l_account_account_id_ins_partne_idx"
remove_index :account_account_ins_trial_balance_rel, name: "account_account_ins_trial_bal_account_account_id_ins_trial__idx"
remove_index :account_account_tag_ins_general_ledger_rel, name: "account_account_tag_ins_gener_account_account_tag_id_ins_ge_idx"
remove_index :account_account_template_account_tag, name: "account_account_template_acco_account_account_tag_id_accoun_idx"
remove_index :account_account_template_tax_rel, name: "account_account_template_tax_rel_tax_id_account_id_idx"
remove_index :account_aged_trial_balance_account_journal_rel, name: "account_aged_trial_balance_ac_account_journal_id_account_ag_idx"
remove_index :account_analytic_account_accounting_report_rel, name: "account_analytic_account_acco_account_analytic_account_id_a_idx"
remove_index :account_analytic_account_building_rel, name: "account_analytic_account_buil_building_id_account_analytic__idx"
remove_index :account_analytic_account_ins_trial_balance_rel, name: "account_analytic_account_ins__account_analytic_account_id__idx1"
remove_index :account_analytic_default_account_analytic_tag_rel, name: "account_analytic_default_acco_account_analytic_tag_id_accou_idx"
remove_index :account_analytic_group_accounting_report_rel, name: "account_analytic_group_accoun_account_analytic_group_id_acc_idx"
remove_index :account_analytic_group_ins_account_financial_report_rel, name: "account_analytic_group_ins_ac_account_analytic_group_id_ins_idx"
remove_index :account_analytic_group_ins_financial_report_rel, name: "account_analytic_group_ins_fi_account_analytic_group_id_ins_idx"
remove_index :account_analytic_overtime, name: "account_analytic_overtime_account_analytic_account_id_hr_em_idx"
remove_index :account_analytic_tag_account_asset_category_rel, name: "account_analytic_tag_account__account_analytic_tag_id_acco_idx1"
remove_index :account_analytic_tag_account_asset_asset_rel, name: "account_analytic_tag_account__account_analytic_tag_id_acco_idx2"
remove_index :account_analytic_tag_ins_financial_report_rel, name: "account_analytic_tag_ins_fina_account_analytic_tag_id_ins_f_idx"
remove_index :account_analytic_tag_ins_general_ledger_rel, name: "account_analytic_tag_ins_gene_account_analytic_tag_id_ins_g_idx"
remove_index :account_automatic_entry_wizard_account_move_line_rel, name: "account_automatic_entry_wizar_account_move_line_id_account__idx"
remove_index :account_balance_report_journal_rel, name: "account_balance_report_journal_rel_journal_id_account_id_idx"
remove_index :account_bank_statement_import_ir_attachment_rel, name: "account_bank_statement_import_ir_attachment_id_account_bank_idx"
remove_index :account_common_account_report_account_journal_rel, name: "account_common_account_report_account_journal_id_account_co_idx"
remove_index :account_common_journal_report_account_journal_rel, name: "account_common_journal_report_account_journal_id_account_co_idx"
remove_index :account_common_partner_report_account_journal_rel, name: "account_common_partner_report_account_journal_id_account_co_idx"
remove_index :account_common_report_account_journal_rel, name: "account_common_report_account_account_journal_id_account_co_idx"
remove_index :account_fiscal_position_pos_config_rel, name: "account_fiscal_position_pos_c_account_fiscal_position_id_po_idx"
remove_index :account_group, name: "account_group_parent_id_index"
remove_index :account_group, name: "account_group_parent_path_index"
remove_index :account_group_template, name: "account_group_template_parent_id_index"
remove_index :account_invoice_send, name: "account_invoice_send_template_id_index"
remove_index :account_invoice_transaction_rel, name: "account_invoice_transaction_rel_invoice_id_transaction_id_idx"
remove_index :account_journal_account_journal_group_rel, name: "account_journal_account_journ_account_journal_id_account_jo_idx"
remove_index :account_journal_account_payment_line_create_rel, name: "account_journal_account_payme_account_journal_id_account_p_idx1"
remove_index :account_journal_account_print_journal_rel, name: "account_journal_account_print_account_journal_id_account_pr_idx"
remove_index :account_journal_account_reconcile_model_template_rel, name: "account_journal_account_recon_account_journal_id_account_r_idx1"
remove_index :account_journal_account_reconcile_model_rel, name: "account_journal_account_recon_account_journal_id_account_re_idx"
remove_index :account_journal_account_tax_report_rel, name: "account_journal_account_tax_r_account_journal_id_account_ta_idx"
remove_index :account_journal_accounting_report_rel, name: "account_journal_accounting_re_account_journal_id_accounting_idx"
remove_index :account_journal_ins_general_ledger_rel, name: "account_journal_ins_general_l_account_journal_id_ins_genera_idx"
remove_index :account_landing_cost, name: "account_landing_cost_name_index"
remove_index :account_move_account_invoice_send_rel, name: "account_move_account_invoice__account_move_id_account_invoi_idx"
remove_index :account_move_account_resequence_wizard_rel, name: "account_move_account_resequen_account_move_id_account_reseq_idx"
remove_index :account_move_debit_move, name: "account_move_debit_move_move_id_debit_id_idx"
remove_index :account_move_line_account_payment_line_create_rel, name: "account_move_line_account_pay_account_move_line_id_account__idx"
remove_index :account_payment_account_bank_statement_line_rel, name: "account_payment_account_bank__account_payment_id_account_ba_idx"
remove_index :account_payment_line, name: "account_payment_line_bank_line_id_index"
remove_index :account_payment_line_create_res_partner_rel, name: "account_payment_line_create_r_res_partner_id_account_paymen_idx"
remove_index :account_payment_line, name: "account_payment_line_order_id_index"
remove_index :account_payment_mode_variable_journal_rel, name: "account_payment_mode_variable_jo_journal_id_payment_mode_id_idx"
remove_index :account_reconcile_model_analytic_tag_rel, name: "account_reconcile_model_analy_account_analytic_tag_id_accou_idx"
remove_index :account_reconcile_model_line_account_tax_rel, name: "account_reconcile_model_line__account_tax_id_account_reconc_idx"
remove_index :account_reconcile_model_line_template_account_tax_template_rel, name: "account_reconcile_model_line__account_tax_template_id_accou_idx"
remove_index :account_reconcile_model_res_partner_category_rel, name: "account_reconcile_model_res_p_res_partner_category_id_accou_idx"
remove_index :account_reconcile_model_res_partner_rel, name: "account_reconcile_model_res_p_res_partner_id_account_reconc_idx"
remove_index :account_reconcile_model_template_res_partner_category_rel, name: "account_reconcile_model_templ_res_partner_category_id_accou_idx"
remove_index :account_reconcile_model_template_res_partner_rel, name: "account_reconcile_model_templ_res_partner_id_account_reconc_idx"
remove_index :account_report_general_ledger_journal_rel, name: "account_report_general_ledger_journal_journal_id_account_id_idx"
remove_index :account_tax_filiation_rel, name: "account_tax_filiation_rel_child_tax_parent_tax_idx"
remove_index :account_tax_repartition_financial_tags, name: "account_tax_repartition_finan_account_account_tag_id_accoun_idx"
remove_index :account_tax_repartition_minus_report_line, name: "account_tax_repartition_minus_account_tax_report_line_id_ac_idx"
remove_index :account_tax_repartition_plus_report_line, name: "account_tax_repartition_plus__account_tax_report_line_id_ac_idx"
remove_index :account_tax_report_line, name: "account_tax_report_line_parent_path_index"
remove_index :account_tax_report_line_tags_rel, name: "account_tax_report_line_tags__account_tax_report_line_id_ac_idx"
remove_index :account_tax_sale_advance_payment_inv_rel, name: "account_tax_sale_advance_paym_account_tax_id_sale_advance_p_idx"
remove_index :account_tax_template_filiation_rel, name: "account_tax_template_filiation_rel_child_tax_parent_tax_idx"
remove_index :add_product_public_category_product_template_rel, name: "add_product_public_category_p_product_public_category_id_pr_idx"
remove_index :applicant_get_refuse_reason_hr_applicant_rel, name: "applicant_get_refuse_reason_h_hr_applicant_id_applicant_get_idx"
remove_index :attachment_id, name: "attachment_id_ir_attachment_id_res_id_idx"
remove_index :badge_unlocked_definition_rel, name: "badge_unlocked_definition_rel_gamification_goal_definition__idx"
remove_index :bank_payment_line, name: "bank_payment_line_order_id_index"
remove_index :base_automation_onchange_fields_rel, name: "base_automation_onchange_fiel_ir_model_fields_id_base_autom_idx"
remove_index :base_language_install_website_rel, name: "base_language_install_website_website_id_base_language_inst_idx"
remove_index :card_provider_pos_payment_method_rel, name: "card_provider_pos_payment_met_card_provider_id_pos_payment__idx"
remove_index :cnaps_dept_emp_rel, name: "cnaps_dept_emp_rel_emp_id_sum_id_idx"
remove_index :cont_dept_emp_rel, name: "cont_dept_emp_rel_emp_id_sum_id_idx"
remove_index :crm_convert_lead_mass_lead_rel, name: "crm_convert_lead_mass_lead_re_crm_lead_id_crm_lead2opportun_idx"
remove_index :crm_iap_lead_industry_crm_iap_lead_mining_request_rel, name: "crm_iap_lead_industry_crm_iap_crm_iap_lead_industry_id_crm__idx"
remove_index :crm_iap_lead_mining_request_crm_iap_lead_role_rel, name: "crm_iap_lead_mining_request_c_crm_iap_lead_role_id_crm_iap__idx"
remove_index :crm_iap_lead_mining_request_crm_tag_rel, name: "crm_iap_lead_mining_request_c_crm_tag_id_crm_iap_lead_minin_idx"
remove_index :crm_iap_lead_mining_request_res_country_rel, name: "crm_iap_lead_mining_request_r_res_country_id_crm_iap_lead_m_idx"
remove_index :crm_iap_lead_mining_request_res_country_state_rel, name: "crm_iap_lead_mining_request_r_res_country_state_id_crm_iap__idx"
remove_index :crm_lead2opportunity_partner_mass_res_users_rel, name: "crm_lead2opportunity_partner__res_users_id_crm_lead2opportu_idx"
remove_index :crm_lead_crm_lead2opportunity_partner_mass_rel, name: "crm_lead_crm_lead2opportunity_crm_lead_id_crm_lead2opportu_idx1"
remove_index :crm_lead_crm_lead2opportunity_partner_rel, name: "crm_lead_crm_lead2opportunity_crm_lead_id_crm_lead2opportun_idx"
remove_index :crm_lead_website_visitor_rel, name: "crm_lead_website_visitor_rel_website_visitor_id_crm_lead_id_idx"
remove_index :crm_merge_opportunity, name: "crm_merge_opportunity_team_id_index"
remove_index :crm_merge_opportunity, name: "crm_merge_opportunity_user_id_index"
remove_index :crm_team_ins_account_financial_report_rel, name: "crm_team_ins_account_financia_crm_team_id_ins_account_finan_idx"
remove_index :delivery_carrier_country_rel, name: "delivery_carrier_country_rel_country_id_carrier_id_idx"
remove_index :delivery_carrier_delivery_zone_rel, name: "delivery_carrier_delivery_zon_delivery_zone_id_delivery_car_idx"
remove_index :delivery_carrier_state_rel, name: "delivery_carrier_state_rel_state_id_carrier_id_idx"
remove_index :delivery_time_slot_delivery_zone_schedule_line_rel, name: "delivery_time_slot_delivery_z_delivery_time_slot_id_deliver_idx"
remove_index :delivery_zone_res_users_rel, name: "delivery_zone_res_users_rel_res_users_id_delivery_zone_id_idx"
remove_index :documents_document_res_users_rel, name: "documents_document_res_users__res_users_id_documents_docume_idx"
remove_index :documents_fleet_tags_table, name: "documents_fleet_tags_table_documents_tag_id_res_company_id_idx"
remove_index :documents_request_wizard_documents_tag_rel, name: "documents_request_wizard_docu_documents_tag_id_documents_re_idx"
remove_index :documents_tag_mail_activity_type_rel, name: "documents_tag_mail_activity_t_documents_tag_id_mail_activit_idx"
remove_index :employee_overtime_recalculate_hr_employee_rel, name: "employee_overtime_recalculate_hr_employee_id_employee_overt_idx"
remove_index :employee_shift_rule, name: "employee_shift_rule_dayofweek_index"
remove_index :employee_tips_hr_department_rel, name: "employee_tips_hr_department_r_hr_department_id_employee_tip_idx"
remove_index :employee_tips, name: "employee_tips_message_main_attachment_id_index"
remove_index :excluded_tag_ids_rule_table, name: "excluded_tag_ids_rule_table_documents_tag_id_documents_work_idx"
remove_index :fleet_service_type_fleet_vehicle_log_contract_rel, name: "fleet_service_type_fleet_vehi_fleet_service_type_id_fleet_v_idx"
remove_index :fleet_vehicle_model_vendors, name: "fleet_vehicle_model_vendors_partner_id_model_id_idx"
remove_index :gamification_badge_rule_badge_rel, name: "gamification_badge_rule_badge_rel_badge2_id_badge1_id_idx"
remove_index :gamification_invited_user_ids_rel, name: "gamification_invited_user_ids_res_users_id_gamification_cha_idx"
remove_index :help_ticket_project_task_rel, name: "help_ticket_project_task_rel_project_task_id_help_ticket_id_idx"
remove_index :helpdesk_sla_helpdesk_stage_rel, name: "helpdesk_sla_helpdesk_stage_r_helpdesk_stage_id_helpdesk_sl_idx"
remove_index :helpdesk_sla_helpdesk_tag_rel, name: "helpdesk_sla_helpdesk_tag_rel_helpdesk_tag_id_helpdesk_sla__idx"
remove_index :helpdesk_sla, name: "helpdesk_sla_name_index"
remove_index :helpdesk_sla_status, name: "helpdesk_sla_status_ticket_id_index"
remove_index :helpdesk_team_res_users_rel, name: "helpdesk_team_res_users_rel_res_users_id_helpdesk_team_id_idx"
remove_index :hr_applicant_hr_applicant_category_rel, name: "hr_applicant_hr_applicant_cat_hr_applicant_category_id_hr_a_idx"
remove_index :hr_document, name: "hr_document_message_main_attachment_id_index"
remove_index :hr_employee_clock_rel, name: "hr_employee_clock_rel_employee_id_clock_id_idx"
remove_index :hr_employee_hr_leave_type_rel, name: "hr_employee_hr_leave_type_rel_hr_employee_id_hr_leave_type__idx"
remove_index :hr_employee_pos_config_rel, name: "hr_employee_pos_config_rel_hr_employee_id_pos_config_id_idx"
remove_index :hr_employee_shift_rel, name: "hr_employee_shift_rel_employee_id_shift_id_idx"
remove_index :hr_employee_wage_card_print_rel, name: "hr_employee_wage_card_print_r_hr_employee_id_wage_card_prin_idx"
remove_index :hr_expense_hr_expense_refuse_wizard_rel, name: "hr_expense_hr_expense_refuse__hr_expense_id_hr_expense_refu_idx"
remove_index :hr_holiday_public_state_rel, name: "hr_holiday_public_state_rel_state_id_line_id_idx"
remove_index :hr_holidays_public_public_holidays_next_year_wizard_rel, name: "hr_holidays_public_public_hol_hr_holidays_public_id_public__idx"
remove_index :hr_job_hr_recruitment_stage_rel, name: "hr_job_hr_recruitment_stage_r_hr_job_id_hr_recruitment_stag_idx"
remove_index :iap_account_res_company_rel, name: "iap_account_res_company_rel_res_company_id_iap_account_id_idx"
remove_index :ins_account_financial_report_res_partner_rel, name: "ins_account_financial_report__res_partner_id_ins_account_fi_idx"
remove_index :ins_general_ledger_res_partner_rel, name: "ins_general_ledger_res_partne_res_partner_id_ins_general_le_idx"
remove_index :ins_partner_ageing_res_partner_category_rel, name: "ins_partner_ageing_res_partne_res_partner_category_id_ins_p_idx"
remove_index :ins_partner_ledger_res_partner_category_rel, name: "ins_partner_ledger_res_partne_res_partner_category_id_ins_p_idx"
remove_index :ir_act_server_mail_channel_rel, name: "ir_act_server_mail_channel_re_mail_channel_id_ir_act_server_idx"
remove_index :ir_act_server_res_partner_rel, name: "ir_act_server_res_partner_rel_res_partner_id_ir_act_server__idx"
remove_index :ir_attachment_slide_channel_invite_rel, name: "ir_attachment_slide_channel_i_ir_attachment_id_slide_channe_idx"
remove_index :ir_model_fields_group_rel, name: "ir_model_fields_group_rel_group_id_field_id_idx"
remove_index :laundry_batch, name: "laundry_batch_message_main_attachment_id_index"
remove_index :laundry_batch, name: "laundry_batch_name_index"
remove_index :mail_activity_rel, name: "mail_activity_rel_recommended_id_activity_id_idx"
remove_index :mail_activity_type_mail_template_rel, name: "mail_activity_type_mail_templ_mail_template_id_mail_activit_idx"
remove_index :mail_blacklist, name: "mail_blacklist_email_index"
remove_index :mail_blacklist, name: "mail_blacklist_message_main_attachment_id_index"
remove_index :mail_channel_moderator_rel, name: "mail_channel_moderator_rel_res_users_id_mail_channel_id_idx"
remove_index :mail_moderation, name: "mail_moderation_channel_id_index"
remove_index :mail_shortcode, name: "mail_shortcode_source_index"
remove_index :mail_shortcode, name: "mail_shortcode_substitution_index"
remove_index :maintenance_team_users_rel, name: "maintenance_team_users_rel_res_users_id_maintenance_team_id_idx"
remove_index :meeting_category_rel, name: "meeting_category_rel_type_id_event_id_idx"
remove_index :merge_opportunity_rel, name: "merge_opportunity_rel_opportunity_id_merge_id_idx"
remove_index :mrp_bom_byproduct, name: "mrp_bom_byproduct_company_id_index"
remove_index :mrp_bom, name: "mrp_bom_company_id_index"
remove_index :mrp_bom_line, name: "mrp_bom_line_bom_id_index"
remove_index :mrp_bom_line, name: "mrp_bom_line_company_id_index"
remove_index :mrp_bom_line_product_template_attribute_value_rel, name: "mrp_bom_line_product_template_product_template_attribute_va_idx"
remove_index :mrp_bom, name: "mrp_bom_message_main_attachment_id_index"
remove_index :mrp_bom, name: "mrp_bom_product_id_index"
remove_index :mrp_bom, name: "mrp_bom_product_tmpl_id_index"
remove_index :mrp_consumption_warning_mrp_production_rel, name: "mrp_consumption_warning_mrp_p_mrp_production_id_mrp_consump_idx"
remove_index :mrp_production, name: "mrp_production_company_id_index"
remove_index :mrp_production, name: "mrp_production_date_finished_index"
remove_index :mrp_production, name: "mrp_production_date_planned_start_index"
remove_index :mrp_production, name: "mrp_production_date_start_index"
remove_index :mrp_production, name: "mrp_production_message_main_attachment_id_index"
remove_index :mrp_production_mrp_production_backorder_rel, name: "mrp_production_mrp_production_mrp_production_id_mrp_product_idx"
remove_index :mrp_production, name: "mrp_production_orderpoint_id_index"
remove_index :mrp_production, name: "mrp_production_priority_index"
remove_index :mrp_production_production_rel, name: "mrp_production_production_rel_mrp_production_id_mrp_immedia_idx"
remove_index :mrp_production, name: "mrp_production_reservation_state_index"
remove_index :mrp_production, name: "mrp_production_state_index"
remove_index :mrp_routing_workcenter, name: "mrp_routing_workcenter_bom_id_index"
remove_index :mrp_unbuild, name: "mrp_unbuild_company_id_index"
remove_index :mrp_unbuild, name: "mrp_unbuild_message_main_attachment_id_index"
remove_index :mrp_unbuild, name: "mrp_unbuild_state_index"
remove_index :mrp_workcenter_alternative_rel, name: "mrp_workcenter_alternative_re_alternative_workcenter_id_wor_idx"
remove_index :mrp_workcenter, name: "mrp_workcenter_company_id_index"
remove_index :mrp_workcenter_productivity, name: "mrp_workcenter_productivity_company_id_index"
remove_index :mrp_workcenter, name: "mrp_workcenter_resource_calendar_id_index"
remove_index :mrp_workcenter, name: "mrp_workcenter_resource_id_index"
remove_index :payment_country_rel, name: "payment_country_rel_country_id_payment_id_idx"
remove_index :payment_token, name: "payment_token_company_id_index"
remove_index :payment_transaction, name: "payment_transaction_reference_index"
remove_index :phone_blacklist, name: "phone_blacklist_message_main_attachment_id_index"
remove_index :phone_blacklist, name: "phone_blacklist_number_index"
remove_index :portal_share_res_partner_rel, name: "portal_share_res_partner_rel_res_partner_id_portal_share_id_idx"
remove_index :pos_category_pos_config_rel, name: "pos_category_pos_config_rel_pos_category_id_pos_config_id_idx"
remove_index :product_accessory_rel, name: "product_accessory_rel_dest_id_src_id_idx"
remove_index :product_alternative_rel, name: "product_alternative_rel_dest_id_src_id_idx"
remove_index :product_attr_exclusion_value_ids_rel, name: "product_attr_exclusion_value__product_template_attribute_va_idx"
remove_index :product_attribute_product_template_rel, name: "product_attribute_product_tem_product_template_id_product_a_idx"
remove_index :product_attribute, name: "product_attribute_sequence_index"
remove_index :product_attribute_value, name: "product_attribute_value_attribute_id_index"
remove_index :product_attribute_value_product_template_attribute_line_rel, name: "product_attribute_value_produ_product_template_attribute_li_idx"
remove_index :product_attribute_value, name: "product_attribute_value_sequence_index"
remove_index :product_category_res_company_rel, name: "product_category_res_company__res_company_id_product_catego_idx"
remove_index :product_image, name: "product_image_product_tmpl_id_index"
remove_index :product_image, name: "product_image_product_variant_id_index"
remove_index :product_image, name: "product_image_sequence_index"
remove_index :product_packaging, name: "product_packaging_company_id_index"
remove_index :product_public_category, name: "product_public_category_parent_id_index"
remove_index :product_public_category, name: "product_public_category_parent_path_index"
remove_index :product_public_category_product_template_rel, name: "product_public_category_produ_product_template_id_product_p_idx"
remove_index :product_public_category, name: "product_public_category_sequence_index"
remove_index :product_public_category, name: "product_public_category_website_id_index"
remove_index :product_replenish_stock_location_route_rel, name: "product_replenish_stock_locat_stock_location_route_id_produ_idx"
remove_index :product_template_attribute_exclusion, name: "product_template_attribute_exclusion_product_template_attribute"
remove_index :product_template_attribute_exclusion, name: "product_template_attribute_exclusion_product_tmpl_id_index"
remove_index :product_template_attribute_line, name: "product_template_attribute_line_attribute_id_index"
remove_index :product_template_attribute_line, name: "product_template_attribute_line_product_tmpl_id_index"
remove_index :product_template_attribute_value_sale_order_line_rel, name: "product_template_attribute_va_product_template_attribute_va_idx"
remove_index :product_template_attribute_value, name: "product_template_attribute_value_attribute_id_index"
remove_index :product_template_attribute_value, name: "product_template_attribute_value_product_attribute_value_id_ind"
remove_index :product_template_attribute_value, name: "product_template_attribute_value_product_tmpl_id_index"
remove_index :product_variant_combination, name: "product_variant_combination_product_template_attribute_valu_idx"
remove_index :project_allowed_portal_users_rel, name: "project_allowed_portal_users__res_users_id_project_project__idx"
remove_index :rel_badge_auth_users, name: "rel_badge_auth_users_res_users_id_gamification_badge_id_idx"
remove_index :rel_modules_langexport, name: "rel_modules_langexport_module_id_wiz_id_idx"
remove_index :rel_server_actions, name: "rel_server_actions_action_id_server_id_idx"
remove_index :rel_upload_groups, name: "rel_upload_groups_group_id_channel_id_idx"
remove_index :res_country_group_pricelist_rel, name: "res_country_group_pricelist_r_res_country_group_id_pricelis_idx"
remove_index :res_groups_website_menu_rel, name: "res_groups_website_menu_rel_res_groups_id_website_menu_id_idx"
remove_index :res_partner_slide_channel_invite_rel, name: "res_partner_slide_channel_inv_res_partner_id_slide_channel__idx"
remove_index :res_partner_sol_requisition_line_rel, name: "res_partner_sol_requisition_l_res_partner_id_sol_requisitio_idx"
remove_index :resource_test, name: "resource_test_company_id_index"
remove_index :resource_test, name: "resource_test_resource_calendar_id_index"
remove_index :resource_test, name: "resource_test_resource_id_index"
remove_index :salary_cotisation_rel, name: "salary_cotisation_rel_cotisation_type_id_cotisation_id_idx"
remove_index :sale_order_template_option, name: "sale_order_template_option_company_id_index"
remove_index :sale_order_template_option, name: "sale_order_template_option_sale_order_template_id_index"
remove_index :sale_order_transaction_rel, name: "sale_order_transaction_rel_transaction_id_sale_order_id_idx"
remove_index :slide_embed, name: "slide_embed_slide_id_index"
remove_index :stock_location_route_categ, name: "stock_location_route_categ_categ_id_route_id_idx"
remove_index :stock_location_route_stock_rules_report_rel, name: "stock_location_route_stock_ru_stock_location_route_id_stock_idx"
remove_index :stock_move_line_consume_rel, name: "stock_move_line_consume_rel_produce_line_id_consume_line_id_idx"
remove_index :stock_orderpoint_snooze_stock_warehouse_orderpoint_rel, name: "stock_orderpoint_snooze_stock_stock_warehouse_orderpoint_id_idx"
remove_index :stock_package_level, name: "stock_package_level_company_id_index"
remove_index :stock_picking_sms_rel, name: "stock_picking_sms_rel_stock_picking_id_confirm_stock_sms_id_idx"
remove_index :stock_production_lot, name: "stock_production_lot_company_id_index"
remove_index :stock_production_lot, name: "stock_production_lot_message_main_attachment_id_index"
remove_index :stock_putaway_rule, name: "stock_putaway_rule_company_id_index"
remove_index :stock_quant_package, name: "stock_quant_package_company_id_index"
remove_index :stock_quant_package, name: "stock_quant_package_location_id_index"
remove_index :stock_quant_package, name: "stock_quant_package_name_index"
remove_index :stock_quant_package, name: "stock_quant_package_packaging_id_index"
remove_index :stock_rules_report_stock_warehouse_rel, name: "stock_rules_report_stock_ware_stock_warehouse_id_stock_rule_idx"
remove_index :stock_wh_resupply_table, name: "stock_wh_resupply_table_supplier_wh_id_supplied_wh_id_idx"
remove_index :summ_dept_emp_rel, name: "summ_dept_emp_rel_emp_id_sum_id_idx"
remove_index :summ_dept_rel, name: "summ_dept_rel_dept_id_sum_id_idx"
remove_index :summary_emp_rel, name: "summary_emp_rel_emp_id_sum_id_idx"
remove_index :survey_invite, name: "survey_invite_author_id_index"
remove_index :survey_invite_partner_ids, name: "survey_invite_partner_ids_partner_id_invite_id_idx"
remove_index :survey_invite, name: "survey_invite_template_id_index"
remove_index :survey_mail_compose_message_ir_attachments_rel, name: "survey_mail_compose_message_ir_atta_attachment_id_wizard_id_idx"
remove_index :survey_question_survey_user_input_rel, name: "survey_question_survey_user_i_survey_question_id_survey_use_idx"
remove_index :theme_website_menu, name: "theme_website_menu_parent_id_index"
remove_index :utm_tag_rel, name: "utm_tag_rel_campaign_id_tag_id_idx"
remove_index :website_country_group_rel, name: "website_country_group_rel_country_group_id_website_id_idx"
remove_index :website_rewrite, name: "website_rewrite_url_from_index"
remove_index :website_rewrite, name: "website_rewrite_website_id_index"
Relation Size
mail_message 1.65 GB
ir_model_data 580 MB
mail_message_message_id_index UNUSED 545 MB
account_move_line 459 MB
ir_attachment 328 MB
ir_model_data_module_name_uniq_index 278 MB
mail_tracking_value 200 MB
account_analytic_line 200 MB
ir_model_data_model_res_id_index 193 MB
hr_payroll_bulletin_line 174 MB
mail_followers 164 MB
ir_logging 158 MB
mail_followers_mail_message_subtype_rel 126 MB
mail_followers_mail_followers_res_partner_res_model_id_uniq 106 MB
account_move 105 MB
ir_model_data_pkey 90.8 MB
hr_payroll_bulletin 90 MB
mail_followers_mail_followers_res_channel_res_model_id_uniq 79.1 MB
sale_order_line 73.9 MB
mail_message_pkey 72.1 MB
mail_message_model_res_id_idx 69.1 MB
purchase_order 68.8 MB
stock_move 64.5 MB
mail_followers_mail_message_s_mail_message_subtype_id_mail__idx 62.5 MB
mail_followers_mail_message_subtype_rel_pkey 62.4 MB
purchase_order_line 51.6 MB
mail_followers_pkey 50 MB
account_move_line_pkey 39.2 MB
hr_leave_allocation 38.5 MB
mail_message_res_id_index 37.9 MB
wage_card_line 35.8 MB
mail_mail 35.6 MB
berkeley_account_move_line 34.7 MB
stock_move_line 32.5 MB
mail_message_parent_id_index 31.7 MB
mail_tracking_value_pkey 30.4 MB
mail_followers_res_id_index UNUSED 30.3 MB
hr_payroll_bulletin_line_pkey 29.6 MB
ir_attachment_checksum_index UNUSED 29.4 MB
mail_tracking_value_mail_message_id_index 29.4 MB
hr_attendance 29 MB
project_task 28.7 MB
hr_payslip_worked_days 28.5 MB
account_move_line_partner_id_ref_idx 26.8 MB
mail_message_res_partner_needaction_rel 26.1 MB
hr_employee 25.6 MB
account_move_line_ref_index UNUSED 24.9 MB
account_analytic_line_move_id_index 24.9 MB
account_analytic_line_pkey 24.7 MB
stock_valuation_layer 24.7 MB
mail_message_moderation_status_index UNUSED 23.8 MB
mail_message_mail_activity_type_id_index UNUSED 23.7 MB
mail_message_moderator_id_index UNUSED 23.7 MB
mail_message_author_id_index 23.6 MB
mail_message_subtype_id_index 23.6 MB
account_move_line_move_name_index UNUSED 22.9 MB
purchase_requisition_line 22.6 MB
res_groups_users_rel 21.4 MB
sale_order 20.8 MB
hr_leave 20.5 MB
account_partial_reconcile 19.8 MB
account_move_line_move_id_index 19.7 MB
ir_logging_pkey 19.5 MB
mail_message_res_partner_rel 19 MB
mail_followers_partner_id_index 18.7 MB
account_move_line_account_id_index 17.8 MB
account_move_line_date_index 17.8 MB
account_move_line_purchase_line_id_index 16.8 MB
res_partner 16.6 MB
mail_followers_res_model_index 16.2 MB
mail_followers_channel_id_index 16 MB
hr_employee_overtime 15.7 MB
mail_notification_res_partner_id_is_read_notification_status_ma 15.6 MB
account_move_line_analytic_account_id_index 15.5 MB
account_move_line_journal_id_index 15.5 MB
ir_attachment_pkey 15.5 MB
account_account_tag_account_move_line_rel 14.8 MB
account_move_line_full_reconcile_id_index 14.7 MB
account_move_line_payment_id_index 14.5 MB
account_move_line_statement_id_index 14.1 MB
account_move_line_statement_line_id_index 14 MB
account_move_line_account_tax_rel 14 MB
account_move_line_payment_mode_id_index UNUSED 13.6 MB
account_move_line_date_maturity_index 13.6 MB
res_groups_users_rel_pkey 13.3 MB
res_groups_users_rel_uid_gid_idx 13.1 MB
account_move_line_vehicle_id_index 12.7 MB
account_move_line_bank_payment_line_id_index UNUSED 12.7 MB
stock_location_route_move 12.6 MB
ir_attachment_res_idx 12.3 MB
documents_document 11.1 MB
mail_activity 10.8 MB
stock_valuation_layer_index 10.7 MB
slide_channel_partner 10.7 MB
account_move_sequence_index 10.7 MB
account_analytic_line_tag_rel 10.4 MB
account_analytic_tag_account_move_line_rel 10.1 MB
account_analytic_line_account_id_index 9.89 MB
mail_message_res_partner_rel_res_partner_id_mail_message_id_idx 9.4 MB
account_analytic_line_date_index 9.36 MB
mail_message_res_partner_rel_pkey 8.74 MB
purchase_requisition 8.47 MB
website_track 8.3 MB
stock_picking 8.08 MB
ir_property 7.95 MB
account_analytic_line_task_id_index 7.84 MB
mail_message_res_partner_needaction_rel_pkey 7.82 MB
hr_expense 7.7 MB
product_template 7.45 MB
account_account_tag_account_m_account_account_tag_id_accoun_idx 7.42 MB
account_tax_purchase_order_line_rel 7.38 MB
stock_location_route_move_route_id_move_id_idx UNUSED 7.35 MB
account_account_tag_account_move_line_rel_pkey 7.34 MB
stock_location_route_move_pkey 7.34 MB
mail_message_res_partner_needaction_rel_mail_message_id_index 7.32 MB
account_move_sequence_index2 7.28 MB
account_move_name_index 6.94 MB
account_move_line_account_tax_account_tax_id_account_move_l_idx 6.72 MB
account_move_line_account_tax_rel_pkey 6.65 MB
ir_ui_view 6.32 MB
service_delivery 6.23 MB
wage_card_line_pkey 6.23 MB
ir_logging_dbname_index UNUSED 6.12 MB
stock_move_line_pkey 6.04 MB
ir_logging_level_index UNUSED 6.02 MB
ir_logging_type_index UNUSED 6.02 MB
hr_payslip_worked_days_pkey 5.89 MB
sale_order_line_pkey 5.86 MB
account_tax_sale_order_line_rel 5.81 MB
hr_attendance_pkey 5.78 MB
hr_contract 5.77 MB
pos_order_line 5.57 MB
stock_move_pkey 5.52 MB
stock_move_line_move_id_index 5.48 MB
website_visitor 5.48 MB
payment_partial_invoice 5.46 MB
hr_payroll_bulletin_pkey 5.44 MB
resource_resource 5.41 MB
account_analytic_line_tag_rel_tag_id_line_id_idx 5.19 MB
account_analytic_line_tag_rel_pkey 5.15 MB
stock_move_name_index UNUSED 5.14 MB
account_analytic_tag_account__account_analytic_tag_id_accou_idx 5.12 MB
hr_payslip_worked_days_payslip_id_index 5.12 MB
pos_quotation_line 5.1 MB
account_analytic_tag_account_move_line_rel_pkey 5.07 MB
ir_attachment_url_index 4.93 MB
ir_attachment_original_id_index 4.87 MB
sale_order_line_invoice_rel 4.83 MB
res_users 4.79 MB
stock_move_purchase_line_id_index 4.71 MB
account_edi_document 4.57 MB
berkeley_account_move 4.52 MB
crm_lead 4.48 MB
account_payment 4.45 MB
account_move_payment_reference_index UNUSED 4.41 MB
base_import_import 4.39 MB
account_move_pkey 4.34 MB
purchase_order_line_pkey 4.17 MB
stock_move_product_location_index 4.13 MB
account_tax_purchase_order_li_account_tax_id_purchase_order_idx 4.05 MB
account_tax_purchase_order_line_rel_pkey 4.03 MB
berkeley_account 4 MB
hr_leave_allocation_pkey 3.99 MB
berkeley_account_move_line_pkey 3.98 MB
procurement_group 3.87 MB
account_partial_reconcile_pkey 3.84 MB
account_analytic_tag_purchase_order_line_rel 3.78 MB
website_visitor_access_token_unique 3.76 MB
sale_order_line_order_id_index 3.69 MB
stock_valuation_layer_stock_move_id_index 3.68 MB
stock_valuation_layer_pkey 3.5 MB
account_analytic_tag_sale_order_line_rel 3.48 MB
mail_message_res_partner_needaction_rel_mail_id_index 3.45 MB
pos_order 3.4 MB
account_tax_sale_order_line_r_account_tax_id_sale_order_lin_idx 3.38 MB
account_tax_sale_order_line_rel_pkey 3.36 MB
stock_move_date_index 3.34 MB
stock_move_line_free_reservation_index 3.23 MB
slide_channel_partner_pkey 3.17 MB
hr_employee_overtime_pkey 3.1 MB
account_partial_reconcile_credit_move_id_index 3.09 MB
account_partial_reconcile_debit_move_id_index 3.09 MB
mail_message_res_partner_needaction_rel_notification_status_ind 3.03 MB
hr_payroll_ligne_rubrique 3.02 MB
document_tag_rel 2.96 MB
account_full_reconcile 2.95 MB
hr_leave_pkey 2.95 MB
stock_move_picking_id_index 2.94 MB
stock_move_line_picking_id_index 2.91 MB
calendar_event 2.91 MB
purchase_requisition_line_pkey 2.91 MB
account_move_payment_idx 2.89 MB
stock_move_group_id_index 2.87 MB
stock_move_product_id_index 2.87 MB
ir_model_fields 2.83 MB
stock_move_create_date_index UNUSED 2.82 MB
sale_order_line_invoice_rel_order_line_id_invoice_line_id_idx 2.81 MB
stock_move_line_product_id_index 2.77 MB
mail_message_res_partner_needaction_rel_notification_type_index 2.69 MB
ir_property_unique_index 2.67 MB
mail_message_res_partner_needaction_rel_letter_id_index UNUSED 2.65 MB
res_partner_bank 2.64 MB
mail_message_res_partner_needaction_rel_sms_id_index 2.63 MB
mail_message_res_partner_needaction_rel_is_read_index 2.62 MB
sale_order_line_invoice_rel_pkey 2.59 MB
pos_quotation 2.55 MB
stock_quant 2.5 MB
account_asset_depreciation_line 2.49 MB
hr_leave_allocation_employee_id_index 2.37 MB
stock_move_state_index 2.37 MB
hr_attendance_employee_id_index 2.35 MB
res_partner_display_name_index 2.28 MB
account_move_invoice_date_due_index 2.26 MB
purchase_order_line_order_id_index 2.21 MB
wage_card_line_wage_card_id_index 2.2 MB
purchase_order_line_date_planned_index UNUSED 2.19 MB
account_move_payment_id_index 2.17 MB
account_analytic_tag_purchase_account_analytic_tag_id_purch_idx 2.16 MB
account_move_invoice_date_index 2.16 MB
subscription_subscription_history 2.14 MB
account_analytic_tag_purchase_order_line_rel_pkey 2.13 MB
res_partner_name_index 2.13 MB
website_track_pkey 2.12 MB
account_move_date_index 2.11 MB
account_analytic_tag_sale_ord_account_analytic_tag_id_sale__idx 2.09 MB
sale_order_name_index 2.05 MB
calendar_attendee 2.04 MB
product_supplierinfo 2.04 MB
sale_order_create_date_index 2.03 MB
ir_property_res_id_index 2.02 MB
stock_move_sale_line_id_index 2.02 MB
product_product 2.01 MB
account_analytic_tag_sale_order_line_rel_pkey 1.98 MB
stock_move_location_id_index 1.98 MB
account_move_purchase_order_rel 1.95 MB
project_project 1.95 MB
stock_move_location_dest_id_index UNUSED 1.94 MB
sale_order_pkey 1.92 MB
stock_move_origin_returned_move_id_index 1.9 MB
account_move_move_type_index 1.88 MB
account_move_reversed_entry_id_index 1.84 MB
document_tag_rel_documents_tag_id_documents_document_id_idx 1.84 MB
document_tag_rel_pkey 1.84 MB
documents_document_pkey 1.84 MB
account_move_message_main_attachment_id_index 1.83 MB
account_analytic_tag_purchase_requisition_line_rel 1.82 MB
sale_order_line_company_id_index 1.82 MB
stock_move_created_purchase_line_id_index 1.82 MB
stock_move_orderpoint_id_index UNUSED 1.82 MB
stock_move_priority_index UNUSED 1.82 MB
stock_move_production_id_index UNUSED 1.82 MB
stock_move_raw_material_production_id_index 1.82 MB
account_tax_pos_quotation_line_rel 1.81 MB
stock_move_company_id_index 1.8 MB
account_move_line_service_delivery_rel 1.77 MB
stock_move_line_company_id_index UNUSED 1.75 MB
pos_payment 1.71 MB
sale_order_date_order_index 1.71 MB
resource_calendar_leaves 1.69 MB
gamification_goal 1.67 MB
stock_picking_name_uniq 1.66 MB
payment_term 1.66 MB
sale_order_line_linked_line_id_index 1.63 MB
sale_order_line_project_id_index UNUSED 1.63 MB
sale_order_line_task_id_index 1.63 MB
property_room 1.56 MB
purchase_order_line_orderpoint_id_index UNUSED 1.54 MB
purchase_order_line_sale_line_id_index 1.54 MB
slide_channel_partner_partner_id_index 1.54 MB
account_move_secure_sequence_number_index UNUSED 1.52 MB
account_move_tax_cash_basis_move_id_index 1.52 MB
account_move_stock_move_id_index 1.51 MB
mail_activity_pkey 1.43 MB
purchase_order_stock_picking_rel 1.41 MB
website_track_visitor_id_index 1.41 MB
hr_employee_resource_id_index 1.4 MB
stock_picking_name_index UNUSED 1.4 MB
hr_employee_pkey 1.38 MB
hr_employee_user_uniq 1.35 MB
hr_leave_allocation_date_from_index 1.34 MB
product_template_name_index UNUSED 1.34 MB
payment_partial_invoice_pkey 1.34 MB
hr_expense_sheet 1.33 MB
hr_leave_allocation_message_main_attachment_id_index 1.33 MB
res_users_login_key 1.32 MB
resource_resource_pkey 1.32 MB
res_partner_ref_index 1.3 MB
account_tax_pos_order_line_rel 1.26 MB
mail_activity_res_id_index 1.26 MB
hr_leave_date_to_date_from_index 1.25 MB
res_partner_commercial_partner_id_index 1.2 MB
expense_tax 1.19 MB
ir_property_pkey 1.16 MB
res_partner_pkey 1.16 MB
account_analytic_tag_purchase_account_analytic_tag_id_purc_idx1 1.14 MB
account_tax_pos_quotation_lin_account_tax_id_pos_quotation__idx UNUSED 1.09 MB
account_tax_pos_quotation_line_rel_pkey 1.09 MB
hr_leave_date_from_index 1.09 MB
pos_quotation_line_pkey 1.09 MB
account_analytic_tag_purchase_requisition_line_rel_pkey 1.08 MB
stock_picking_origin_index UNUSED 1.08 MB
digest_digest_res_users_rel 1.07 MB
ir_module_module 1.07 MB
res_company_users_rel 1.07 MB
stock_inventory_line 1.07 MB
gamification_challenge_users_rel 1.05 MB
documents_document_attachment_unique 1 MB
account_analytic_account 1020 KB
hr_leave_employee_id_index 1020 KB
slide_channel_partner_channel_id_index 1020 KB
stock_picking_date_index UNUSED 1020 KB
mail_channel_partner 1000 KB
account_edi_document_pkey 992 KB
account_edi_document_unique_edi_document_by_move_by_format 992 KB
employee_category_rel 992 KB
sale_order_message_main_attachment_id_index 992 KB
stock_picking_scheduled_date_index 992 KB
account_move_purchase_order_rel_pkey 984 KB
hr_employee_overtime_message_main_attachment_id_index 976 KB
mail_mail_pkey 960 KB
website_visitor_pkey 952 KB
purchase_order_date_approve_index 944 KB
account_move_line_service_del_service_delivery_id_account_m_idx 936 KB
account_move_purchase_order_r_account_move_id_purchase_orde_idx 936 KB
ir_model_fields_name_unique 936 KB
purchase_order_date_order_index 904 KB
sale_order_partner_id_index 896 KB
service_delivery_pkey 896 KB
stock_picking_pkey 896 KB
hr_leave_message_main_attachment_id_index 888 KB
stock_route_product 888 KB
purchase_order_name_index 872 KB
account_move_line_service_delivery_rel_pkey 864 KB
mail_alias 864 KB
berkeley_account_move_pkey 856 KB
sale_order_user_id_index 848 KB
account_full_reconcile_pkey 840 KB
mail_mail_mail_message_id_index 840 KB
account_asset_asset 832 KB
purchase_order_date_planned_index 824 KB
purchase_order_pkey 816 KB
mail_mail_res_partner_rel_pkey 808 KB
website_track_url_index 784 KB
ir_act_server 768 KB
account_tax_pos_order_line_re_account_tax_id_pos_order_line_idx UNUSED 760 KB
account_tax_pos_order_line_rel_pkey 760 KB
crm_lead_name_index UNUSED 760 KB
pos_order_line_pkey 760 KB
subscription_subscription 760 KB
res_partner_bank_unique_number 752 KB
website_track_page_id_index 696 KB
procurement_group_pkey 688 KB
sale_order_state_index 688 KB
gamification_challenge_users_rel_pkey 680 KB
hr_contract_pkey 680 KB
res_company_users_rel_pkey 680 KB
website_track_product_id_index UNUSED 680 KB
hr_expense_pkey 672 KB
res_company_users_rel_user_id_cid_idx 672 KB
account_payment_pkey 664 KB
digest_digest_res_users_rel_pkey 664 KB
digest_digest_res_users_rel_res_users_id_digest_digest_id_idx 664 KB
gamification_challenge_users__res_users_id_gamification_cha_idx 664 KB
res_users_partner_id_index 664 KB
res_users_pkey 664 KB
expense_tax_tax_id_expense_id_idx 656 KB
expense_tax_pkey 648 KB
purchase_order_stock_picking_rel_pkey 648 KB
res_partner_vat_index 648 KB
product_supplier_taxes_rel 640 KB
purchase_order_stock_picking__stock_picking_id_purchase_ord_idx 640 KB
employee_category_rel_category_id_emp_id_idx 632 KB
employee_category_rel_pkey 632 KB
product_taxes_rel 632 KB
hr_employee_company_id_index 624 KB
hr_employee_resource_calendar_id_index UNUSED 624 KB
project_task_type_rel 624 KB
account_analytic_tag_hr_expense_rel 616 KB
hr_employee_barcode_uniq 616 KB
hr_employee_message_main_attachment_id_index 616 KB
hr_job 608 KB
account_account 600 KB
documents_document_folder_id_index 600 KB
documents_document_message_main_attachment_id_index 600 KB
documents_document_url_index UNUSED 600 KB
purchase_requisition_message_main_attachment_id_index 600 KB
purchase_requisition_pkey 584 KB
analytic_group_budget 576 KB
calendar_event_res_partner_rel 576 KB
sale_order_company_id_index 576 KB
ir_cron 568 KB
mail_mail_res_partner_rel_res_partner_id_mail_mail_id_idx 568 KB
pos_quotation_name_ref 568 KB
mail_activity_res_model_index 552 KB
mail_activity_user_id_index 552 KB
mail_activity_date_deadline_index 536 KB
product_product_pkey 536 KB
product_product_product_tmpl_id_index 536 KB
product_template_pkey 536 KB
stock_route_product_pkey 536 KB
stock_route_product_product_id_route_id_idx 536 KB
contract_recruitment_product 528 KB
mail_activity_res_model_id_index UNUSED 528 KB
mail_mail_res_partner_rel 528 KB
berkeley_account_pkey 504 KB
hr_payroll_ligne_rubrique_pkey 504 KB
name_pkey 504 KB
stock_quant_pkey 488 KB
res_partner_parent_id_index 480 KB
account_asset_depreciation_line_name_index UNUSED 472 KB
account_asset_depreciation_line_pkey 472 KB
purchase_order_message_main_attachment_id_index 464 KB
stock_picking_state_index 456 KB
bus_bus_pkey 448 KB
stock_quant_product_id_index 448 KB
message_attachment_rel 440 KB
product_supplierinfo_pkey 440 KB
name_res_partner_id_account_aged_trial_balance_id_idx 416 KB
res_partner_is_published_index 416 KB
res_partner_message_main_attachment_id_index 416 KB
subscription_subscription_history_pkey 416 KB
ir_property_name_index UNUSED 408 KB
pos_quotation_pkey 408 KB
ir_model_fields_pkey 400 KB
res_partner_company_id_index UNUSED 400 KB
crm_lead_create_date_team_id_idx 392 KB
ir_model_constraint 392 KB
ir_property_type_index UNUSED 392 KB
product_product_combination_unique 392 KB
purchase_order_user_id_index 392 KB
res_partner_date_index UNUSED 392 KB
res_partner_website_id_index UNUSED 392 KB
sms_sms 392 KB
ir_property_company_id_index 384 KB
product_supplierinfo_product_tmpl_id_index 384 KB
project_task_type_rel_pkey 384 KB
project_task_type_rel_project_id_type_id_idx 376 KB
account_analytic_tag_hr_expen_account_analytic_tag_id_hr_ex_idx 368 KB
gamification_goal_pkey 368 KB
hr_expense_state_index 368 KB
mail_channel_partner_seen_message_id_idx 368 KB
product_supplier_taxes_rel_tax_id_prod_id_idx 368 KB
product_taxes_rel_pkey 368 KB
product_taxes_rel_tax_id_prod_id_idx 368 KB
stock_picking_backorder_id_index 368 KB
account_bank_statement 360 KB
helpdesk_ticket 360 KB
mail_compose_message_res_id_index UNUSED 352 KB
pos_payment_pkey 352 KB
product_supplier_taxes_rel_pkey 352 KB
res_partner_bank_partner_id_index 352 KB
res_partner_bank_pkey 352 KB
account_analytic_account_name_index 344 KB
crm_lead_pkey 344 KB
ir_act_window 344 KB
payment_term_pkey 344 KB
project_project_project_task__project_project_id_project_ta_idx 344 KB
stock_picking_message_main_attachment_id_index 344 KB
account_analytic_tag_hr_expense_rel_pkey 336 KB
ir_model 336 KB
stock_picking_company_id_index 336 KB
stock_picking_pos_order_id_index 336 KB
stock_picking_pos_session_id_index 336 KB
stock_picking_priority_index UNUSED 336 KB
account_analytic_account_project_task_unique_code 328 KB
calendar_event_res_partner_re_res_partner_id_calendar_event_idx 328 KB
purchase_order_state_index 328 KB
ir_module_module_dependency 320 KB
website_visitor_partner_uniq 320 KB
account_analytic_account_code_index 312 KB
purchase_order_company_id_index UNUSED 312 KB
wps_report 312 KB
calendar_attendee_pkey 304 KB
calendar_event_pkey 304 KB
calendar_event_res_partner_rel_pkey 304 KB
crm_lead_date_last_stage_update_index UNUSED 304 KB
purchase_order_priority_index 304 KB
pos_order_date_order_index 296 KB
product_product_default_code_index 296 KB
pos_order_pkey 288 KB
resource_calendar_leaves_pkey 288 KB
ir_model_fields_name_index UNUSED 280 KB
res_company 280 KB
project_project_project_task_type_delete_wizard_rel_pkey 272 KB
mail_channel_partner_pkey 264 KB
message_attachment_rel_attachment_id_message_id_idx 264 KB
account_analytic_account_pkey 256 KB
crm_lead_email_from_index UNUSED 256 KB
ins_account_account_financial_report 256 KB
message_attachment_rel_pkey 256 KB
hr_expense_message_main_attachment_id_index 248 KB
ir_filters 248 KB
mail_compose_message_pkey 240 KB
resource_calendar_leaves_resource_id_index 240 KB
account_payment_message_main_attachment_id_index 232 KB
crm_lead_partner_name_index UNUSED 232 KB
hr_contract_message_main_attachment_id_index 232 KB
hr_contract_resource_calendar_id_index UNUSED 232 KB
ir_model_access 232 KB
project_allowed_internal_users_rel 232 KB
project_favorite_user_rel 232 KB
res_users_uniq_users_oauth_provider_oauth_uid 232 KB
crm_lead_partner_id_index 224 KB
project_project_name_index 224 KB
purchase_requisition_schedule_date_index 224 KB
ir_model_fields_selection 216 KB
ir_model_constraint_module_name_uniq 208 KB
mail_channel 208 KB
mail_mail_fetchmail_server_id_index 208 KB
stock_inventory_line_pkey 208 KB
stock_inventory_line_product_id_index 208 KB
account_tax_repartition_line 200 KB
hr_payroll 200 KB
account_bank_statement_line 192 KB
bus_bus 192 KB
crm_lead_company_id_index 192 KB
crm_lead_priority_index 192 KB
crm_lead_user_id_team_id_type_index 192 KB
pos_session 192 KB
product_product_combination_indices_index UNUSED 192 KB
product_template_is_published_index 192 KB
stock_quant_location_id_index 192 KB
crm_lead_stage_id_index 184 KB
ir_ui_view_custom 184 KB
product_product_barcode_uniq 184 KB
product_product_message_main_attachment_id_index 184 KB
product_template_company_id_index UNUSED 184 KB
product_template_message_main_attachment_id_index 184 KB
product_template_website_id_index UNUSED 184 KB
project_allowed_internal_user_res_users_id_project_project__idx 184 KB
contract_recruitment_product_pkey 176 KB
crm_lead_team_id_index 176 KB
crm_lead_user_id_index 176 KB
ir_exports_line 176 KB
project_favorite_user_rel_user_id_project_id_idx 176 KB
stock_quant_lot_id_index UNUSED 176 KB
account_asset_depreciation_line_depreciation_date_index UNUSED 168 KB
ins_account_account_financial_rep_account_id_report_line_id_idx 168 KB
mail_alias_pkey 168 KB
analytic_group_budget_pkey 160 KB
hr_expense_sheet_pkey 160 KB
sale_order_tag_rel 160 KB
account_journal_ins_financial_account_journal_id_ins_financ_idx 152 KB
crm_lead_lead_mining_request_id_index UNUSED 152 KB
crm_lead_lost_reason_index UNUSED 152 KB
crm_lead_message_main_attachment_id_index 152 KB
crm_lead_type_index 152 KB
crm_lead_website_index UNUSED 152 KB
ins_account_account_financial_report_pkey 152 KB
ir_model_fields_model_id_index 152 KB
ir_ui_menu 152 KB
mail_compose_message_author_id_index 152 KB
product_supplierinfo_company_id_index UNUSED 152 KB
wage_card 152 KB
account_account_code_company_uniq 144 KB
bus_presence 144 KB
ir_model_fields_complete_name_index UNUSED 144 KB
ir_model_fields_website_form_blacklisted_index 144 KB
mail_compose_message 144 KB
mail_compose_message_mail_activity_type_id_index UNUSED 144 KB
pos_quotation_partner_id_index 144 KB
project_favorite_user_rel_pkey 144 KB
ir_model_fields_state_index 136 KB
ir_rule 136 KB
mail_compose_message_model_index UNUSED 136 KB
project_allowed_internal_users_rel_pkey 136 KB
project_project_pkey 136 KB
property_room_pkey 136 KB
subscription_subscription_pkey 136 KB
account_bank_statement_sequence_index UNUSED 128 KB
hr_expense_sheet_message_main_attachment_id_index 128 KB
ir_cron_pkey 128 KB
mail_compose_message_parent_id_index 128 KB
mail_compose_message_subtype_id_index UNUSED 128 KB
mail_compose_message_template_id_index UNUSED 128 KB
project_task_res_users_rel 128 KB
res_country_state 128 KB
gamification_goal_challenge_id_index 120 KB
mail_template 120 KB
pos_order_session_id_index 120 KB
resource_calendar_leaves_calendar_id_index 120 KB
account_account_pkey 112 KB
account_asset_asset_pkey 112 KB
account_journal_ins_financial_report_rel_pkey 112 KB
calendar_event_applicant_id_index 112 KB
calendar_event_message_main_attachment_id_index 112 KB
calendar_event_opportunity_id_index 112 KB
calendar_event_recurrence_id_index UNUSED 112 KB
crm_tag_rel 112 KB
fleet_vehicle 112 KB
pos_order_partner_id_index 112 KB
rating_rating 112 KB
sale_order_tag_rel_tag_id_order_id_idx 112 KB
account_account_name_index 104 KB
account_bank_statement_sequence_index2 104 KB
crm_team_res_users_rel 104 KB
hr_applicant 104 KB
ir_module_module_dependency_pkey 104 KB
ir_ui_view_pkey 104 KB
pos_order_table_id_index UNUSED 104 KB
hr_expense_sheet_state_index 96 KB
ins_account_financial_report 96 KB
ir_model_fields_selection_selection_field_uniq 96 KB
ir_ui_view_model_type_inherit_id 96 KB
project_task_res_users_rel_pkey 96 KB
project_task_res_users_rel_res_users_id_project_task_id_idx 96 KB
sale_order_tag_rel_pkey 96 KB
base_import_mapping 88 KB
crm_tag_rel_pkey 88 KB
crm_tag_rel_tag_id_lead_id_idx UNUSED 88 KB
ir_act_server_pkey 88 KB
ir_model_access_name_index UNUSED 88 KB
account_analytic_account_message_main_attachment_id_index 80 KB
account_payment_register_move_line_rel_line_id_wizard_id_idx 80 KB
crm_team_res_users_rel_crm_team_id_res_users_id_idx 80 KB
ir_model_constraint_pkey 80 KB
project_project_date_start_index UNUSED 80 KB
stock_inventory_line_company_id_index UNUSED 80 KB
stock_inventory_line_inventory_id_index UNUSED 80 KB
stock_inventory_line_location_id_index UNUSED 80 KB
stock_inventory_line_package_id_index UNUSED 80 KB
stock_move_move_rel 80 KB
account_account_code_index 72 KB
account_payment_register_move_line_rel_pkey 72 KB
account_tax 72 KB
crm_team 72 KB
crm_team_res_users_rel_pkey 72 KB
crossovered_budget_lines 72 KB
help_ticket 72 KB
helpdesk_ticket_name_index UNUSED 72 KB
hr_department 72 KB
ir_filters_name_model_uid_unique 72 KB
ir_filters_name_model_uid_unique_action_index 72 KB
ir_model_fields_selection_pkey 72 KB
ir_module_module_dependency_name_index 72 KB
ir_translation 72 KB
mail_alias_alias_unique 72 KB
mail_channel_uuid_index 72 KB
project_task_name_index UNUSED 72 KB
account_account_tag_account_tax_repartition_line_rel 64 KB
account_journal_account_repor_account_journal_id_account_re_idx 64 KB
ir_model_access_pkey 64 KB
ir_sequence 64 KB
ir_translation_unique 64 KB
ir_ui_view_inherit_id_index 64 KB
project_project_date_end_index UNUSED 64 KB
service_delivery_wizard_pkey 64 KB
sms_sms_mail_message_id_index 64 KB
sms_sms_pkey 64 KB
wps_report_pkey 64 KB
account_account_tag_account_t_account_account_tag_id_accoun_idx UNUSED 56 KB
account_account_tag_account_tax_repartition_line_rel_pkey 56 KB
account_bank_statement_date_index 56 KB
account_bank_statement_pkey 56 KB
account_journal_account_report_partner_ledger_rel_pkey 56 KB
account_move_reversal 56 KB
account_tax_repartition_line_pkey 56 KB
fleet_vehicle_log_contract 56 KB
ir_exports_line_pkey 56 KB
ir_model_access_model_id_index 56 KB
ir_model_obj_name_uniq 56 KB
ir_module_module_name_uniq 56 KB
name_uniq 56 KB
project_project_date_index UNUSED 56 KB
project_project_message_main_attachment_id_index 56 KB
res_country 56 KB
res_country_state_name_code_uniq 56 KB
res_users_log 56 KB
resource_calendar_attendance 56 KB
stock_location 56 KB
stock_move_move_rel_move_dest_id_move_orig_id_idx 56 KB
stock_move_move_rel_pkey 56 KB
tax_report_sa_line 56 KB
account_account_deprecated_index UNUSED 48 KB
account_asset_asset_message_main_attachment_id_index 48 KB
account_bank_statement_line_pkey 48 KB
account_bank_statement_line_statement_id_index 48 KB
account_journal 48 KB
account_tax_name_company_uniq 48 KB
account_tax_repartition_line_template 48 KB
digest_digest 48 KB
ir_model_constraint_model_index UNUSED 48 KB
ir_translation_model_unique 48 KB
partner_group 48 KB
pos_session_uniq_name 48 KB
project_task_create_date_index 48 KB
res_country_state_pkey 48 KB
stock_picking_type 48 KB
stock_rule 48 KB
subscription_subscription_message_main_attachment_id_index 48 KB
account_journal_ins_financial_report_rel 40 KB
fleet_vehicle_log_services 40 KB
helpdesk_ticket_pkey 40 KB
hr_payroll_pkey 40 KB
ins_account_account_financial_rep_account_type_id_report_id_idx UNUSED 40 KB
ins_account_account_financial_report_type 40 KB
ins_account_account_financial_report_type_pkey 40 KB
ir_act_report_xml 40 KB
ir_act_window_pkey 40 KB
ir_model_access_group_id_index 40 KB
ir_model_constraint_module_index 40 KB
ir_model_constraint_type_index UNUSED 40 KB
ir_model_pkey 40 KB
ir_model_relation 40 KB
ir_model_relation_name_index UNUSED 40 KB
ir_module_module_category_id_index 40 KB
ir_module_module_pkey 40 KB
ir_rule_name_index UNUSED 40 KB
ir_translation_src_md5 40 KB
ir_ui_menu_parent_path_index UNUSED 40 KB
ir_ui_menu_pkey 40 KB
mail_channel_pkey 40 KB
name 40 KB
pos_session_move_id_index 40 KB
pos_session_pkey 40 KB
project_tags_project_task_rel 40 KB
project_tags_project_task_rel_pkey 40 KB
project_tags_project_task_rel_project_tags_id_project_task__idx 40 KB
project_task_date_end_index UNUSED 40 KB
project_task_date_last_stage_update_index UNUSED 40 KB
project_task_date_start_index UNUSED 40 KB
project_task_detail_plan 40 KB
project_task_pkey 40 KB
project_task_project_id_index 40 KB
project_task_project_task_unique_code 40 KB
project_task_sequence_index UNUSED 40 KB
report_partnerledger_res_partner_rel_partner_id_wizard_id_idx 40 KB
report_partnerledger_res_partner_rel_pkey 40 KB
res_currency 40 KB
slide_slide 40 KB
wage_card_pkey 40 KB
account_account_financial_report__account_type_id_report_id_idx 32 KB
account_account_financial_report_type_pkey 32 KB
account_account_template 32 KB
account_aged_trial_balance 32 KB
account_bank_statement_line_sequence_index UNUSED 32 KB
account_bank_statement_line_unique_import_id 32 KB
account_bank_statement_message_main_attachment_id_index 32 KB
account_journal_code_company_uniq 32 KB
account_payment_register 32 KB
account_tax_pkey 32 KB
account_tax_repartition_line_template_pkey 32 KB
base_import_mapping_pkey 32 KB
base_partner_merge_automatic_wizard 32 KB
crm_lead_scoring_frequency 32 KB
digest_tip 32 KB
documents_document_ir_attachm_ir_attachment_id_documents_do_idx 32 KB
documents_document_ir_attachment_rel 32 KB
documents_document_ir_attachment_rel_pkey 32 KB
hr_departure_wizard 32 KB
hr_expense_refuse_wizard 32 KB
hr_payroll_rubrique 32 KB
ins_financial_report 32 KB
ins_general_ledger 32 KB
ins_partner_ageing 32 KB
ir_act_window_view 32 KB
ir_exports_line_export_id_index 32 KB
ir_filters_pkey 32 KB
ir_translation_pkey 32 KB
ir_translation_res_id_index 32 KB
ir_ui_menu_group_rel_gid_menu_id_idx 32 KB
ir_ui_menu_group_rel_pkey 32 KB
ir_ui_menu_parent_id_index 32 KB
mail_message_mail_channel_rel_mail_channel_id_mail_message__idx 32 KB
mail_message_mail_channel_rel_pkey 32 KB
partner_group_pkey 32 KB
pos_session_message_main_attachment_id_index 32 KB
project_task_date_assign_index UNUSED 32 KB
project_task_date_deadline_index 32 KB
project_task_email_from_index UNUSED 32 KB
project_task_message_main_attachment_id_index 32 KB
project_task_parent_id_index 32 KB
project_task_write_date_index UNUSED 32 KB
res_users_log_pkey 32 KB
sale_advance_payment_inv 32 KB
stock_return_picking_line 32 KB
team_favorite_user_rel_pkey 32 KB
team_favorite_user_rel_user_id_team_id_idx 32 KB
wps_report_message_main_attachment_id_index 32 KB
account_account_financial_report_type 24 KB
account_account_ins_general_ledger_rel 24 KB
account_analytic_account_ins_financial_report_rel 24 KB
account_analytic_tag 24 KB
account_financial_report 24 KB
account_fiscal_position 24 KB
account_move_reversal_move 24 KB
account_move_reversal_new_move 24 KB
account_payment_register_move_line_rel 24 KB
base_partner_merge_automatic_wizard_res_partner_rel 24 KB
crm_tag 24 KB
fleet_vehicle_model 24 KB
hr_division_ins_financial_report_rel 24 KB
ir_exports 24 KB
ir_module_category 24 KB
mail_compose_message_ir_attachments_rel 24 KB
mail_compose_message_res_partner_rel 24 KB
mail_message_mail_channel_rel 24 KB
mail_message_subtype 24 KB
payment_acquirer 24 KB
product_category 24 KB
report_partnerledger_res_partner_rel 24 KB
res_groups 24 KB
res_lang 24 KB
sale_accrual 24 KB
service_delivery_wizard 24 KB
slide_answer 24 KB
stock_backorder_confirmation 24 KB
stock_backorder_confirmation_line 24 KB
stock_location_route 24 KB
stock_picking_backorder_rel 24 KB
subscription_update 24 KB
task_checklist_item 24 KB
team_favorite_user_rel 24 KB
account_account_account_journ_account_journal_id_account_ac_idx UNUSED 16 KB
account_account_account_journal_rel_pkey 16 KB
account_account_account_tag_account_account_tag_id_account__idx UNUSED 16 KB
account_account_account_tag_pkey 16 KB
account_account_financial_report_account_id_report_line_id_idx UNUSED 16 KB
account_account_financial_report_pkey 16 KB
account_account_ins_general_l_account_account_id_ins_genera_idx UNUSED 16 KB
account_account_ins_general_ledger_rel_pkey 16 KB
account_account_tag 16 KB
account_account_tag_pkey 16 KB
account_account_tax_default_rel_pkey 16 KB
account_account_tax_default_rel_tax_id_account_id_idx UNUSED 16 KB
account_account_template_code_index UNUSED 16 KB
account_account_template_name_index UNUSED 16 KB
account_account_template_pkey 16 KB
account_account_type 16 KB
account_account_type_pkey 16 KB
account_aged_trial_balance_pkey 16 KB
account_analytic_account_ins__account_analytic_account_id__idx2 16 KB
account_analytic_account_ins__account_analytic_account_id_i_idx UNUSED 16 KB
account_analytic_account_ins_financial_report_rel_pkey 16 KB
account_analytic_account_ins_general_ledger_rel_pkey 16 KB
account_analytic_group 16 KB
account_analytic_group_accoun_account_analytic_group_id_ac_idx1 UNUSED 16 KB
account_analytic_group_account_financial_report_rel_pkey 16 KB
account_analytic_group_crm_te_crm_team_id_account_analytic__idx UNUSED 16 KB
account_analytic_group_crm_team_rel_pkey 16 KB
account_analytic_group_distribution_pkey 16 KB
account_analytic_group_parent_path_index UNUSED 16 KB
account_analytic_group_pkey 16 KB
account_analytic_group_res_us_res_users_id_account_analytic_idx UNUSED 16 KB
account_analytic_group_res_users_rel_pkey 16 KB
account_analytic_tag_name_index UNUSED 16 KB
account_analytic_tag_pkey 16 KB
account_asset_category 16 KB
account_asset_category_name_index UNUSED 16 KB
account_asset_category_pkey 16 KB
account_asset_category_type_index UNUSED 16 KB
account_balance_report 16 KB
account_balance_report_pkey 16 KB
account_bank_statement_cashbox_pkey 16 KB
account_budget_post 16 KB
account_budget_post_pkey 16 KB
account_budget_rel_account_id_budget_id_idx 16 KB
account_budget_rel_pkey 16 KB
account_cashbox_line 16 KB
account_cashbox_line_pkey 16 KB
account_chart_template 16 KB
account_chart_template_pkey 16 KB
account_edi_format 16 KB
account_edi_format_account_jo_account_edi_format_id_account_idx UNUSED 16 KB
account_edi_format_account_journal_rel_pkey 16 KB
account_edi_format_pkey 16 KB
account_edi_format_unique_code 16 KB
account_financial_report_pkey 16 KB
account_fiscal_position_pkey 16 KB
account_fiscal_position_res_c_res_country_state_id_account__idx UNUSED 16 KB
account_fiscal_position_res_country_state_rel_pkey 16 KB
account_fiscal_position_tax 16 KB
account_fiscal_position_tax_pkey 16 KB
account_fiscal_position_tax_tax_src_dest_uniq 16 KB
account_fiscal_position_tax_template_pkey 16 KB
account_fiscal_position_templ_res_country_state_id_account__idx UNUSED 16 KB
account_fiscal_position_template 16 KB
account_fiscal_position_template_pkey 16 KB
account_fiscal_position_template_res_country_state_rel_pkey 16 KB
account_incoterms 16 KB
account_incoterms_pkey 16 KB
account_journal_account_payme_account_journal_id_account_pa_idx UNUSED 16 KB
account_journal_account_payment_mode_rel_pkey 16 KB
account_journal_account_report_partner_ledger_rel 16 KB
account_journal_company_id_index 16 KB
account_journal_inbound_payme_inbound_payment_method_journa_idx UNUSED 16 KB
account_journal_inbound_payment_method_rel_pkey 16 KB
account_journal_ins_partner_l_account_journal_id_ins_partne_idx UNUSED 16 KB
account_journal_ins_partner_ledger_rel_pkey 16 KB
account_journal_ins_trial_bal_account_journal_id_ins_trial__idx 16 KB
account_journal_ins_trial_balance_rel 16 KB
account_journal_ins_trial_balance_rel_pkey 16 KB
account_journal_message_main_attachment_id_index UNUSED 16 KB
account_journal_outbound_paym_outbound_payment_method_journ_idx UNUSED 16 KB
account_journal_outbound_payment_method_rel_pkey 16 KB
account_journal_pkey 16 KB
account_move_reversal_move_move_id_reversal_id_idx 16 KB
account_move_reversal_move_pkey 16 KB
account_move_reversal_new_move_new_move_id_reversal_id_idx 16 KB
account_move_reversal_new_move_pkey 16 KB
account_move_reversal_pkey 16 KB
account_payment_method 16 KB
account_payment_method_code_payment_type_unique 16 KB
account_payment_method_pkey 16 KB
account_payment_mode 16 KB
account_payment_mode_pkey 16 KB
account_payment_order 16 KB
account_payment_order_message_main_attachment_id_index UNUSED 16 KB
account_payment_order_pkey 16 KB
account_payment_register_pkey 16 KB
account_payment_term 16 KB
account_payment_term_line 16 KB
account_payment_term_line_payment_id_index UNUSED 16 KB
account_payment_term_line_pkey 16 KB
account_payment_term_pkey 16 KB
account_reconcile_model 16 KB
account_reconcile_model_pkey 16 KB
account_report_partner_ledger 16 KB
account_report_partner_ledger_pkey 16 KB
account_tax_group 16 KB
account_tax_group_pkey 16 KB
account_tax_report_sa_pkey 16 KB
account_tax_template 16 KB
account_tax_template_name_company_uniq 16 KB
account_tax_template_pkey 16 KB
account_unreconcile_pkey 16 KB
act_window_view_unique_mode_per_action 16 KB
auth_oauth_provider 16 KB
auth_oauth_provider_pkey 16 KB
barcode_nomenclature 16 KB
barcode_nomenclature_pkey 16 KB
barcode_rule 16 KB
barcode_rule_pkey 16 KB
base_automation 16 KB
base_automation_ir_model_fiel_ir_model_fields_id_base_autom_idx UNUSED 16 KB
base_automation_ir_model_fields_rel_pkey 16 KB
base_automation_pkey 16 KB
base_import_import_pkey 16 KB
base_import_mapping_res_model_index 16 KB
base_partner_merge_automatic__res_partner_id_base_partner_m_idx 16 KB
base_partner_merge_automatic_wizard_pkey 16 KB
base_partner_merge_automatic_wizard_res_partner_rel_pkey 16 KB
berkeley_sale_type 16 KB
berkeley_sale_type_pkey 16 KB
building 16 KB
building_area 16 KB
building_area_pkey 16 KB
building_block 16 KB
building_block_pkey 16 KB
building_pkey 16 KB
bus_presence_bus_user_presence_unique 16 KB
bus_presence_pkey 16 KB
calendar_alarm 16 KB
calendar_alarm_calendar_event_calendar_alarm_id_calendar_ev_idx UNUSED 16 KB
calendar_alarm_calendar_event_rel_pkey 16 KB
calendar_alarm_pkey 16 KB
calendar_contacts_pkey 16 KB
calendar_contacts_user_id_partner_id_unique 16 KB
calendar_event_type 16 KB
calendar_event_type_name_uniq 16 KB
calendar_event_type_pkey 16 KB
change_password_user 16 KB
change_password_user_pkey 16 KB
change_password_wizard_pkey 16 KB
checklist_activity_stages 16 KB
checklist_activity_stages_pkey 16 KB
checklist_item 16 KB
checklist_item_pkey 16 KB
checklist_section 16 KB
checklist_section_pkey 16 KB
clock_reader_clock 16 KB
clock_reader_clock_ip 16 KB
clock_reader_clock_message_main_attachment_id_index UNUSED 16 KB
clock_reader_clock_pkey 16 KB
commercial_group 16 KB
commercial_group_pkey 16 KB
crm_iap_lead_industry 16 KB
crm_iap_lead_industry_name_uniq 16 KB
crm_iap_lead_industry_pkey 16 KB
crm_iap_lead_role 16 KB
crm_iap_lead_role_name_uniq 16 KB
crm_iap_lead_role_pkey 16 KB
crm_iap_lead_seniority 16 KB
crm_iap_lead_seniority_name_uniq 16 KB
crm_iap_lead_seniority_pkey 16 KB
crm_lead_scoring_frequency_field_pkey 16 KB
crm_lead_scoring_frequency_pkey 16 KB
crm_lead_scoring_frequency_variable_index UNUSED 16 KB
crm_lost_reason 16 KB
crm_lost_reason_pkey 16 KB
crm_quotation_partner 16 KB
crm_quotation_partner_pkey 16 KB
crm_recurring_plan 16 KB
crm_recurring_plan_pkey 16 KB
crm_stage 16 KB
crm_stage_pkey 16 KB
crm_tag_name_uniq 16 KB
crm_tag_pkey 16 KB
crm_team_company_id_index UNUSED 16 KB
crm_team_ins_financial_report_crm_team_id_ins_financial_rep_idx UNUSED 16 KB
crm_team_ins_financial_report_rel_pkey 16 KB
crm_team_maintenance_equipmen_crm_team_id_maintenance_equip_idx UNUSED 16 KB
crm_team_maintenance_equipment_rel_pkey 16 KB
crm_team_message_main_attachment_id_index UNUSED 16 KB
crm_team_pkey 16 KB
crossovered_budget 16 KB
crossovered_budget_lines_crossovered_budget_id_index 16 KB
crossovered_budget_lines_pkey 16 KB
crossovered_budget_message_main_attachment_id_index UNUSED 16 KB
crossovered_budget_pkey 16 KB
crossovered_budget_state_index UNUSED 16 KB
custom_product_configurator_pkey 16 KB
decimal_precision 16 KB
decimal_precision_name_uniq 16 KB
decimal_precision_pkey 16 KB
delivery_carrier 16 KB
delivery_carrier_is_published_index UNUSED 16 KB
delivery_carrier_pkey 16 KB
delivery_carrier_website_id_index UNUSED 16 KB
digest_digest_pkey 16 KB
digest_tip_pkey 16 KB
digest_tip_res_users_rel 16 KB
digest_tip_res_users_rel_pkey 16 KB
digest_tip_res_users_rel_res_users_id_digest_tip_id_idx UNUSED 16 KB
documents_document_documents__documents_document_id_documen_idx UNUSED 16 KB
documents_document_documents_share_rel_pkey 16 KB
documents_facet 16 KB
documents_facet_name_unique 16 KB
documents_facet_pkey 16 KB
documents_folder 16 KB
documents_folder_pkey 16 KB
documents_folder_read_groups_pkey 16 KB
documents_folder_read_groups_res_groups_id_documents_folder_idx UNUSED 16 KB
documents_folder_res_groups_r_res_groups_id_documents_folde_idx UNUSED 16 KB
documents_folder_res_groups_rel_pkey 16 KB
documents_share 16 KB
documents_share_documents_tag_documents_tag_id_documents_sh_idx UNUSED 16 KB
documents_share_documents_tag_rel_pkey 16 KB
documents_share_message_main_attachment_id_index UNUSED 16 KB
documents_share_pkey 16 KB
documents_share_share_unique 16 KB
documents_tag 16 KB
documents_tag_facet_name_unique 16 KB
documents_tag_ir_model_fields_ir_model_fields_id_documents__idx UNUSED 16 KB
documents_tag_ir_model_fields_rel_pkey 16 KB
documents_tag_pkey 16 KB
documents_workflow_action 16 KB
documents_workflow_action_pkey 16 KB
documents_workflow_rule 16 KB
documents_workflow_rule_pkey 16 KB
email_template_attachment_rel_attachment_id_email_template__idx UNUSED 16 KB
email_template_attachment_rel_pkey 16 KB
employee_class 16 KB
employee_class_hr_payroll_rub_hr_payroll_rubrique_id_employ_idx UNUSED 16 KB
employee_class_hr_payroll_rubrique_rel_pkey 16 KB
employee_class_pkey 16 KB
employee_provision 16 KB
employee_provision_pkey 16 KB
employee_shift 16 KB
employee_shift_employee_date 16 KB
employee_shift_pkey 16 KB
faf_file 16 KB
faf_file_pkey 16 KB
fetchmail_server 16 KB
fetchmail_server_pkey 16 KB
fetchmail_server_server_type_index UNUSED 16 KB
fetchmail_server_state_index UNUSED 16 KB
fleet_service_type 16 KB
fleet_service_type_pkey 16 KB
fleet_vehicle_assignation_log_pkey 16 KB
fleet_vehicle_log_contract_message_main_attachment_id_index UNUSED 16 KB
fleet_vehicle_log_contract_pkey 16 KB
fleet_vehicle_log_contract_user_id_index UNUSED 16 KB
fleet_vehicle_log_services_message_main_attachment_id_index UNUSED 16 KB
fleet_vehicle_log_services_pkey 16 KB
fleet_vehicle_message_main_attachment_id_index 16 KB
fleet_vehicle_model_brand 16 KB
fleet_vehicle_model_brand_pkey 16 KB
fleet_vehicle_model_pkey 16 KB
fleet_vehicle_pkey 16 KB
fleet_vehicle_state 16 KB
fleet_vehicle_state_fleet_state_name_unique 16 KB
fleet_vehicle_state_pkey 16 KB
fleet_vehicle_tag 16 KB
fleet_vehicle_tag_name_uniq 16 KB
fleet_vehicle_tag_pkey 16 KB
fleet_vehicle_vehicle_tag_rel_pkey 16 KB
fleet_vehicle_vehicle_tag_rel_tag_id_vehicle_tag_id_idx UNUSED 16 KB
gamification_badge 16 KB
gamification_badge_is_published_index UNUSED 16 KB
gamification_badge_message_main_attachment_id_index UNUSED 16 KB
gamification_badge_pkey 16 KB
gamification_badge_user 16 KB
gamification_badge_user_badge_id_index UNUSED 16 KB
gamification_badge_user_pkey 16 KB
gamification_badge_user_user_id_index UNUSED 16 KB
gamification_challenge 16 KB
gamification_challenge_line_pkey 16 KB
gamification_challenge_message_main_attachment_id_index UNUSED 16 KB
gamification_challenge_pkey 16 KB
gamification_goal_definition 16 KB
gamification_goal_definition_pkey 16 KB
gamification_karma_rank 16 KB
gamification_karma_rank_pkey 16 KB
gamification_karma_tracking_pkey 16 KB
gamification_karma_tracking_user_id_index UNUSED 16 KB
health_insurance_type 16 KB
health_insurance_type_pkey 16 KB
help_ticket_message_main_attachment_id_index 16 KB
help_ticket_pkey 16 KB
helpdesk_stage 16 KB
helpdesk_stage_pkey 16 KB
helpdesk_tag 16 KB
helpdesk_tag_helpdesk_ticket__helpdesk_tag_id_helpdesk_tick_idx UNUSED 16 KB
helpdesk_tag_helpdesk_ticket_rel_pkey 16 KB
helpdesk_tag_name_uniq 16 KB
helpdesk_tag_pkey 16 KB
helpdesk_team 16 KB
helpdesk_team_message_main_attachment_id_index UNUSED 16 KB
helpdesk_team_pkey 16 KB
helpdesk_ticket_message_main_attachment_id_index 16 KB
helpdesk_ticket_stage_id_index 16 KB
helpdesk_ticket_team_id_index 16 KB
helpdesk_ticket_type 16 KB
helpdesk_ticket_type_name_uniq 16 KB
helpdesk_ticket_type_pkey 16 KB
helpdesk_visibility_team_pkey 16 KB
helpdesk_visibility_team_res_users_id_helpdesk_team_id_idx UNUSED 16 KB
hr_applicant_category 16 KB
hr_applicant_category_name_uniq 16 KB
hr_applicant_category_pkey 16 KB
hr_applicant_create_date_index UNUSED 16 KB
hr_applicant_date_closed_index UNUSED 16 KB
hr_applicant_date_last_stage_update_index UNUSED 16 KB
hr_applicant_date_open_index UNUSED 16 KB
hr_applicant_job_id_index 16 KB
hr_applicant_message_main_attachment_id_index UNUSED 16 KB
hr_applicant_pkey 16 KB
hr_applicant_refuse_reason 16 KB
hr_applicant_refuse_reason_pkey 16 KB
hr_applicant_stage_id_index UNUSED 16 KB
hr_contract_termination 16 KB
hr_contract_termination_pkey 16 KB
hr_contract_type 16 KB
hr_contract_type_pkey 16 KB
hr_contract_wage_type 16 KB
hr_contract_wage_type_period 16 KB
hr_contract_wage_type_period_pkey 16 KB
hr_contract_wage_type_pkey 16 KB
hr_contract_workdays 16 KB
hr_contract_workdays_dayofweek_index UNUSED 16 KB
hr_contract_workdays_pkey 16 KB
hr_department_company_id_index UNUSED 16 KB
hr_department_mail_channel_re_hr_department_id_mail_channel_idx UNUSED 16 KB
hr_department_mail_channel_rel_pkey 16 KB
hr_department_message_main_attachment_id_index 16 KB
hr_department_parent_id_index 16 KB
hr_department_pkey 16 KB
hr_departure_wizard_pkey 16 KB
hr_division 16 KB
hr_division_ins_account_finan_hr_division_id_ins_account_fi_idx UNUSED 16 KB
hr_division_ins_account_financial_report_rel_pkey 16 KB
hr_division_ins_financial_rep_hr_division_id_ins_financial__idx UNUSED 16 KB
hr_division_ins_financial_report_rel_pkey 16 KB
hr_division_pkey 16 KB
hr_employee_category 16 KB
hr_employee_category_name_uniq 16 KB
hr_employee_category_pkey 16 KB
hr_employee_hr_employee_relat_relative_employee_id_employee_idx UNUSED 16 KB
hr_employee_hr_employee_relative_rel_pkey 16 KB
hr_expense_refuse_wizard_pkey 16 KB
hr_holidays_public 16 KB
hr_holidays_public_line 16 KB
hr_holidays_public_line_pkey 16 KB
hr_holidays_public_pkey 16 KB
hr_job_is_published_index 16 KB
hr_job_message_main_attachment_id_index UNUSED 16 KB
hr_job_name_company_uniq 16 KB
hr_job_name_index UNUSED 16 KB
hr_job_pkey 16 KB
hr_job_website_id_index UNUSED 16 KB
hr_leave_reason 16 KB
hr_leave_reason_pkey 16 KB
hr_leave_type 16 KB
hr_leave_type_pkey 16 KB
hr_payroll_cotisation_type_pkey 16 KB
hr_payroll_message_main_attachment_id_index 16 KB
hr_payroll_parametres 16 KB
hr_payroll_parametres_pkey 16 KB
hr_payroll_rubrique_pkey 16 KB
hr_payroll_rubrique_product_tmpl_id_index 16 KB
hr_payroll_structure_type 16 KB
hr_payroll_structure_type_pkey 16 KB
hr_plan 16 KB
hr_plan_activity_type 16 KB
hr_plan_activity_type_pkey 16 KB
hr_plan_hr_plan_activity_type_hr_plan_activity_type_id_hr_p_idx UNUSED 16 KB
hr_plan_hr_plan_activity_type_rel_pkey 16 KB
hr_plan_pkey 16 KB
hr_recruitment_degree 16 KB
hr_recruitment_degree_name_uniq 16 KB
hr_recruitment_degree_pkey 16 KB
hr_recruitment_source 16 KB
hr_recruitment_source_pkey 16 KB
hr_recruitment_stage 16 KB
hr_recruitment_stage_pkey 16 KB
iap_account 16 KB
iap_account_pkey 16 KB
ins_account_financial_report__res_groups_id_ins_account_fin_idx UNUSED 16 KB
ins_account_financial_report_pkey 16 KB
ins_account_financial_report_res_groups_rel_pkey 16 KB
ins_financial_report_pkey 16 KB
ins_financial_report_res_part_res_partner_id_ins_financial__idx UNUSED 16 KB
ins_financial_report_res_partner_rel_pkey 16 KB
ins_general_ledger_pkey 16 KB
ins_partner_ageing_pkey 16 KB
ins_partner_ageing_res_partne_res_partner_id_ins_partner_ag_idx UNUSED 16 KB
ins_partner_ageing_res_partner_rel_pkey 16 KB
ins_partner_ledger 16 KB
ins_partner_ledger_pkey 16 KB
ins_partner_ledger_res_partne_res_partner_id_ins_partner_le_idx UNUSED 16 KB
ins_partner_ledger_res_partner_rel_pkey 16 KB
ins_trial_balance 16 KB
ins_trial_balance_pkey 16 KB
invoice_classification 16 KB
invoice_classification_pkey 16 KB
ir_act_client 16 KB
ir_act_client_pkey 16 KB
ir_act_report_xml_pkey 16 KB
ir_act_server_group_rel_gid_act_id_idx UNUSED 16 KB
ir_act_server_group_rel_pkey 16 KB
ir_act_url 16 KB
ir_act_url_pkey 16 KB
ir_act_window_group_rel_gid_act_id_idx UNUSED 16 KB
ir_act_window_group_rel_pkey 16 KB
ir_act_window_view_pkey 16 KB
ir_actions_todo 16 KB
ir_actions_todo_action_id_index UNUSED 16 KB
ir_actions_todo_pkey 16 KB
ir_config_parameter 16 KB
ir_config_parameter_key_uniq 16 KB
ir_config_parameter_pkey 16 KB
ir_default 16 KB
ir_default_company_id_index UNUSED 16 KB
ir_default_field_id_index UNUSED 16 KB
ir_default_pkey 16 KB
ir_default_user_id_index UNUSED 16 KB
ir_exports_pkey 16 KB
ir_exports_resource_index UNUSED 16 KB
ir_mail_server 16 KB
ir_mail_server_name_index UNUSED 16 KB
ir_mail_server_pkey 16 KB
ir_model_relation_model_index UNUSED 16 KB
ir_model_relation_module_index 16 KB
ir_model_relation_pkey 16 KB
ir_module_category_name_index UNUSED 16 KB
ir_module_category_parent_id_index 16 KB
ir_module_category_pkey 16 KB
ir_module_module_exclusion 16 KB
ir_module_module_exclusion_name_index UNUSED 16 KB
ir_module_module_exclusion_pkey 16 KB
ir_module_module_state_index 16 KB
ir_rule_model_id_index 16 KB
ir_rule_pkey 16 KB
ir_sequence_pkey 16 KB
ir_translation_code_unique 16 KB
ir_translation_comments_index UNUSED 16 KB
ir_translation_module_index 16 KB
ir_translation_type_index 16 KB
ir_ui_menu_group_rel 16 KB
ir_ui_view_custom_pkey 16 KB
ir_ui_view_custom_ref_id_index 16 KB
ir_ui_view_custom_user_id_ref_id 16 KB
ir_ui_view_group_rel_group_id_view_id_idx 16 KB
ir_ui_view_group_rel_pkey 16 KB
job_favorite_user_rel_pkey 16 KB
job_favorite_user_rel_user_id_job_id_idx UNUSED 16 KB
journal_account_control_rel_account_id_journal_id_idx UNUSED 16 KB
journal_account_control_rel_pkey 16 KB
journal_account_type_control_rel_pkey 16 KB
journal_account_type_control_rel_type_id_journal_id_idx UNUSED 16 KB
life_insurance_type 16 KB
life_insurance_type_pkey 16 KB
mail_activity_type 16 KB
mail_activity_type_create_uid_index UNUSED 16 KB
mail_activity_type_pkey 16 KB
mail_activity_type_res_model_id_index UNUSED 16 KB
mail_channel_mail_wizard_invi_mail_channel_id_mail_wizard_i_idx UNUSED 16 KB
mail_channel_mail_wizard_invite_rel_pkey 16 KB
mail_channel_message_main_attachment_id_index 16 KB
mail_channel_res_groups_rel_pkey 16 KB
mail_channel_res_groups_rel_res_groups_id_mail_channel_id_idx UNUSED 16 KB
mail_compose_message_ir_attachments_attachment_id_wizard_id_idx 16 KB
mail_compose_message_ir_attachments_rel_pkey 16 KB
mail_compose_message_res_partner_rel_partner_id_wizard_id_idx 16 KB
mail_compose_message_res_partner_rel_pkey 16 KB
mail_message_res_partner_need_mail_message_res_partner_need_idx UNUSED 16 KB
mail_message_res_partner_needaction_rel_mail_resend_messag_pkey 16 KB
mail_message_res_partner_star_res_partner_id_mail_message_i_idx UNUSED 16 KB
mail_message_res_partner_starred_rel_pkey 16 KB
mail_message_subtype_pkey 16 KB
mail_resend_cancel 16 KB
mail_resend_cancel_pkey 16 KB
mail_resend_message_pkey 16 KB
mail_resend_partner 16 KB
mail_resend_partner_pkey 16 KB
mail_template_model_index 16 KB
mail_template_pkey 16 KB
mail_wizard_invite 16 KB
mail_wizard_invite_pkey 16 KB
mail_wizard_invite_res_id_index UNUSED 16 KB
mail_wizard_invite_res_model_index UNUSED 16 KB
mail_wizard_invite_res_partne_res_partner_id_mail_wizard_in_idx UNUSED 16 KB
mail_wizard_invite_res_partner_rel_pkey 16 KB
maintenance_equipment 16 KB
maintenance_equipment_category 16 KB
maintenance_equipment_category_message_main_attachment_id_index UNUSED 16 KB
maintenance_equipment_category_pkey 16 KB
maintenance_equipment_message_main_attachment_id_index UNUSED 16 KB
maintenance_equipment_pkey 16 KB
maintenance_equipment_serial_no 16 KB
maintenance_request 16 KB
maintenance_request_equipment_id_index UNUSED 16 KB
maintenance_request_message_main_attachment_id_index UNUSED 16 KB
maintenance_request_pkey 16 KB
maintenance_stage 16 KB
maintenance_stage_pkey 16 KB
maintenance_team 16 KB
maintenance_team_pkey 16 KB
mrp_workcenter_productivity_loss 16 KB
mrp_workcenter_productivity_loss_pkey 16 KB
mrp_workcenter_productivity_loss_type 16 KB
mrp_workcenter_productivity_loss_type_pkey 16 KB
payment_acquirer_payment_icon_payment_icon_id_payment_acqui_idx UNUSED 16 KB
payment_acquirer_payment_icon_rel_pkey 16 KB
payment_acquirer_pkey 16 KB
payment_cheque_batch 16 KB
payment_cheque_batch_name_index UNUSED 16 KB
payment_cheque_batch_pkey 16 KB
payment_icon 16 KB
payment_icon_pkey 16 KB
payment_mode_pkey 16 KB
payroll_advance 16 KB
payroll_advance_pkey 16 KB
pos_category 16 KB
pos_category_parent_id_index UNUSED 16 KB
pos_category_pkey 16 KB
pos_config 16 KB
pos_config_name_index UNUSED 16 KB
pos_config_pkey 16 KB
pos_config_pos_payment_method_pos_payment_method_id_pos_con_idx UNUSED 16 KB
pos_config_pos_payment_method_rel_pkey 16 KB
pos_config_printer_rel_pkey 16 KB
pos_config_printer_rel_printer_id_config_id_idx UNUSED 16 KB
pos_config_product_pricelist__product_pricelist_id_pos_conf_idx UNUSED 16 KB
pos_config_product_pricelist_rel_pkey 16 KB
pos_detail_configs_pkey 16 KB
pos_detail_configs_pos_config_id_pos_details_wizard_id_idx UNUSED 16 KB
pos_details_wizard_pkey 16 KB
pos_payment_method 16 KB
pos_payment_method_pkey 16 KB
pos_session_config_id_index 16 KB
pos_session_state_index 16 KB
pos_session_user_id_index UNUSED 16 KB
printer_category_rel_category_id_printer_id_idx UNUSED 16 KB
printer_category_rel_pkey 16 KB
product_category_name_index UNUSED 16 KB
product_category_parent_id_index UNUSED 16 KB
product_category_parent_path_index 16 KB
product_category_pkey 16 KB
product_pricelist 16 KB
product_pricelist_item 16 KB
product_pricelist_item_compute_price_index UNUSED 16 KB
product_pricelist_item_pkey 16 KB
product_pricelist_item_pricelist_id_index UNUSED 16 KB
product_pricelist_pkey 16 KB
product_product_stock_invento_product_product_id_stock_inve_idx UNUSED 16 KB
product_product_stock_inventory_rel_pkey 16 KB
product_removal 16 KB
product_removal_pkey 16 KB
product_replenish_pkey 16 KB
product_ribbon 16 KB
product_ribbon_pkey 16 KB
project_delete_wizard_pkey 16 KB
project_delete_wizard_project_project_project_id_project_de_idx UNUSED 16 KB
project_delete_wizard_project_project_rel_pkey 16 KB
project_project_project_task_type_delete_wizard_rel 16 KB
project_tags 16 KB
project_tags_name_uniq 16 KB
project_tags_pkey 16 KB
project_task_detail_plan_pkey 16 KB
project_task_info 16 KB
project_task_info_pkey 16 KB
project_task_predecessor 16 KB
project_task_predecessor_pkey 16 KB
project_task_predecessor_project_task_link_uniq 16 KB
project_task_priority_index 16 KB
project_task_recurrence 16 KB
project_task_recurrence_pkey 16 KB
project_task_stage_id_index 16 KB
project_task_type 16 KB
project_task_type_delete_wizard_pkey 16 KB
project_task_type_pkey 16 KB
project_task_type_project_tas_project_task_type_id_project__idx UNUSED 16 KB
project_task_type_project_task_type_delete_wizard_rel_pkey 16 KB
project_task_user_id_index 16 KB
property_building 16 KB
property_building_pkey 16 KB
purchase_accrual 16 KB
purchase_accrual_pkey 16 KB
purchase_order_approval_pkey 16 KB
purchase_order_approver 16 KB
purchase_order_approver_pkey 16 KB
purchase_requisition_type 16 KB
purchase_requisition_type_pkey 16 KB
rating_rating_message_id_index 16 KB
rating_rating_parent_res_id_index 16 KB
rating_rating_parent_res_model_id_index UNUSED 16 KB
rating_rating_parent_res_model_index UNUSED 16 KB
rating_rating_pkey 16 KB
rating_rating_res_id_index 16 KB
rating_rating_res_model_id_index UNUSED 16 KB
rating_rating_res_model_index 16 KB
recruitment_product 16 KB
recruitment_product_pkey 16 KB
rel_slide_tag_pkey 16 KB
rel_slide_tag_tag_id_slide_id_idx UNUSED 16 KB
report_layout 16 KB
report_layout_pkey 16 KB
report_paperformat 16 KB
report_paperformat_pkey 16 KB
required_tag_ids_rule_table_documents_tag_id_documents_work_idx UNUSED 16 KB
required_tag_ids_rule_table_pkey 16 KB
requisition_receive_service_pkey 16 KB
res_bank 16 KB
res_bank_agency 16 KB
res_bank_agency_pkey 16 KB
res_bank_bic_index UNUSED 16 KB
res_bank_pkey 16 KB
res_company_name_uniq 16 KB
res_company_parent_id_index UNUSED 16 KB
res_company_pkey 16 KB
res_config_settings 16 KB
res_config_settings_pkey 16 KB
res_country_code_uniq 16 KB
res_country_group 16 KB
res_country_group_pkey 16 KB
res_country_name_uniq 16 KB
res_country_pkey 16 KB
res_country_res_country_group_rel_pkey 16 KB
res_country_res_country_group_res_country_group_id_res_coun_idx UNUSED 16 KB
res_currency_pkey 16 KB
res_currency_rate 16 KB
res_currency_rate_pkey 16 KB
res_currency_rate_unique_name_per_day 16 KB
res_currency_unique_name 16 KB
res_groups_implied_rel_hid_gid_idx 16 KB
res_groups_implied_rel_pkey 16 KB
res_groups_name_uniq 16 KB
res_groups_pkey 16 KB
res_groups_report_rel_gid_uid_idx UNUSED 16 KB
res_groups_report_rel_pkey 16 KB
res_groups_slide_channel_rel_pkey 16 KB
res_groups_slide_channel_rel_res_groups_id_slide_channel_id_idx UNUSED 16 KB
res_lang_code_uniq 16 KB
res_lang_name_uniq 16 KB
res_lang_pkey 16 KB
res_lang_url_code_uniq 16 KB
res_partner_category 16 KB
res_partner_category_parent_id_index UNUSED 16 KB
res_partner_category_parent_path_index UNUSED 16 KB
res_partner_category_pkey 16 KB
res_partner_industry 16 KB
res_partner_industry_pkey 16 KB
res_partner_res_partner_category_rel_partner_id_category_id_idx UNUSED 16 KB
res_partner_res_partner_category_rel_pkey 16 KB
res_partner_title 16 KB
res_partner_title_pkey 16 KB
res_users_apikeys 16 KB
res_users_apikeys_pkey 16 KB
res_users_apikeys_user_id_index_idx UNUSED 16 KB
res_users_identitycheck 16 KB
res_users_identitycheck_pkey 16 KB
resource_calendar 16 KB
resource_calendar_attendance_dayofweek_index UNUSED 16 KB
resource_calendar_attendance_hour_from_index UNUSED 16 KB
resource_calendar_attendance_pkey 16 KB
resource_calendar_pkey 16 KB
restaurant_printer 16 KB
restaurant_printer_pkey 16 KB
rule_group_rel 16 KB
rule_group_rel_group_id_rule_group_id_idx 16 KB
rule_group_rel_pkey 16 KB
sale_accrual_pkey 16 KB
sale_advance_payment_inv_pkey 16 KB
sale_order_cancel_pkey 16 KB
sale_order_line_component_pkey 16 KB
sale_order_line_schedule 16 KB
sale_order_line_schedule_pkey 16 KB
sale_order_option 16 KB
sale_order_option_order_id_index UNUSED 16 KB
sale_order_option_pkey 16 KB
sale_order_template 16 KB
sale_order_template_line 16 KB
sale_order_template_line_company_id_index UNUSED 16 KB
sale_order_template_line_pkey 16 KB
sale_order_template_line_sale_order_template_id_index UNUSED 16 KB
sale_order_template_pkey 16 KB
sale_update_markup 16 KB
sale_update_markup_pkey 16 KB
slide_answer_pkey 16 KB
slide_channel 16 KB
slide_channel_is_published_index UNUSED 16 KB
slide_channel_message_main_attachment_id_index UNUSED 16 KB
slide_channel_pkey 16 KB
slide_channel_tag 16 KB
slide_channel_tag_group 16 KB
slide_channel_tag_group_id_index UNUSED 16 KB
slide_channel_tag_group_is_published_index UNUSED 16 KB
slide_channel_tag_group_pkey 16 KB
slide_channel_tag_group_sequence_index UNUSED 16 KB
slide_channel_tag_pkey 16 KB
slide_channel_tag_rel_pkey 16 KB
slide_channel_tag_rel_tag_id_channel_id_idx UNUSED 16 KB
slide_channel_tag_sequence_index UNUSED 16 KB
slide_channel_website_id_index 16 KB
slide_question 16 KB
slide_question_pkey 16 KB
slide_slide_is_published_index UNUSED 16 KB
slide_slide_message_main_attachment_id_index UNUSED 16 KB
slide_slide_partner_channel_id_index UNUSED 16 KB
slide_slide_partner_partner_id_index 16 KB
slide_slide_partner_pkey 16 KB
slide_slide_partner_slide_id_index 16 KB
slide_slide_pkey 16 KB
slide_tag 16 KB
slide_tag_pkey 16 KB
slide_tag_slide_tag_unique 16 KB
sms_cancel 16 KB
sms_cancel_pkey 16 KB
sms_composer 16 KB
sms_composer_pkey 16 KB
sms_resend_pkey 16 KB
sms_resend_recipient 16 KB
sms_resend_recipient_pkey 16 KB
sms_template 16 KB
sms_template_model_index UNUSED 16 KB
sms_template_pkey 16 KB
stock_backorder_confirmation_line_pkey 16 KB
stock_backorder_confirmation_pkey 16 KB
stock_immediate_transfer 16 KB
stock_immediate_transfer_line 16 KB
stock_immediate_transfer_line_pkey 16 KB
stock_immediate_transfer_pkey 16 KB
stock_inventory 16 KB
stock_inventory_company_id_index UNUSED 16 KB
stock_inventory_message_main_attachment_id_index UNUSED 16 KB
stock_inventory_pkey 16 KB
stock_inventory_state_index UNUSED 16 KB
stock_inventory_stock_locatio_stock_location_id_stock_inven_idx UNUSED 16 KB
stock_inventory_stock_location_rel_pkey 16 KB
stock_location_barcode_company_uniq 16 KB
stock_location_company_id_index UNUSED 16 KB
stock_location_location_id_index UNUSED 16 KB
stock_location_parent_path_index UNUSED 16 KB
stock_location_pkey 16 KB
stock_location_route_company_id_index UNUSED 16 KB
stock_location_route_pkey 16 KB
stock_location_usage_index UNUSED 16 KB
stock_picking_backorder_rel_pkey 16 KB
stock_picking_backorder_rel_stock_picking_id_stock_backorde_idx 16 KB
stock_picking_transfer_rel 16 KB
stock_picking_transfer_rel_pkey 16 KB
stock_picking_transfer_rel_stock_picking_id_stock_immediate_idx 16 KB
stock_picking_type_company_id_index UNUSED 16 KB
stock_picking_type_pkey 16 KB
stock_return_picking_line_pkey 16 KB
stock_return_picking_pkey 16 KB
stock_route_warehouse_pkey 16 KB
stock_route_warehouse_warehouse_id_route_id_idx UNUSED 16 KB
stock_rule_action_index 16 KB
stock_rule_auto_index UNUSED 16 KB
stock_rule_company_id_index UNUSED 16 KB
stock_rule_location_id_index 16 KB
stock_rule_pkey 16 KB
stock_rule_route_id_index 16 KB
stock_rule_warehouse_id_index UNUSED 16 KB
stock_scrap 16 KB
stock_scrap_message_main_attachment_id_index UNUSED 16 KB
stock_scrap_pkey 16 KB
stock_warehouse 16 KB
stock_warehouse_company_id_index UNUSED 16 KB
stock_warehouse_orderpoint 16 KB
stock_warehouse_orderpoint_company_id_index UNUSED 16 KB
stock_warehouse_orderpoint_location_id_index UNUSED 16 KB
stock_warehouse_orderpoint_pkey 16 KB
stock_warehouse_orderpoint_product_id_index 16 KB
stock_warehouse_pkey 16 KB
stock_warehouse_warehouse_code_uniq 16 KB
stock_warehouse_warehouse_name_uniq 16 KB
subscription_document 16 KB
subscription_document_pkey 16 KB
subscription_update_pkey 16 KB
survey_survey 16 KB
survey_survey_access_token_unique 16 KB
survey_survey_badge_uniq 16 KB
survey_survey_message_main_attachment_id_index UNUSED 16 KB
survey_survey_pkey 16 KB
survey_survey_session_code_unique 16 KB
survey_user_input 16 KB
survey_user_input_pkey 16 KB
survey_user_input_unique_token 16 KB
task_checklist 16 KB
task_checklist_item_pkey 16 KB
task_checklist_pkey 16 KB
task_milestone 16 KB
task_milestone_pkey 16 KB
tax_report_sa_line_pkey 16 KB
team_stage_rel_helpdesk_stage_id_helpdesk_team_id_idx UNUSED 16 KB
team_stage_rel_pkey 16 KB
ticket_stage 16 KB
ticket_stage_pkey 16 KB
uom_category 16 KB
uom_category_pkey 16 KB
uom_uom 16 KB
uom_uom_pkey 16 KB
utm_campaign 16 KB
utm_campaign_pkey 16 KB
utm_medium 16 KB
utm_medium_pkey 16 KB
utm_source 16 KB
utm_source_pkey 16 KB
utm_stage 16 KB
utm_stage_pkey 16 KB
utm_tag 16 KB
utm_tag_name_uniq 16 KB
utm_tag_pkey 16 KB
validate_account_move_pkey 16 KB
web_tour_tour 16 KB
web_tour_tour_pkey 16 KB
website 16 KB
website_lang_rel_lang_id_website_id_idx UNUSED 16 KB
website_lang_rel_pkey 16 KB
website_menu 16 KB
website_menu_parent_id_index UNUSED 16 KB
website_menu_parent_path_index UNUSED 16 KB
website_menu_pkey 16 KB
website_page 16 KB
website_page_is_published_index UNUSED 16 KB
website_page_pkey 16 KB
website_page_website_id_index UNUSED 16 KB
website_pkey 16 KB
website_snippet_filter 16 KB
website_snippet_filter_is_published_index UNUSED 16 KB
website_snippet_filter_pkey 16 KB
website_snippet_filter_website_id_index UNUSED 16 KB
whatsapp_device 16 KB
whatsapp_device_pkey 16 KB
whatsapp_server 16 KB
whatsapp_server_pkey 16 KB
wizard_ir_model_menu_create 16 KB
wizard_ir_model_menu_create_pkey 16 KB
account_account_account_journal_rel 8 KB
account_account_account_tag 8 KB
account_account_financial_report 8 KB
account_account_ins_partner_l_account_account_id_ins_partne_idx UNUSED 8 KB
account_account_ins_partner_ledger_rel_pkey 8 KB
account_account_ins_trial_bal_account_account_id_ins_trial__idx UNUSED 8 KB
account_account_ins_trial_balance_rel_pkey 8 KB
account_account_tag_ins_gener_account_account_tag_id_ins_ge_idx UNUSED 8 KB
account_account_tag_ins_general_ledger_rel_pkey 8 KB
account_account_tax_default_rel 8 KB
account_account_template_acco_account_account_tag_id_accoun_idx UNUSED 8 KB
account_account_template_account_tag_pkey 8 KB
account_account_template_tax_rel_pkey 8 KB
account_account_template_tax_rel_tax_id_account_id_idx UNUSED 8 KB
account_aged_trial_balance_ac_account_journal_id_account_ag_idx UNUSED 8 KB
account_aged_trial_balance_account_journal_rel_pkey 8 KB
account_analytic_account_acco_account_analytic_account_id_a_idx UNUSED 8 KB
account_analytic_account_accounting_report_rel_pkey 8 KB
account_analytic_account_buil_building_id_account_analytic__idx UNUSED 8 KB
account_analytic_account_building_rel_pkey 8 KB
account_analytic_account_ins__account_analytic_account_id__idx1 UNUSED 8 KB
account_analytic_account_ins_general_ledger_rel 8 KB
account_analytic_account_ins_trial_balance_rel_pkey 8 KB
account_analytic_default_acco_account_analytic_tag_id_accou_idx UNUSED 8 KB
account_analytic_default_account_analytic_tag_rel_pkey 8 KB
account_analytic_default_pkey 8 KB
account_analytic_distribution_pkey 8 KB
account_analytic_group_accoun_account_analytic_group_id_acc_idx UNUSED 8 KB
account_analytic_group_account_financial_report_rel 8 KB
account_analytic_group_accounting_report_rel_pkey 8 KB
account_analytic_group_crm_team_rel 8 KB
account_analytic_group_distribution 8 KB
account_analytic_group_ins_ac_account_analytic_group_id_ins_idx UNUSED 8 KB
account_analytic_group_ins_account_financial_report_rel_pkey 8 KB
account_analytic_group_ins_fi_account_analytic_group_id_ins_idx UNUSED 8 KB
account_analytic_group_ins_financial_report_rel_pkey 8 KB
account_analytic_group_res_users_rel 8 KB
account_analytic_overtime_account_analytic_account_id_hr_em_idx UNUSED 8 KB
account_analytic_overtime_pkey 8 KB
account_analytic_tag_account__account_analytic_tag_id_acco_idx1 UNUSED 8 KB
account_analytic_tag_account__account_analytic_tag_id_acco_idx2 UNUSED 8 KB
account_analytic_tag_account_asset_asset_rel_pkey 8 KB
account_analytic_tag_account_asset_category_rel_pkey 8 KB
account_analytic_tag_ins_fina_account_analytic_tag_id_ins_f_idx UNUSED 8 KB
account_analytic_tag_ins_financial_report_rel_pkey 8 KB
account_analytic_tag_ins_gene_account_analytic_tag_id_ins_g_idx UNUSED 8 KB
account_analytic_tag_ins_general_ledger_rel_pkey 8 KB
account_automatic_entry_wizar_account_move_line_id_account__idx UNUSED 8 KB
account_automatic_entry_wizard 8 KB
account_automatic_entry_wizard_account_move_line_rel_pkey 8 KB
account_automatic_entry_wizard_pkey 8 KB
account_balance_report_journal_rel_journal_id_account_id_idx UNUSED 8 KB
account_balance_report_journal_rel_pkey 8 KB
account_bank_statement_cashbox 8 KB
account_bank_statement_closebalance_pkey 8 KB
account_bank_statement_import_ir_attachment_id_account_bank_idx UNUSED 8 KB
account_bank_statement_import_ir_attachment_rel_pkey 8 KB
account_bank_statement_import_journal_creation_pkey 8 KB
account_bank_statement_import_pkey 8 KB
account_budget_rel 8 KB
account_cash_rounding 8 KB
account_cash_rounding_pkey 8 KB
account_common_account_report 8 KB
account_common_account_report_account_journal_id_account_co_idx UNUSED 8 KB
account_common_account_report_account_journal_rel_pkey 8 KB
account_common_account_report_pkey 8 KB
account_common_journal_report 8 KB
account_common_journal_report_account_journal_id_account_co_idx UNUSED 8 KB
account_common_journal_report_account_journal_rel_pkey 8 KB
account_common_journal_report_pkey 8 KB
account_common_partner_report 8 KB
account_common_partner_report_account_journal_id_account_co_idx UNUSED 8 KB
account_common_partner_report_account_journal_rel_pkey 8 KB
account_common_partner_report_pkey 8 KB
account_common_report 8 KB
account_common_report_account_account_journal_id_account_co_idx UNUSED 8 KB
account_common_report_account_journal_rel_pkey 8 KB
account_common_report_pkey 8 KB
account_debit_note 8 KB
account_debit_note_pkey 8 KB
account_edi_format_account_journal_rel 8 KB
account_financial_year_op_pkey 8 KB
account_fiscal_position_account_account_src_dest_uniq 8 KB
account_fiscal_position_account_pkey 8 KB
account_fiscal_position_account_template_pkey 8 KB
account_fiscal_position_pos_c_account_fiscal_position_id_po_idx UNUSED 8 KB
account_fiscal_position_pos_config_rel_pkey 8 KB
account_fiscal_position_res_country_state_rel 8 KB
account_fiscal_position_tax_template 8 KB
account_fiscal_position_template_res_country_state_rel 8 KB
account_group 8 KB
account_group_parent_id_index UNUSED 8 KB
account_group_parent_path_index UNUSED 8 KB
account_group_pkey 8 KB
account_group_template 8 KB
account_group_template_parent_id_index UNUSED 8 KB
account_group_template_pkey 8 KB
account_invoice_payment_line_multi_pkey 8 KB
account_invoice_send_pkey 8 KB
account_invoice_send_template_id_index UNUSED 8 KB
account_invoice_transaction_rel_invoice_id_transaction_id_idx UNUSED 8 KB
account_invoice_transaction_rel_pkey 8 KB
account_journal_account_journ_account_journal_id_account_jo_idx UNUSED 8 KB
account_journal_account_journal_group_rel_pkey 8 KB
account_journal_account_payme_account_journal_id_account_p_idx1 UNUSED 8 KB
account_journal_account_payment_line_create_rel_pkey 8 KB
account_journal_account_payment_mode_rel 8 KB
account_journal_account_print_account_journal_id_account_pr_idx UNUSED 8 KB
account_journal_account_print_journal_rel_pkey 8 KB
account_journal_account_recon_account_journal_id_account_r_idx1 UNUSED 8 KB
account_journal_account_recon_account_journal_id_account_re_idx UNUSED 8 KB
account_journal_account_reconcile_model_rel_pkey 8 KB
account_journal_account_reconcile_model_template_rel_pkey 8 KB
account_journal_account_tax_r_account_journal_id_account_ta_idx UNUSED 8 KB
account_journal_account_tax_report_rel_pkey 8 KB
account_journal_accounting_re_account_journal_id_accounting_idx UNUSED 8 KB
account_journal_accounting_report_rel_pkey 8 KB
account_journal_group 8 KB
account_journal_group_pkey 8 KB
account_journal_inbound_payment_method_rel 8 KB
account_journal_ins_general_l_account_journal_id_ins_genera_idx UNUSED 8 KB
account_journal_ins_general_ledger_rel_pkey 8 KB
account_journal_ins_partner_ledger_rel 8 KB
account_journal_outbound_payment_method_rel 8 KB
account_landing_cost 8 KB
account_landing_cost_name_index UNUSED 8 KB
account_landing_cost_pkey 8 KB
account_move_account_invoice__account_move_id_account_invoi_idx UNUSED 8 KB
account_move_account_invoice_send_rel_pkey 8 KB
account_move_account_resequen_account_move_id_account_reseq_idx UNUSED 8 KB
account_move_account_resequence_wizard_rel_pkey 8 KB
account_move_debit_move_move_id_debit_id_idx UNUSED 8 KB
account_move_debit_move_pkey 8 KB
account_move_help_ticket_rel_account_move_id_help_ticket_id_idx 8 KB
account_move_help_ticket_rel_pkey 8 KB
account_move_line_account_pay_account_move_line_id_account__idx UNUSED 8 KB
account_move_line_account_payment_line_create_rel_pkey 8 KB
account_move_to_check_idx 8 KB
account_payment_account_bank__account_payment_id_account_ba_idx UNUSED 8 KB
account_payment_account_bank_statement_line_rel_pkey 8 KB
account_payment_line 8 KB
account_payment_line_bank_line_id_index UNUSED 8 KB
account_payment_line_create 8 KB
account_payment_line_create_pkey 8 KB
account_payment_line_create_r_res_partner_id_account_paymen_idx UNUSED 8 KB
account_payment_line_create_res_partner_rel_pkey 8 KB
account_payment_line_name_company_unique 8 KB
account_payment_line_order_id_index UNUSED 8 KB
account_payment_line_pkey 8 KB
account_payment_mode_variable_jo_journal_id_payment_mode_id_idx UNUSED 8 KB
account_payment_mode_variable_journal_rel_pkey 8 KB
account_print_journal 8 KB
account_print_journal_pkey 8 KB
account_reconcile_model_analy_account_analytic_tag_id_accou_idx UNUSED 8 KB
account_reconcile_model_analytic_tag_rel_pkey 8 KB
account_reconcile_model_line 8 KB
account_reconcile_model_line__account_tax_id_account_reconc_idx UNUSED 8 KB
account_reconcile_model_line__account_tax_template_id_accou_idx UNUSED 8 KB
account_reconcile_model_line_account_tax_rel_pkey 8 KB
account_reconcile_model_line_pkey 8 KB
account_reconcile_model_line_template 8 KB
account_reconcile_model_line_template_account_tax_template_pkey 8 KB
account_reconcile_model_line_template_pkey 8 KB
account_reconcile_model_partner_mapping 8 KB
account_reconcile_model_partner_mapping_pkey 8 KB
account_reconcile_model_res_p_res_partner_category_id_accou_idx UNUSED 8 KB
account_reconcile_model_res_p_res_partner_id_account_reconc_idx UNUSED 8 KB
account_reconcile_model_res_partner_category_rel_pkey 8 KB
account_reconcile_model_res_partner_rel_pkey 8 KB
account_reconcile_model_templ_res_partner_category_id_accou_idx UNUSED 8 KB
account_reconcile_model_templ_res_partner_id_account_reconc_idx UNUSED 8 KB
account_reconcile_model_template 8 KB
account_reconcile_model_template_pkey 8 KB
account_reconcile_model_template_res_partner_category_rel_pkey 8 KB
account_reconcile_model_template_res_partner_rel_pkey 8 KB
account_report_general_ledger 8 KB
account_report_general_ledger_journal_journal_id_account_id_idx UNUSED 8 KB
account_report_general_ledger_journal_rel_pkey 8 KB
account_report_general_ledger_pkey 8 KB
account_resequence_wizard 8 KB
account_resequence_wizard_pkey 8 KB
account_setup_bank_manual_config 8 KB
account_setup_bank_manual_config_pkey 8 KB
account_tax_filiation_rel_child_tax_parent_tax_idx UNUSED 8 KB
account_tax_filiation_rel_pkey 8 KB
account_tax_repartition_finan_account_account_tag_id_accoun_idx UNUSED 8 KB
account_tax_repartition_financial_tags_pkey 8 KB
account_tax_repartition_minus_account_tax_report_line_id_ac_idx UNUSED 8 KB
account_tax_repartition_minus_report_line_pkey 8 KB
account_tax_repartition_plus__account_tax_report_line_id_ac_idx UNUSED 8 KB
account_tax_repartition_plus_report_line_pkey 8 KB
account_tax_report 8 KB
account_tax_report_line 8 KB
account_tax_report_line_parent_path_index UNUSED 8 KB
account_tax_report_line_pkey 8 KB
account_tax_report_line_tags__account_tax_report_line_id_ac_idx UNUSED 8 KB
account_tax_report_line_tags_rel_pkey 8 KB
account_tax_report_pkey 8 KB
account_tax_report_sa 8 KB
account_tax_sale_advance_paym_account_tax_id_sale_advance_p_idx UNUSED 8 KB
account_tax_sale_advance_payment_inv_rel_pkey 8 KB
account_tax_template_filiation_rel_child_tax_parent_tax_idx UNUSED 8 KB
account_tax_template_filiation_rel_pkey 8 KB
account_tour_upload_bill 8 KB
account_tour_upload_bill_email_confirm 8 KB
account_tour_upload_bill_email_confirm_pkey 8 KB
account_tour_upload_bill_pkey 8 KB
account_unreconcile 8 KB
account_update_lock_to_date_pkey 8 KB
accounting_report 8 KB
accounting_report_pkey 8 KB
add_product_public_category_p_product_public_category_id_pr_idx UNUSED 8 KB
add_product_public_category_product_template_rel_pkey 8 KB
adhoc_payroll_item_pkey 8 KB
applicant_get_refuse_reason_h_hr_applicant_id_applicant_get_idx UNUSED 8 KB
applicant_get_refuse_reason_hr_applicant_rel_pkey 8 KB
applicant_get_refuse_reason_pkey 8 KB
aptitude_type_pkey 8 KB
asset_depreciation_confirmation_wizard_pkey 8 KB
asset_modify 8 KB
asset_modify_pkey 8 KB
attachment_id_ir_attachment_id_res_id_idx UNUSED 8 KB
attachment_id_pkey 8 KB
attendance_log 8 KB
attendance_log_pkey 8 KB
auth_totp_wizard 8 KB
auth_totp_wizard_pkey 8 KB
badge_unlocked_definition_rel_gamification_goal_definition__idx UNUSED 8 KB
badge_unlocked_definition_rel_pkey 8 KB
bank_payment_line 8 KB
bank_payment_line_order_id_index UNUSED 8 KB
bank_payment_line_pkey 8 KB
base_automation_ir_model_fields_rel 8 KB
base_automation_onchange_fiel_ir_model_fields_id_base_autom_idx UNUSED 8 KB
base_automation_onchange_fields_rel_pkey 8 KB
base_document_layout_pkey 8 KB
base_import_tests_models_char 8 KB
base_import_tests_models_char_noreadonly 8 KB
base_import_tests_models_char_noreadonly_pkey 8 KB
base_import_tests_models_char_pkey 8 KB
base_import_tests_models_char_readonly 8 KB
base_import_tests_models_char_readonly_pkey 8 KB
base_import_tests_models_char_required 8 KB
base_import_tests_models_char_required_pkey 8 KB
base_import_tests_models_char_states 8 KB
base_import_tests_models_char_states_pkey 8 KB
base_import_tests_models_char_stillreadonly 8 KB
base_import_tests_models_char_stillreadonly_pkey 8 KB
base_import_tests_models_complex 8 KB
base_import_tests_models_complex_pkey 8 KB
base_import_tests_models_float 8 KB
base_import_tests_models_float_pkey 8 KB
base_import_tests_models_m2o_pkey 8 KB
base_import_tests_models_m2o_related_pkey 8 KB
base_import_tests_models_m2o_required_pkey 8 KB
base_import_tests_models_m2o_required_related_pkey 8 KB
base_import_tests_models_o2m 8 KB
base_import_tests_models_o2m_child_pkey 8 KB
base_import_tests_models_o2m_pkey 8 KB
base_import_tests_models_preview 8 KB
base_import_tests_models_preview_pkey 8 KB
base_language_export 8 KB
base_language_export_pkey 8 KB
base_language_import 8 KB
base_language_import_pkey 8 KB
base_language_install 8 KB
base_language_install_pkey 8 KB
base_language_install_website_rel_pkey 8 KB
base_language_install_website_website_id_base_language_inst_idx UNUSED 8 KB
base_module_uninstall_pkey 8 KB
base_module_update 8 KB
base_module_update_pkey 8 KB
base_module_upgrade 8 KB
base_module_upgrade_pkey 8 KB
base_partner_merge_line 8 KB
base_partner_merge_line_pkey 8 KB
base_update_translations 8 KB
base_update_translations_pkey 8 KB
berkeley_journal 8 KB
berkeley_journal_pkey 8 KB
calendar_alarm_calendar_event_rel 8 KB
calendar_contacts 8 KB
calendar_recurrence 8 KB
calendar_recurrence_pkey 8 KB
cantine 8 KB
cantine_pkey 8 KB
card_provider 8 KB
card_provider_pkey 8 KB
card_provider_pos_payment_met_card_provider_id_pos_payment__idx UNUSED 8 KB
card_provider_pos_payment_method_rel_pkey 8 KB
cash_box_out 8 KB
cash_box_out_pkey 8 KB
change_password_wizard 8 KB
change_production_qty 8 KB
change_production_qty_pkey 8 KB
choose_delivery_carrier 8 KB
choose_delivery_carrier_pkey 8 KB
choose_delivery_package_pkey 8 KB
closing_balance_confirm_wizard_pkey 8 KB
cnaps_dept_emp_rel_emp_id_sum_id_idx UNUSED 8 KB
cnaps_dept_emp_rel_pkey 8 KB
confirm_stock_sms_pkey 8 KB
cont_dept_emp_rel_emp_id_sum_id_idx UNUSED 8 KB
cont_dept_emp_rel_pkey 8 KB
crm_convert_lead_mass_lead_re_crm_lead_id_crm_lead2opportun_idx UNUSED 8 KB
crm_convert_lead_mass_lead_rel_pkey 8 KB
crm_iap_lead_helpers_pkey 8 KB
crm_iap_lead_industry_crm_iap_crm_iap_lead_industry_id_crm__idx UNUSED 8 KB
crm_iap_lead_industry_crm_iap_lead_mining_request_rel_pkey 8 KB
crm_iap_lead_mining_request 8 KB
crm_iap_lead_mining_request_c_crm_iap_lead_role_id_crm_iap__idx UNUSED 8 KB
crm_iap_lead_mining_request_c_crm_tag_id_crm_iap_lead_minin_idx UNUSED 8 KB
crm_iap_lead_mining_request_crm_iap_lead_role_rel_pkey 8 KB
crm_iap_lead_mining_request_crm_tag_rel_pkey 8 KB
crm_iap_lead_mining_request_pkey 8 KB
crm_iap_lead_mining_request_r_res_country_id_crm_iap_lead_m_idx UNUSED 8 KB
crm_iap_lead_mining_request_r_res_country_state_id_crm_iap__idx UNUSED 8 KB
crm_iap_lead_mining_request_res_country_rel_pkey 8 KB
crm_iap_lead_mining_request_res_country_state_rel_pkey 8 KB
crm_lead2opportunity_partner 8 KB
crm_lead2opportunity_partner__res_users_id_crm_lead2opportu_idx UNUSED 8 KB
crm_lead2opportunity_partner_mass 8 KB
crm_lead2opportunity_partner_mass_pkey 8 KB
crm_lead2opportunity_partner_mass_res_users_rel_pkey 8 KB
crm_lead2opportunity_partner_pkey 8 KB
crm_lead_crm_lead2opportunity_crm_lead_id_crm_lead2opportu_idx1 UNUSED 8 KB
crm_lead_crm_lead2opportunity_crm_lead_id_crm_lead2opportun_idx UNUSED 8 KB
crm_lead_crm_lead2opportunity_partner_mass_rel_pkey 8 KB
crm_lead_crm_lead2opportunity_partner_rel_pkey 8 KB
crm_lead_lost_pkey 8 KB
crm_lead_scoring_frequency_field 8 KB
crm_lead_website_visitor_rel_pkey 8 KB
crm_lead_website_visitor_rel_website_visitor_id_crm_lead_id_idx UNUSED 8 KB
crm_merge_opportunity_pkey 8 KB
crm_merge_opportunity_team_id_index UNUSED 8 KB
crm_merge_opportunity_user_id_index UNUSED 8 KB
crm_team_ins_account_financia_crm_team_id_ins_account_finan_idx UNUSED 8 KB
crm_team_ins_account_financial_report_rel_pkey 8 KB
crm_team_ins_financial_report_rel 8 KB
crm_team_maintenance_equipment_rel 8 KB
custom_product_configurator 8 KB
custom_product_configurator_component_pkey 8 KB
daily_attendance_name_unique 8 KB
daily_attendance_pkey 8 KB
daily_hours_pkey 8 KB
delivery_area 8 KB
delivery_area_pkey 8 KB
delivery_carrier_country_rel_country_id_carrier_id_idx UNUSED 8 KB
delivery_carrier_country_rel_pkey 8 KB
delivery_carrier_delivery_zon_delivery_zone_id_delivery_car_idx UNUSED 8 KB
delivery_carrier_delivery_zone_rel_pkey 8 KB
delivery_carrier_state_rel_pkey 8 KB
delivery_carrier_state_rel_state_id_carrier_id_idx UNUSED 8 KB
delivery_price_rule 8 KB
delivery_price_rule_pkey 8 KB
delivery_time_slot 8 KB
delivery_time_slot_delivery_z_delivery_time_slot_id_deliver_idx UNUSED 8 KB
delivery_time_slot_delivery_zone_schedule_line_rel_pkey 8 KB
delivery_time_slot_pkey 8 KB
delivery_zone 8 KB
delivery_zone_pkey 8 KB
delivery_zone_res_users_rel_pkey 8 KB
delivery_zone_res_users_rel_res_users_id_delivery_zone_id_idx UNUSED 8 KB
delivery_zone_schedule_line 8 KB
delivery_zone_schedule_line_pkey 8 KB
delivery_zone_schedule_pkey 8 KB
division_budget_pkey 8 KB
documents_document_documents_share_rel 8 KB
documents_document_res_users__res_users_id_documents_docume_idx UNUSED 8 KB
documents_document_res_users_rel_pkey 8 KB
documents_fleet_tags_table_documents_tag_id_res_company_id_idx UNUSED 8 KB
documents_fleet_tags_table_pkey 8 KB
documents_folder_read_groups 8 KB
documents_folder_res_groups_rel 8 KB
documents_request_wizard 8 KB
documents_request_wizard_docu_documents_tag_id_documents_re_idx UNUSED 8 KB
documents_request_wizard_documents_tag_rel_pkey 8 KB
documents_request_wizard_pkey 8 KB
documents_share_documents_tag_rel 8 KB
documents_tag_ir_model_fields_rel 8 KB
documents_tag_mail_activity_t_documents_tag_id_mail_activit_idx UNUSED 8 KB
documents_tag_mail_activity_type_rel_pkey 8 KB
email_template_attachment_rel 8 KB
employee_account_line 8 KB
employee_account_line_pkey 8 KB
employee_allocation_pkey 8 KB
employee_class_hr_payroll_rubrique_rel 8 KB
employee_lastjob_pkey 8 KB
employee_leave_allocation_pkey 8 KB
employee_overtime_recalculate_hr_employee_id_employee_overt_idx UNUSED 8 KB
employee_overtime_recalculate_hr_employee_rel_pkey 8 KB
employee_overtime_recalculate_pkey 8 KB
employee_shift_rule 8 KB
employee_shift_rule_dayofweek_index UNUSED 8 KB
employee_shift_rule_pkey 8 KB
employee_tips 8 KB
employee_tips_hr_department_r_hr_department_id_employee_tip_idx UNUSED 8 KB
employee_tips_hr_department_rel_pkey 8 KB
employee_tips_message_main_attachment_id_index UNUSED 8 KB
employee_tips_pkey 8 KB
employee_transfer_pkey 8 KB
excluded_tag_ids_rule_table_documents_tag_id_documents_work_idx UNUSED 8 KB
excluded_tag_ids_rule_table_pkey 8 KB
family_allocation_pkey 8 KB
fleet_service_type_fleet_vehi_fleet_service_type_id_fleet_v_idx UNUSED 8 KB
fleet_service_type_fleet_vehicle_log_contract_rel_pkey 8 KB
fleet_vehicle_assignation_log 8 KB
fleet_vehicle_model_vendors_partner_id_model_id_idx UNUSED 8 KB
fleet_vehicle_model_vendors_pkey 8 KB
fleet_vehicle_odometer 8 KB
fleet_vehicle_odometer_pkey 8 KB
fleet_vehicle_vehicle_tag_rel 8 KB
gamification_badge_rule_badge_rel_badge2_id_badge1_id_idx UNUSED 8 KB
gamification_badge_rule_badge_rel_pkey 8 KB
gamification_badge_user_wizard 8 KB
gamification_badge_user_wizard_pkey 8 KB
gamification_challenge_line 8 KB
gamification_goal_wizard_pkey 8 KB
gamification_invited_user_ids_rel_pkey 8 KB
gamification_invited_user_ids_res_users_id_gamification_cha_idx UNUSED 8 KB
gamification_karma_tracking 8 KB
help_ticket_project_task_rel_pkey 8 KB
help_ticket_project_task_rel_project_task_id_help_ticket_id_idx UNUSED 8 KB
helpdesk_sla 8 KB
helpdesk_sla_helpdesk_stage_r_helpdesk_stage_id_helpdesk_sl_idx UNUSED 8 KB
helpdesk_sla_helpdesk_stage_rel_pkey 8 KB
helpdesk_sla_helpdesk_tag_rel_helpdesk_tag_id_helpdesk_sla__idx UNUSED 8 KB
helpdesk_sla_helpdesk_tag_rel_pkey 8 KB
helpdesk_sla_name_index UNUSED 8 KB
helpdesk_sla_pkey 8 KB
helpdesk_sla_status 8 KB
helpdesk_sla_status_pkey 8 KB
helpdesk_sla_status_ticket_id_index UNUSED 8 KB
helpdesk_tag_helpdesk_ticket_rel 8 KB
helpdesk_team_res_users_rel_pkey 8 KB
helpdesk_team_res_users_rel_res_users_id_helpdesk_team_id_idx UNUSED 8 KB
helpdesk_ticket_invoice 8 KB
helpdesk_ticket_invoice_pkey 8 KB
helpdesk_visibility_team 8 KB
holidays_allocation_extra_pkey 8 KB
hr_applicant_aptitude_pkey 8 KB
hr_applicant_formation 8 KB
hr_applicant_formation_pkey 8 KB
hr_applicant_hr_applicant_cat_hr_applicant_category_id_hr_a_idx UNUSED 8 KB
hr_applicant_hr_applicant_category_rel_pkey 8 KB
hr_applicant_qualification_pkey 8 KB
hr_call 8 KB
hr_call_pkey 8 KB
hr_category_rubriques_pkey 8 KB
hr_cnaps_wiz_pkey 8 KB
hr_contract_clause 8 KB
hr_contract_clause_pkey 8 KB
hr_contract_mod_wiz_pkey 8 KB
hr_department_mail_channel_rel 8 KB
hr_division_ins_account_financial_report_rel 8 KB
hr_document 8 KB
hr_document_message_main_attachment_id_index UNUSED 8 KB
hr_document_pkey 8 KB
hr_document_type 8 KB
hr_document_type_pkey 8 KB
hr_employee_aptitude_pkey 8 KB
hr_employee_branche_pkey 8 KB
hr_employee_category_index_pkey 8 KB
hr_employee_children 8 KB
hr_employee_children_pkey 8 KB
hr_employee_clock_rel_employee_id_clock_id_idx UNUSED 8 KB
hr_employee_clock_rel_pkey 8 KB
hr_employee_contract_clause 8 KB
hr_employee_contract_clause_pkey 8 KB
hr_employee_decoration_pkey 8 KB
hr_employee_decoration_type_pkey 8 KB
hr_employee_formation 8 KB
hr_employee_formation_module_pkey 8 KB
hr_employee_formation_pkey 8 KB
hr_employee_hr_employee_relative_rel 8 KB
hr_employee_hr_leave_type_rel_hr_employee_id_hr_leave_type__idx UNUSED 8 KB
hr_employee_hr_leave_type_rel_pkey 8 KB
hr_employee_last_job_pkey 8 KB
hr_employee_lateness 8 KB
hr_employee_lateness_pkey 8 KB
hr_employee_medical_ticket_pkey 8 KB
hr_employee_medical_tickete_pkey 8 KB
hr_employee_note 8 KB
hr_employee_note_pkey 8 KB
hr_employee_overtime_validate_pkey 8 KB
hr_employee_overtime_wiz 8 KB
hr_employee_overtime_wiz_pkey 8 KB
hr_employee_pos_config_rel_hr_employee_id_pos_config_id_idx UNUSED 8 KB
hr_employee_pos_config_rel_pkey 8 KB
hr_employee_qualification_pkey 8 KB
hr_employee_sanction 8 KB
hr_employee_sanction_pkey 8 KB
hr_employee_shift_rel_employee_id_shift_id_idx UNUSED 8 KB
hr_employee_shift_rel_pkey 8 KB
hr_employee_wage_card_print_r_hr_employee_id_wage_card_prin_idx UNUSED 8 KB
hr_employee_wage_card_print_rel_pkey 8 KB
hr_expense_hr_expense_refuse__hr_expense_id_hr_expense_refu_idx UNUSED 8 KB
hr_expense_hr_expense_refuse_wizard_rel_pkey 8 KB
hr_family_member 8 KB
hr_family_member_pkey 8 KB
hr_flight_pkey 8 KB
hr_holiday_job_pkey 8 KB
hr_holiday_public_state_rel_pkey 8 KB
hr_holiday_public_state_rel_state_id_line_id_idx UNUSED 8 KB
hr_holidays_public_public_hol_hr_holidays_public_id_public__idx UNUSED 8 KB
hr_holidays_public_public_holidays_next_year_wizard_rel_pkey 8 KB
hr_holidays_summary_employee 8 KB
hr_holidays_summary_employee_pkey 8 KB
hr_job_aptitude_pkey 8 KB
hr_job_formation_pkey 8 KB
hr_job_hr_recruitment_stage_r_hr_job_id_hr_recruitment_stag_idx UNUSED 8 KB
hr_job_hr_recruitment_stage_rel_pkey 8 KB
hr_job_qualification_pkey 8 KB
hr_payroll_anciennete_pkey 8 KB
hr_payroll_cotisation_pkey 8 KB
hr_payroll_cotisation_type 8 KB
hr_payroll_ir_pkey 8 KB
hr_plan_hr_plan_activity_type_rel 8 KB
hr_plan_wizard_pkey 8 KB
hr_replacement_pkey 8 KB
hr_salary_proposal_line_pkey 8 KB
hr_salary_proposal_pkey 8 KB
hr_salary_proposal_validate_pkey 8 KB
iap_account_res_company_rel_pkey 8 KB
iap_account_res_company_rel_res_company_id_iap_account_id_idx UNUSED 8 KB
import_attendance 8 KB
import_attendance_pkey 8 KB
ins_account_financial_report__res_partner_id_ins_account_fi_idx UNUSED 8 KB
ins_account_financial_report_res_groups_rel 8 KB
ins_account_financial_report_res_partner_rel_pkey 8 KB
ins_financial_report_res_partner_rel 8 KB
ins_general_ledger_res_partne_res_partner_id_ins_general_le_idx UNUSED 8 KB
ins_general_ledger_res_partner_rel_pkey 8 KB
ins_partner_ageing_res_partne_res_partner_category_id_ins_p_idx UNUSED 8 KB
ins_partner_ageing_res_partner_category_rel_pkey 8 KB
ins_partner_ageing_res_partner_rel 8 KB
ins_partner_ledger_res_partne_res_partner_category_id_ins_p_idx UNUSED 8 KB
ins_partner_ledger_res_partner_category_rel_pkey 8 KB
ins_partner_ledger_res_partner_rel 8 KB
ir_act_server_group_rel 8 KB
ir_act_server_mail_channel_re_mail_channel_id_ir_act_server_idx UNUSED 8 KB
ir_act_server_mail_channel_rel_pkey 8 KB
ir_act_server_res_partner_rel_pkey 8 KB
ir_act_server_res_partner_rel_res_partner_id_ir_act_server__idx UNUSED 8 KB
ir_act_window_group_rel 8 KB
ir_actions 8 KB
ir_actions_pkey 8 KB
ir_attachment_slide_channel_i_ir_attachment_id_slide_channe_idx UNUSED 8 KB
ir_attachment_slide_channel_invite_rel_pkey 8 KB
ir_demo_failure 8 KB
ir_demo_failure_pkey 8 KB
ir_demo_failure_wizard_pkey 8 KB
ir_demo_pkey 8 KB
ir_model_fields_group_rel_group_id_field_id_idx UNUSED 8 KB
ir_model_fields_group_rel_pkey 8 KB
ir_sequence_date_range_pkey 8 KB
ir_server_object_lines 8 KB
ir_server_object_lines_pkey 8 KB
ir_ui_view_group_rel 8 KB
job_favorite_user_rel 8 KB
journal_account_control_rel 8 KB
journal_account_type_control_rel 8 KB
laundry_batch 8 KB
laundry_batch_line 8 KB
laundry_batch_line_pkey 8 KB
laundry_batch_message_main_attachment_id_index UNUSED 8 KB
laundry_batch_name_index UNUSED 8 KB
laundry_batch_pkey 8 KB
laundry_item 8 KB
laundry_item_pkey 8 KB
mail_activity_rel_pkey 8 KB
mail_activity_rel_recommended_id_activity_id_idx UNUSED 8 KB
mail_activity_type_mail_templ_mail_template_id_mail_activit_idx UNUSED 8 KB
mail_activity_type_mail_template_rel_pkey 8 KB
mail_blacklist 8 KB
mail_blacklist_email_index UNUSED 8 KB
mail_blacklist_message_main_attachment_id_index UNUSED 8 KB
mail_blacklist_pkey 8 KB
mail_blacklist_remove 8 KB
mail_blacklist_remove_pkey 8 KB
mail_blacklist_unique_email 8 KB
mail_channel_mail_wizard_invite_rel 8 KB
mail_channel_moderator_rel_pkey 8 KB
mail_channel_moderator_rel_res_users_id_mail_channel_id_idx UNUSED 8 KB
mail_channel_res_groups_rel 8 KB
mail_message_res_partner_needaction_rel_mail_resend_message_rel 8 KB
mail_message_res_partner_starred_rel 8 KB
mail_moderation 8 KB
mail_moderation_channel_email_uniq 8 KB
mail_moderation_channel_id_index UNUSED 8 KB
mail_moderation_pkey 8 KB
mail_resend_message 8 KB
mail_shortcode 8 KB
mail_shortcode_pkey 8 KB
mail_shortcode_source_index UNUSED 8 KB
mail_shortcode_substitution_index UNUSED 8 KB
mail_template_preview 8 KB
mail_template_preview_pkey 8 KB
mail_wizard_invite_res_partner_rel 8 KB
maintenance_team_users_rel_pkey 8 KB
maintenance_team_users_rel_res_users_id_maintenance_team_id_idx UNUSED 8 KB
medical_type 8 KB
medical_type_pkey 8 KB
meeting_category_rel_pkey 8 KB
meeting_category_rel_type_id_event_id_idx UNUSED 8 KB
merge_opportunity_rel_opportunity_id_merge_id_idx UNUSED 8 KB
merge_opportunity_rel_pkey 8 KB
microsoft_calendar_account_reset 8 KB
microsoft_calendar_account_reset_pkey 8 KB
mrp_bom 8 KB
mrp_bom_byproduct 8 KB
mrp_bom_byproduct_company_id_index UNUSED 8 KB
mrp_bom_byproduct_pkey 8 KB
mrp_bom_company_id_index UNUSED 8 KB
mrp_bom_line 8 KB
mrp_bom_line_bom_id_index UNUSED 8 KB
mrp_bom_line_company_id_index UNUSED 8 KB
mrp_bom_line_pkey 8 KB
mrp_bom_line_product_template_attribute_value_rel_pkey 8 KB
mrp_bom_line_product_template_product_template_attribute_va_idx UNUSED 8 KB
mrp_bom_message_main_attachment_id_index UNUSED 8 KB
mrp_bom_pkey 8 KB
mrp_bom_product_id_index UNUSED 8 KB
mrp_bom_product_tmpl_id_index UNUSED 8 KB
mrp_consumption_warning_line_pkey 8 KB
mrp_consumption_warning_mrp_p_mrp_production_id_mrp_consump_idx UNUSED 8 KB
mrp_consumption_warning_mrp_production_rel_pkey 8 KB
mrp_consumption_warning_pkey 8 KB
mrp_document 8 KB
mrp_document_pkey 8 KB
mrp_immediate_production_line_pkey 8 KB
mrp_immediate_production_pkey 8 KB
mrp_production 8 KB
mrp_production_backorder_line_pkey 8 KB
mrp_production_backorder_pkey 8 KB
mrp_production_company_id_index UNUSED 8 KB
mrp_production_date_finished_index UNUSED 8 KB
mrp_production_date_planned_start_index UNUSED 8 KB
mrp_production_date_start_index UNUSED 8 KB
mrp_production_message_main_attachment_id_index UNUSED 8 KB
mrp_production_mrp_production_backorder_rel_pkey 8 KB
mrp_production_mrp_production_mrp_production_id_mrp_product_idx UNUSED 8 KB
mrp_production_name_uniq 8 KB
mrp_production_orderpoint_id_index UNUSED 8 KB
mrp_production_pkey 8 KB
mrp_production_priority_index UNUSED 8 KB
mrp_production_production_rel_mrp_production_id_mrp_immedia_idx UNUSED 8 KB
mrp_production_production_rel_pkey 8 KB
mrp_production_reservation_state_index UNUSED 8 KB
mrp_production_state_index UNUSED 8 KB
mrp_routing_workcenter 8 KB
mrp_routing_workcenter_bom_id_index UNUSED 8 KB
mrp_routing_workcenter_pkey 8 KB
mrp_unbuild 8 KB
mrp_unbuild_company_id_index UNUSED 8 KB
mrp_unbuild_message_main_attachment_id_index UNUSED 8 KB
mrp_unbuild_pkey 8 KB
mrp_unbuild_state_index UNUSED 8 KB
mrp_workcenter 8 KB
mrp_workcenter_alternative_re_alternative_workcenter_id_wor_idx UNUSED 8 KB
mrp_workcenter_alternative_rel_pkey 8 KB
mrp_workcenter_company_id_index UNUSED 8 KB
mrp_workcenter_pkey 8 KB
mrp_workcenter_productivity 8 KB
mrp_workcenter_productivity_company_id_index UNUSED 8 KB
mrp_workcenter_productivity_pkey 8 KB
mrp_workcenter_resource_calendar_id_index UNUSED 8 KB
mrp_workcenter_resource_id_index UNUSED 8 KB
mrp_workorder 8 KB
mrp_workorder_pkey 8 KB
no_cantine 8 KB
no_cantine_pkey 8 KB
no_out_pkey 8 KB
no_planning_pkey 8 KB
overtime_type 8 KB
overtime_type_pkey 8 KB
overtime_user_type 8 KB
overtime_user_type_pkey 8 KB
payment_acquirer_onboarding_wizard 8 KB
payment_acquirer_onboarding_wizard_pkey 8 KB
payment_acquirer_payment_icon_rel 8 KB
payment_country_rel_country_id_payment_id_idx UNUSED 8 KB
payment_country_rel_pkey 8 KB
payment_link_wizard 8 KB
payment_link_wizard_pkey 8 KB
payment_mode 8 KB
payment_request 8 KB
payment_request_pkey 8 KB
payment_token 8 KB
payment_token_company_id_index UNUSED 8 KB
payment_token_pkey 8 KB
payment_transaction 8 KB
payment_transaction_pkey 8 KB
payment_transaction_reference_index UNUSED 8 KB
payment_transaction_reference_uniq 8 KB
phone_blacklist 8 KB
phone_blacklist_message_main_attachment_id_index UNUSED 8 KB
phone_blacklist_number_index UNUSED 8 KB
phone_blacklist_pkey 8 KB
phone_blacklist_remove 8 KB
phone_blacklist_remove_pkey 8 KB
phone_blacklist_unique_number 8 KB
portal_share 8 KB
portal_share_pkey 8 KB
portal_share_res_partner_rel_pkey 8 KB
portal_share_res_partner_rel_res_partner_id_portal_share_id_idx UNUSED 8 KB
portal_wizard 8 KB
portal_wizard_pkey 8 KB
portal_wizard_user 8 KB
portal_wizard_user_pkey 8 KB
pos_category_pos_config_rel_pkey 8 KB
pos_category_pos_config_rel_pos_category_id_pos_config_id_idx UNUSED 8 KB
pos_config_pos_payment_method_rel 8 KB
pos_config_printer_rel 8 KB
pos_config_product_pricelist_rel 8 KB
pos_detail_configs 8 KB
pos_details_wizard 8 KB
pos_make_payment 8 KB
pos_make_payment_pkey 8 KB
pos_pack_operation_lot 8 KB
pos_pack_operation_lot_pkey 8 KB
printer_category_rel 8 KB
product_accessory_rel_dest_id_src_id_idx UNUSED 8 KB
product_accessory_rel_pkey 8 KB
product_add_category_pkey 8 KB
product_alternative_rel_dest_id_src_id_idx UNUSED 8 KB
product_alternative_rel_pkey 8 KB
product_attr_exclusion_value__product_template_attribute_va_idx UNUSED 8 KB
product_attr_exclusion_value_ids_rel_pkey 8 KB
product_attribute 8 KB
product_attribute_custom_value 8 KB
product_attribute_custom_value_pkey 8 KB
product_attribute_custom_value_sol_custom_value_unique 8 KB
product_attribute_pkey 8 KB
product_attribute_product_tem_product_template_id_product_a_idx UNUSED 8 KB
product_attribute_product_template_rel_pkey 8 KB
product_attribute_sequence_index UNUSED 8 KB
product_attribute_value 8 KB
product_attribute_value_attribute_id_index UNUSED 8 KB
product_attribute_value_pkey 8 KB
product_attribute_value_produ_product_template_attribute_li_idx UNUSED 8 KB
product_attribute_value_product_template_attribute_line_re_pkey 8 KB
product_attribute_value_sequence_index UNUSED 8 KB
product_attribute_value_value_company_uniq 8 KB
product_category_res_company__res_company_id_product_catego_idx UNUSED 8 KB
product_category_res_company_rel_pkey 8 KB
product_image 8 KB
product_image_pkey 8 KB
product_image_product_tmpl_id_index UNUSED 8 KB
product_image_product_variant_id_index UNUSED 8 KB
product_image_sequence_index UNUSED 8 KB
product_packaging 8 KB
product_packaging_company_id_index UNUSED 8 KB
product_packaging_pkey 8 KB
product_product_stock_inventory_rel 8 KB
product_public_category 8 KB
product_public_category_parent_id_index UNUSED 8 KB
product_public_category_parent_path_index UNUSED 8 KB
product_public_category_pkey 8 KB
product_public_category_produ_product_template_id_product_p_idx UNUSED 8 KB
product_public_category_product_template_rel_pkey 8 KB
product_public_category_sequence_index UNUSED 8 KB
product_public_category_website_id_index UNUSED 8 KB
product_replenish 8 KB
product_replenish_stock_locat_stock_location_route_id_produ_idx UNUSED 8 KB
product_replenish_stock_location_route_rel_pkey 8 KB
product_template_attribute_exclusion_pkey 8 KB
product_template_attribute_exclusion_product_template_attribute UNUSED 8 KB
product_template_attribute_exclusion_product_tmpl_id_index UNUSED 8 KB
product_template_attribute_line_attribute_id_index UNUSED 8 KB
product_template_attribute_line_pkey 8 KB
product_template_attribute_line_product_tmpl_id_index UNUSED 8 KB
product_template_attribute_va_product_template_attribute_va_idx UNUSED 8 KB
product_template_attribute_value 8 KB
product_template_attribute_value_attribute_id_index UNUSED 8 KB
product_template_attribute_value_attribute_value_unique 8 KB
product_template_attribute_value_pkey 8 KB
product_template_attribute_value_product_attribute_value_id_ind UNUSED 8 KB
product_template_attribute_value_product_tmpl_id_index UNUSED 8 KB
product_template_attribute_value_sale_order_line_rel_pkey 8 KB
product_variant_combination_pkey 8 KB
product_variant_combination_product_template_attribute_valu_idx UNUSED 8 KB
project_allowed_portal_users__res_users_id_project_project__idx UNUSED 8 KB
project_allowed_portal_users_rel_pkey 8 KB
project_create_invoice_pkey 8 KB
project_create_sale_order 8 KB
project_create_sale_order_line_pkey 8 KB
project_create_sale_order_line_unique_employee_per_wizard 8 KB
project_create_sale_order_pkey 8 KB
project_delete_wizard 8 KB
project_delete_wizard_project_project_rel 8 KB
project_employee_pkey 8 KB
project_native_exchange 8 KB
project_native_exchange_import 8 KB
project_native_exchange_import_pkey 8 KB
project_native_exchange_import_prj_line 8 KB
project_native_exchange_import_prj_line_pkey 8 KB
project_native_exchange_import_task_line 8 KB
project_native_exchange_import_task_line_pkey 8 KB
project_native_exchange_pkey 8 KB
project_native_exchange_tool_pkey 8 KB
project_payroll_item_pkey 8 KB
project_sale_line_employee_map_pkey 8 KB
project_sale_line_employee_map_uniqueness_employee 8 KB
project_task_create_sale_order 8 KB
project_task_create_sale_order_pkey 8 KB
project_task_create_timesheet 8 KB
project_task_create_timesheet_pkey 8 KB
project_task_resource_link 8 KB
project_task_resource_link_pkey 8 KB
project_task_resource_link_project_task_resource_link_uniq 8 KB
project_task_type_delete_wizard 8 KB
project_task_type_project_task_type_delete_wizard_rel 8 KB
public_holidays_next_year_wizard_pkey 8 KB
purchase_order_approval 8 KB
purchase_order_import_pkey 8 KB
qual_type_pkey 8 KB
qualification_branch 8 KB
qualification_branch_pkey 8 KB
qualification_type_pkey 8 KB
read_clock_pkey 8 KB
rel_badge_auth_users_pkey 8 KB
rel_badge_auth_users_res_users_id_gamification_badge_id_idx UNUSED 8 KB
rel_modules_langexport_module_id_wiz_id_idx UNUSED 8 KB
rel_modules_langexport_pkey 8 KB
rel_server_actions_action_id_server_id_idx UNUSED 8 KB
rel_server_actions_pkey 8 KB
rel_slide_tag 8 KB
rel_upload_groups_group_id_channel_id_idx UNUSED 8 KB
rel_upload_groups_pkey 8 KB
renew_document_pkey 8 KB
report_accounting_excel_reports_agedpartnerbalance_excel_pkey 8 KB
report_accounting_excel_reports_report_financial_excel_pkey 8 KB
report_accounting_excel_reports_report_generalledger_excel_pkey 8 KB
report_accounting_excel_reports_report_journal_excel_pkey 8 KB
report_accounting_excel_reports_report_overdue_excel_pkey 8 KB
report_accounting_excel_reports_report_partnerledger_excel_pkey 8 KB
report_accounting_excel_reports_report_tax_excel_pkey 8 KB
report_accounting_excel_reports_report_trialbalance_excel_pkey 8 KB
required_tag_ids_rule_table 8 KB
requisition_receive_service 8 KB
requisition_receive_service_line_pkey 8 KB
res_city 8 KB
res_city_pkey 8 KB
res_config_installer_pkey 8 KB
res_config_pkey 8 KB
res_country_group_pricelist_r_res_country_group_id_pricelis_idx UNUSED 8 KB
res_country_group_pricelist_rel_pkey 8 KB
res_country_res_country_group_rel 8 KB
res_groups_implied_rel 8 KB
res_groups_report_rel 8 KB
res_groups_slide_channel_rel 8 KB
res_groups_website_menu_rel_pkey 8 KB
res_groups_website_menu_rel_res_groups_id_website_menu_id_idx UNUSED 8 KB
res_partner_res_partner_category_rel 8 KB
res_partner_slide_channel_inv_res_partner_id_slide_channel__idx UNUSED 8 KB
res_partner_slide_channel_invite_rel_pkey 8 KB
res_partner_sol_requisition_l_res_partner_id_sol_requisitio_idx UNUSED 8 KB
res_partner_sol_requisition_line_rel_pkey 8 KB
res_users_apikeys_description 8 KB
res_users_apikeys_description_pkey 8 KB
reset_view_arch_wizard 8 KB
reset_view_arch_wizard_pkey 8 KB
resource_test 8 KB
resource_test_company_id_index UNUSED 8 KB
resource_test_pkey 8 KB
resource_test_resource_calendar_id_index UNUSED 8 KB
resource_test_resource_id_index UNUSED 8 KB
restaurant_floor 8 KB
restaurant_floor_pkey 8 KB
restaurant_table 8 KB
restaurant_table_pkey 8 KB
rub_update_line_pkey 8 KB
rubrique_line_wiz_pkey 8 KB
salary_cotisation_rel_cotisation_type_id_cotisation_id_idx UNUSED 8 KB
salary_cotisation_rel_pkey 8 KB
sale_order_cancel 8 KB
sale_order_import_pkey 8 KB
sale_order_line_component 8 KB
sale_order_template_option 8 KB
sale_order_template_option_company_id_index UNUSED 8 KB
sale_order_template_option_pkey 8 KB
sale_order_template_option_sale_order_template_id_index UNUSED 8 KB
sale_order_transaction_rel_pkey 8 KB
sale_order_transaction_rel_transaction_id_sale_order_id_idx UNUSED 8 KB
sale_payment_acquirer_onboarding_wizard 8 KB
sale_payment_acquirer_onboarding_wizard_pkey 8 KB
sanction_type 8 KB
sanction_type_pkey 8 KB
shift_generator_pkey 8 KB
shipping_state 8 KB
shipping_state_pkey 8 KB
slide_channel_invite 8 KB
slide_channel_invite_pkey 8 KB
slide_channel_tag_rel 8 KB
slide_embed 8 KB
slide_embed_pkey 8 KB
slide_embed_slide_id_index UNUSED 8 KB
slide_slide_link 8 KB
slide_slide_link_pkey 8 KB
slide_slide_partner 8 KB
slide_slide_resource 8 KB
slide_slide_resource_pkey 8 KB
sms_resend 8 KB
sms_template_preview 8 KB
sms_template_preview_pkey 8 KB
snailmail_confirm_invoice 8 KB
snailmail_confirm_invoice_pkey 8 KB
snailmail_letter 8 KB
snailmail_letter_cancel 8 KB
snailmail_letter_cancel_pkey 8 KB
snailmail_letter_format_error_pkey 8 KB
snailmail_letter_missing_required_fields 8 KB
snailmail_letter_missing_required_fields_pkey 8 KB
snailmail_letter_pkey 8 KB
sol_requisition_line_pkey 8 KB
sol_requisition_pkey 8 KB
stock_assign_serial 8 KB
stock_assign_serial_pkey 8 KB
stock_change_product_qty 8 KB
stock_change_product_qty_pkey 8 KB
stock_inventory_stock_location_rel 8 KB
stock_localisation_name_company_uniq 8 KB
stock_localisation_pkey 8 KB
stock_location_route_categ_categ_id_route_id_idx UNUSED 8 KB
stock_location_route_categ_pkey 8 KB
stock_location_route_stock_ru_stock_location_route_id_stock_idx UNUSED 8 KB
stock_location_route_stock_rules_report_rel_pkey 8 KB
stock_move_line_consume_rel_pkey 8 KB
stock_move_line_consume_rel_produce_line_id_consume_line_id_idx UNUSED 8 KB
stock_orderpoint_snooze 8 KB
stock_orderpoint_snooze_pkey 8 KB
stock_orderpoint_snooze_stock_stock_warehouse_orderpoint_id_idx UNUSED 8 KB
stock_orderpoint_snooze_stock_warehouse_orderpoint_rel_pkey 8 KB
stock_package_destination_pkey 8 KB
stock_package_level_company_id_index UNUSED 8 KB
stock_package_level_pkey 8 KB
stock_picking_sms_rel_pkey 8 KB
stock_picking_sms_rel_stock_picking_id_confirm_stock_sms_id_idx UNUSED 8 KB
stock_production_lot 8 KB
stock_production_lot_company_id_index UNUSED 8 KB
stock_production_lot_message_main_attachment_id_index UNUSED 8 KB
stock_production_lot_pkey 8 KB
stock_putaway_rule_company_id_index UNUSED 8 KB
stock_putaway_rule_pkey 8 KB
stock_quant_package 8 KB
stock_quant_package_company_id_index UNUSED 8 KB
stock_quant_package_location_id_index UNUSED 8 KB
stock_quant_package_name_index UNUSED 8 KB
stock_quant_package_packaging_id_index UNUSED 8 KB
stock_quant_package_pkey 8 KB
stock_quantity_history_pkey 8 KB
stock_return_picking 8 KB
stock_route_warehouse 8 KB
stock_rules_report_pkey 8 KB
stock_rules_report_stock_ware_stock_warehouse_id_stock_rule_idx UNUSED 8 KB
stock_rules_report_stock_warehouse_rel_pkey 8 KB
stock_scheduler_compute_pkey 8 KB
stock_traceability_report_pkey 8 KB
stock_track_confirmation_pkey 8 KB
stock_track_line 8 KB
stock_track_line_pkey 8 KB
stock_valuation_layer_revaluation 8 KB
stock_valuation_layer_revaluation_pkey 8 KB
stock_warn_insufficient_qty_scrap 8 KB
stock_warn_insufficient_qty_scrap_pkey 8 KB
stock_warn_insufficient_qty_unbuild 8 KB
stock_warn_insufficient_qty_unbuild_pkey 8 KB
stock_wh_resupply_table_pkey 8 KB
stock_wh_resupply_table_supplier_wh_id_supplied_wh_id_idx UNUSED 8 KB
storage_location 8 KB
storage_location_pkey 8 KB
subscription_cancel_date_pkey 8 KB
subscription_document_fields 8 KB
subscription_document_fields_pkey 8 KB
summ_dept_emp_rel_emp_id_sum_id_idx UNUSED 8 KB
summ_dept_emp_rel_pkey 8 KB
summ_dept_rel_dept_id_sum_id_idx UNUSED 8 KB
summ_dept_rel_pkey 8 KB
summary_emp_rel_emp_id_sum_id_idx UNUSED 8 KB
summary_emp_rel_pkey 8 KB
survey_invite 8 KB
survey_invite_author_id_index UNUSED 8 KB
survey_invite_partner_ids_partner_id_invite_id_idx UNUSED 8 KB
survey_invite_partner_ids_pkey 8 KB
survey_invite_pkey 8 KB
survey_invite_template_id_index UNUSED 8 KB
survey_mail_compose_message_ir_atta_attachment_id_wizard_id_idx UNUSED 8 KB
survey_mail_compose_message_ir_attachments_rel_pkey 8 KB
survey_question 8 KB
survey_question_answer 8 KB
survey_question_answer_pkey 8 KB
survey_question_pkey 8 KB
survey_question_survey_user_i_survey_question_id_survey_use_idx UNUSED 8 KB
survey_question_survey_user_input_rel_pkey 8 KB
survey_user_input_line 8 KB
survey_user_input_line_pkey 8 KB
tax_adjustments_wizard 8 KB
tax_adjustments_wizard_pkey 8 KB
team_stage_rel 8 KB
theme_ir_attachment 8 KB
theme_ir_attachment_pkey 8 KB
theme_ir_ui_view 8 KB
theme_ir_ui_view_pkey 8 KB
theme_website_menu 8 KB
theme_website_menu_parent_id_index UNUSED 8 KB
theme_website_menu_pkey 8 KB
theme_website_page 8 KB
theme_website_page_pkey 8 KB
tip_line_pkey 8 KB
utm_tag_rel_campaign_id_tag_id_idx UNUSED 8 KB
utm_tag_rel_pkey 8 KB
validate_account_move 8 KB
wage_card_print_pkey 8 KB
web_editor_converter_test 8 KB
web_editor_converter_test_pkey 8 KB
web_editor_converter_test_sub 8 KB
web_editor_converter_test_sub_pkey 8 KB
website_country_group_rel_country_group_id_website_id_idx UNUSED 8 KB
website_country_group_rel_pkey 8 KB
website_lang_rel 8 KB
website_rewrite 8 KB
website_rewrite_pkey 8 KB
website_rewrite_url_from_index UNUSED 8 KB
website_rewrite_website_id_index UNUSED 8 KB
website_robots 8 KB
website_robots_pkey 8 KB
website_route 8 KB
website_route_pkey 8 KB
website_sale_extra_field_pkey 8 KB
website_sale_payment_acquirer_onboarding_wizard 8 KB
website_sale_payment_acquirer_onboarding_wizard_pkey 8 KB
account_account_ins_partner_ledger_rel 0 Bytes
account_account_ins_trial_balance_rel 0 Bytes
account_account_tag_ins_general_ledger_rel 0 Bytes
account_account_template_account_tag 0 Bytes
account_account_template_tax_rel 0 Bytes
account_aged_trial_balance_account_journal_rel 0 Bytes
account_analytic_account_accounting_report_rel 0 Bytes
account_analytic_account_building_rel 0 Bytes
account_analytic_account_ins_trial_balance_rel 0 Bytes
account_analytic_default 0 Bytes
account_analytic_default_account_analytic_tag_rel 0 Bytes
account_analytic_distribution 0 Bytes
account_analytic_group_accounting_report_rel 0 Bytes
account_analytic_group_ins_account_financial_report_rel 0 Bytes
account_analytic_group_ins_financial_report_rel 0 Bytes
account_analytic_overtime 0 Bytes
account_analytic_tag_account_asset_asset_rel 0 Bytes
account_analytic_tag_account_asset_category_rel 0 Bytes
account_analytic_tag_ins_financial_report_rel 0 Bytes
account_analytic_tag_ins_general_ledger_rel 0 Bytes
account_automatic_entry_wizard_account_move_line_rel 0 Bytes
account_balance_report_journal_rel 0 Bytes
account_bank_statement_closebalance 0 Bytes
account_bank_statement_import 0 Bytes
account_bank_statement_import_ir_attachment_rel 0 Bytes
account_bank_statement_import_journal_creation 0 Bytes
account_common_account_report_account_journal_rel 0 Bytes
account_common_journal_report_account_journal_rel 0 Bytes
account_common_partner_report_account_journal_rel 0 Bytes
account_common_report_account_journal_rel 0 Bytes
account_financial_year_op 0 Bytes
account_fiscal_position_account 0 Bytes
account_fiscal_position_account_template 0 Bytes
account_fiscal_position_pos_config_rel 0 Bytes
account_invoice_payment_line_multi 0 Bytes
account_invoice_send 0 Bytes
account_invoice_transaction_rel 0 Bytes
account_journal_account_journal_group_rel 0 Bytes
account_journal_account_payment_line_create_rel 0 Bytes
account_journal_account_print_journal_rel 0 Bytes
account_journal_account_reconcile_model_rel 0 Bytes
account_journal_account_reconcile_model_template_rel 0 Bytes
account_journal_account_tax_report_rel 0 Bytes
account_journal_accounting_report_rel 0 Bytes
account_journal_ins_general_ledger_rel 0 Bytes
account_move_account_invoice_send_rel 0 Bytes
account_move_account_resequence_wizard_rel 0 Bytes
account_move_debit_move 0 Bytes
account_move_help_ticket_rel 0 Bytes
account_move_line_account_payment_line_create_rel 0 Bytes
account_payment_account_bank_statement_line_rel 0 Bytes
account_payment_line_create_res_partner_rel 0 Bytes
account_payment_mode_variable_journal_rel 0 Bytes
account_reconcile_model_analytic_tag_rel 0 Bytes
account_reconcile_model_line_account_tax_rel 0 Bytes
account_reconcile_model_line_template_account_tax_template_rel 0 Bytes
account_reconcile_model_res_partner_category_rel 0 Bytes
account_reconcile_model_res_partner_rel 0 Bytes
account_reconcile_model_template_res_partner_category_rel 0 Bytes
account_reconcile_model_template_res_partner_rel 0 Bytes
account_report_general_ledger_journal_rel 0 Bytes
account_tax_filiation_rel 0 Bytes
account_tax_repartition_financial_tags 0 Bytes
account_tax_repartition_minus_report_line 0 Bytes
account_tax_repartition_plus_report_line 0 Bytes
account_tax_report_line_tags_rel 0 Bytes
account_tax_sale_advance_payment_inv_rel 0 Bytes
account_tax_template_filiation_rel 0 Bytes
account_update_lock_to_date 0 Bytes
add_product_public_category_product_template_rel 0 Bytes
adhoc_payroll_item 0 Bytes
applicant_get_refuse_reason 0 Bytes
applicant_get_refuse_reason_hr_applicant_rel 0 Bytes
aptitude_type 0 Bytes
asset_depreciation_confirmation_wizard 0 Bytes
attachment_id 0 Bytes
badge_unlocked_definition_rel 0 Bytes
base_automation_onchange_fields_rel 0 Bytes
base_document_layout 0 Bytes
base_import_tests_models_m2o 0 Bytes
base_import_tests_models_m2o_related 0 Bytes
base_import_tests_models_m2o_required 0 Bytes
base_import_tests_models_m2o_required_related 0 Bytes
base_import_tests_models_o2m_child 0 Bytes
base_language_install_website_rel 0 Bytes
base_module_uninstall 0 Bytes
card_provider_pos_payment_method_rel 0 Bytes
choose_delivery_package 0 Bytes
closing_balance_confirm_wizard 0 Bytes
cnaps_dept_emp_rel 0 Bytes
confirm_stock_sms 0 Bytes
cont_dept_emp_rel 0 Bytes
crm_convert_lead_mass_lead_rel 0 Bytes
crm_iap_lead_helpers 0 Bytes
crm_iap_lead_industry_crm_iap_lead_mining_request_rel 0 Bytes
crm_iap_lead_mining_request_crm_iap_lead_role_rel 0 Bytes
crm_iap_lead_mining_request_crm_tag_rel 0 Bytes
crm_iap_lead_mining_request_res_country_rel 0 Bytes
crm_iap_lead_mining_request_res_country_state_rel 0 Bytes
crm_lead2opportunity_partner_mass_res_users_rel 0 Bytes
crm_lead_crm_lead2opportunity_partner_mass_rel 0 Bytes
crm_lead_crm_lead2opportunity_partner_rel 0 Bytes
crm_lead_lost 0 Bytes
crm_lead_website_visitor_rel 0 Bytes
crm_merge_opportunity 0 Bytes
crm_team_ins_account_financial_report_rel 0 Bytes
custom_product_configurator_component 0 Bytes
daily_attendance 0 Bytes
daily_hours 0 Bytes
delivery_carrier_country_rel 0 Bytes
delivery_carrier_delivery_zone_rel 0 Bytes
delivery_carrier_state_rel 0 Bytes
delivery_time_slot_delivery_zone_schedule_line_rel 0 Bytes
delivery_zone_res_users_rel 0 Bytes
delivery_zone_schedule 0 Bytes
division_budget 0 Bytes
documents_document_res_users_rel 0 Bytes
documents_fleet_tags_table 0 Bytes
documents_request_wizard_documents_tag_rel 0 Bytes
documents_tag_mail_activity_type_rel 0 Bytes
employee_allocation 0 Bytes
employee_lastjob 0 Bytes
employee_leave_allocation 0 Bytes
employee_overtime_recalculate 0 Bytes
employee_overtime_recalculate_hr_employee_rel 0 Bytes
employee_tips_hr_department_rel 0 Bytes
employee_transfer 0 Bytes
excluded_tag_ids_rule_table 0 Bytes
family_allocation 0 Bytes
fleet_service_type_fleet_vehicle_log_contract_rel 0 Bytes
fleet_vehicle_model_vendors 0 Bytes
gamification_badge_rule_badge_rel 0 Bytes
gamification_goal_wizard 0 Bytes
gamification_invited_user_ids_rel 0 Bytes
help_ticket_project_task_rel 0 Bytes
helpdesk_sla_helpdesk_stage_rel 0 Bytes
helpdesk_sla_helpdesk_tag_rel 0 Bytes
helpdesk_team_res_users_rel 0 Bytes
holidays_allocation_extra 0 Bytes
hr_applicant_aptitude 0 Bytes
hr_applicant_hr_applicant_category_rel 0 Bytes
hr_applicant_qualification 0 Bytes
hr_category_rubriques 0 Bytes
hr_cnaps_wiz 0 Bytes
hr_contract_mod_wiz 0 Bytes
hr_employee_aptitude 0 Bytes
hr_employee_branche 0 Bytes
hr_employee_category_index 0 Bytes
hr_employee_clock_rel 0 Bytes
hr_employee_decoration 0 Bytes
hr_employee_decoration_type 0 Bytes
hr_employee_formation_module 0 Bytes
hr_employee_hr_leave_type_rel 0 Bytes
hr_employee_last_job 0 Bytes
hr_employee_medical_ticket 0 Bytes
hr_employee_medical_tickete 0 Bytes
hr_employee_overtime_validate 0 Bytes
hr_employee_pos_config_rel 0 Bytes
hr_employee_qualification 0 Bytes
hr_employee_shift_rel 0 Bytes
hr_employee_wage_card_print_rel 0 Bytes
hr_expense_hr_expense_refuse_wizard_rel 0 Bytes
hr_flight 0 Bytes
hr_holiday_job 0 Bytes
hr_holiday_public_state_rel 0 Bytes
hr_holidays_public_public_holidays_next_year_wizard_rel 0 Bytes
hr_job_aptitude 0 Bytes
hr_job_formation 0 Bytes
hr_job_hr_recruitment_stage_rel 0 Bytes
hr_job_qualification 0 Bytes
hr_payroll_anciennete 0 Bytes
hr_payroll_cotisation 0 Bytes
hr_payroll_ir 0 Bytes
hr_plan_wizard 0 Bytes
hr_replacement 0 Bytes
hr_salary_proposal 0 Bytes
hr_salary_proposal_line 0 Bytes
hr_salary_proposal_validate 0 Bytes
iap_account_res_company_rel 0 Bytes
ins_account_financial_report_res_partner_rel 0 Bytes
ins_general_ledger_res_partner_rel 0 Bytes
ins_partner_ageing_res_partner_category_rel 0 Bytes
ins_partner_ledger_res_partner_category_rel 0 Bytes
ir_act_server_mail_channel_rel 0 Bytes
ir_act_server_res_partner_rel 0 Bytes
ir_attachment_slide_channel_invite_rel 0 Bytes
ir_demo 0 Bytes
ir_demo_failure_wizard 0 Bytes
ir_model_fields_group_rel 0 Bytes
ir_sequence_date_range 0 Bytes
mail_activity_rel 0 Bytes
mail_activity_type_mail_template_rel 0 Bytes
mail_channel_moderator_rel 0 Bytes
maintenance_team_users_rel 0 Bytes
meeting_category_rel 0 Bytes
merge_opportunity_rel 0 Bytes
mrp_bom_line_product_template_attribute_value_rel 0 Bytes
mrp_consumption_warning 0 Bytes
mrp_consumption_warning_line 0 Bytes
mrp_consumption_warning_mrp_production_rel 0 Bytes
mrp_immediate_production 0 Bytes
mrp_immediate_production_line 0 Bytes
mrp_production_backorder 0 Bytes
mrp_production_backorder_line 0 Bytes
mrp_production_mrp_production_backorder_rel 0 Bytes
mrp_production_production_rel 0 Bytes
mrp_workcenter_alternative_rel 0 Bytes
no_out 0 Bytes
no_planning 0 Bytes
payment_country_rel 0 Bytes
portal_share_res_partner_rel 0 Bytes
pos_category_pos_config_rel 0 Bytes
product_accessory_rel 0 Bytes
product_add_category 0 Bytes
product_alternative_rel 0 Bytes
product_attr_exclusion_value_ids_rel 0 Bytes
product_attribute_product_template_rel 0 Bytes
product_attribute_value_product_template_attribute_line_rel 0 Bytes
product_category_res_company_rel 0 Bytes
product_public_category_product_template_rel 0 Bytes
product_replenish_stock_location_route_rel 0 Bytes
product_template_attribute_exclusion 0 Bytes
product_template_attribute_line 0 Bytes
product_template_attribute_value_sale_order_line_rel 0 Bytes
product_variant_combination 0 Bytes
project_allowed_portal_users_rel 0 Bytes
project_create_invoice 0 Bytes
project_create_sale_order_line 0 Bytes
project_employee 0 Bytes
project_native_exchange_tool 0 Bytes
project_payroll_item 0 Bytes
project_sale_line_employee_map 0 Bytes
public_holidays_next_year_wizard 0 Bytes
purchase_order_import 0 Bytes
qual_type 0 Bytes
qualification_type 0 Bytes
read_clock 0 Bytes
rel_badge_auth_users 0 Bytes
rel_modules_langexport 0 Bytes
rel_server_actions 0 Bytes
rel_upload_groups 0 Bytes
renew_document 0 Bytes
report_accounting_excel_reports_agedpartnerbalance_excel 0 Bytes
report_accounting_excel_reports_report_financial_excel 0 Bytes
report_accounting_excel_reports_report_generalledger_excel 0 Bytes
report_accounting_excel_reports_report_journal_excel 0 Bytes
report_accounting_excel_reports_report_overdue_excel 0 Bytes
report_accounting_excel_reports_report_partnerledger_excel 0 Bytes
report_accounting_excel_reports_report_tax_excel 0 Bytes
report_accounting_excel_reports_report_trialbalance_excel 0 Bytes
requisition_receive_service_line 0 Bytes
res_config 0 Bytes
res_config_installer 0 Bytes
res_country_group_pricelist_rel 0 Bytes
res_groups_website_menu_rel 0 Bytes
res_partner_slide_channel_invite_rel 0 Bytes
res_partner_sol_requisition_line_rel 0 Bytes
rub_update_line 0 Bytes
rubrique_line_wiz 0 Bytes
salary_cotisation_rel 0 Bytes
sale_order_import 0 Bytes
sale_order_transaction_rel 0 Bytes
shift_generator 0 Bytes
snailmail_letter_format_error 0 Bytes
sol_requisition 0 Bytes
sol_requisition_line 0 Bytes
stock_localisation 0 Bytes
stock_location_route_categ 0 Bytes
stock_location_route_stock_rules_report_rel 0 Bytes
stock_move_line_consume_rel 0 Bytes
stock_orderpoint_snooze_stock_warehouse_orderpoint_rel 0 Bytes
stock_package_destination 0 Bytes
stock_package_level 0 Bytes
stock_picking_sms_rel 0 Bytes
stock_putaway_rule 0 Bytes
stock_quantity_history 0 Bytes
stock_rules_report 0 Bytes
stock_rules_report_stock_warehouse_rel 0 Bytes
stock_scheduler_compute 0 Bytes
stock_traceability_report 0 Bytes
stock_track_confirmation 0 Bytes
stock_wh_resupply_table 0 Bytes
subscription_cancel_date 0 Bytes
summ_dept_emp_rel 0 Bytes
summ_dept_rel 0 Bytes
summary_emp_rel 0 Bytes
survey_invite_partner_ids 0 Bytes
survey_mail_compose_message_ir_attachments_rel 0 Bytes
survey_question_survey_user_input_rel 0 Bytes
tip_line 0 Bytes
utm_tag_rel 0 Bytes
wage_card_print 0 Bytes
website_country_group_rel 0 Bytes
website_sale_extra_field 0 Bytes