P2 1 TablasFormul

download P2 1  TablasFormul

of 28

Transcript of P2 1 TablasFormul

  • 8/10/2019 P2 1 TablasFormul

    1/28

    PRACTICA 2.1

    TABLAS Y FORMULARIOS

    Quincena 4

    14 DE NOVIEMBRE DE 2013

    Cristbal Martnez del Vals

  • 8/10/2019 P2 1 TablasFormul

    2/28

    T2 Sistemas ERP-CRM. Explotacin y adecuacin I Sistemas de gestin empresarial

    P g i n a 1 | 11

    Contenido

    1. Averigua cmo se llama la vista asociada al formulario que muestra el detalle de una Orden deproduccin(mdulo deFabricacin) y la lista de las vistas relacionadas con ella. Incluye una

    imagen que muestre ambas cosas......................................................................................................... 2

    2. Imagina que la direccin de la empresa te solicita unos listados sobre el personal que no

    proporciona OpenERP y has de desarrollar t. Para ello, necesitas conocer los nombres de tablas y

    columnas en los que se almacena la informacin. Averigua dichos nombres para los siguientes

    datos: .................................................................................................................................................... 4

    3. Accede mediante pgAdminIII a la base de datos y averigua para cada una de las tablas que

    aparecen en este ejercicio, cul es su clave primaria, una de sus claves ajenas y cuantas columnas

    tiene. ..................................................................................................................................................... 7

    4. En los listados del ejercicio 2, debe aparecer para cada empleado el nombre del director dedepartamento al que pertenece el empleado. En qu tabla se almacena ese nombre? ....................... 9

    ANEXOS ........................................................................................................................................... 10

  • 8/10/2019 P2 1 TablasFormul

    3/28

    T2 Sistemas ERP-CRM. Explotacin y adecuacin I Sistemas de gestin empresarial

    P g i n a 1 | 11

    Prctica 2.1 Identificacin de tablas y columnas.

    El objetivo de esta prctica es manejar la identificacin de los elementos de la base dedatos en referencia a los elementos de formularios que aparecen en OpenERP. Elconocimiento de la base de datos es fundamental para poder desarrollar nuevos accesos ala informacin, al margen de los que proporciona OpenERP, y nuevos mdulos.

    NOTA: esta prctica es una ampliacin del ejercicio 1 del apartado 1 del tema 2 de losapuntes.

    Conctate a OpenERP con un usuario administrador y averigua la siguiente informacinrelacionada con la base de datos:

  • 8/10/2019 P2 1 TablasFormul

    4/28

    T2 Sistemas ERP-CRM. Explotacin y adecuacin I Sistemas de gestin empresarial

    P g i n a 2 | 11

    1. Averigua cmo se llama la vista asociada al formulario que muestra el detallede una Orden de produccin(mdulo de Fabricacin) y la lista de las vistas relacionadascon ella. Incluye una imagen que muestre ambas cosas.

    Ordenes de produccin

    Detalle de una orden de produccin Vista asociada 1024

  • 8/10/2019 P2 1 TablasFormul

    5/28

    T2 Sistemas ERP-CRM. Explotacin y adecuacin I Sistemas de gestin empresarial

    P g i n a 3 | 11

    Detalle de la vista:

    Seleccin de vistas asociadas:

  • 8/10/2019 P2 1 TablasFormul

    6/28

    T2 Sistemas ERP-CRM. Explotacin y adecuacin I Sistemas de gestin empresarial

    P g i n a 4 | 11

    2. Imagina que la direccin de la empresa te solicita unos listados sobre elpersonal que no proporciona OpenERP y has de desarrollar t. Para ello, necesitas conocerlos nombres de tablas y columnas en los que se almacena la informacin. Averigua dichosnombres para los siguientes datos:

    Nombre del empleado:

    Usuario del empleado:

    TablaColumna (Campo)

    (Objeto)

  • 8/10/2019 P2 1 TablasFormul

    7/28

    T2 Sistemas ERP-CRM. Explotacin y adecuacin I Sistemas de gestin empresarial

    P g i n a 5 | 11

    Lugar de nacimiento:

    Compaa:

  • 8/10/2019 P2 1 TablasFormul

    8/28

    T2 Sistemas ERP-CRM. Explotacin y adecuacin I Sistemas de gestin empresarial

    P g i n a 6 | 11

    Lugar de nacimiento:

    Direccin particular:

    Tanto Compaacomo Direccin particularson campos del formulario en los queno se muestra un identificador sino una descripcin. De qu tablas se extraen ambasdescripciones?

    Cada una de estas tablas est relacionada con otras.

    Compaares.company

    Direccin particularres.partner.address

  • 8/10/2019 P2 1 TablasFormul

    9/28

    T2 Sistemas ERP-CRM. Explotacin y adecuacin I Sistemas de gestin empresarial

    P g i n a 7 | 11

    3. Accede mediante pgAdminIII a la base de datos y averigua para cada una delas tablas que aparecen en este ejercicio, cul es su clave primaria, una de sus clavesajenas y cuantas columnas tiene.

    Tabla: hr_employee

    Tabla Clave primaria N decolumnas

    Clave ajena

    hr_employee hr_employee_pkey 38 hr_employee.hr_employee_address_home_id_fkey

    Columnas (nmero y nombre de columna)RestriccionesClave primaria

    Claves forneas

  • 8/10/2019 P2 1 TablasFormul

    10/28

    T2 Sistemas ERP-CRM. Explotacin y adecuacin ISistemas de gestin empresarial

    P g i n a 8 | 11

    Tabla: res_company

    Tabla Clave primaria N decolumnas

    Clave ajena

    res_company res_company_pkey 29 res_company_create_uid_fkey

    Tabla: res_users

    Tabla Clave primaria N decolumnas

    Clave ajena

    res_users res_users_pkey 21 res_users_context_department_id_fkey

    NOTA: Se adjuntan los informes generados con pgAdmin III con todas las claves ajenas

    de cada una de las tablas. Se pueden consultar en los anexos.

  • 8/10/2019 P2 1 TablasFormul

    11/28

    T2 Sistemas ERP-CRM. Explotacin y adecuacin ISistemas de gestin empresarial

    P g i n a 9 | 11

    4. En los listados del ejercicio 2, debe aparecer para cada empleado el nombredel director de departamento al que pertenece el empleado. En qu tabla se almacenaese nombre?

    Siguiendo el ejemplo del ejercicio 2, consultamos los datos que nos ofrece el ERPuna vez activado el modo de desarrollador.

    El nombre del director se almacena en la misma tabla hr_employee, en el campoparent_id.

  • 8/10/2019 P2 1 TablasFormul

    12/28

    T2 Sistemas ERP-CRM. Explotacin y adecuacin I Sistemas de gestin empresarial

    P g i n a 10 | 11

    ANEXOS

  • 8/10/2019 P2 1 TablasFormul

    13/28

    Table dependents report - hr_employee

    Table dependents

    Type Name Restriction

    Sequence hr_employee_id_seq auto

    Function nextval('hr_employee_id_seq'::regclass) autoForeign Key hr_employee.hr_employee_address_home_id_fkey auto

    Foreign Key hr_employee.hr_employee_address_id_fkey auto

    Foreign Key hr_employee.hr_employee_bank_account_id_fkey auto

    Foreign Key hr_employee.hr_employee_coach_id_fkey auto

    Foreign Key hr_employee.hr_employee_country_id_fkey auto

    Foreign Key hr_employee.hr_employee_create_uid_fkey auto

    Foreign Key hr_employee.hr_employee_department_id_fkey auto

    Foreign Key hr_employee.hr_employee_job_id_fkey auto

    Foreign Key hr_employee.hr_employee_journal_id_fkey auto

    Foreign Key hr_employee.hr_employee_parent_id_fkey auto

    Foreign Key hr_employee.hr_employee_product_id_fkey auto

    Foreign Key hr_employee.hr_employee_resource_id_fkey auto

    Foreign Key hr_employee.hr_employee_write_uid_fkey auto

    Primary Key hr_employee_pkey auto

    Foreign Key employee_category_rel.employee_category_rel_emp_id_fkey normal

    Foreign Key hr_analytical_timesheet_employee.hr_analytical_timesheet_employee_employee_id_fkey normal

    Foreign Key hr_attendance.hr_attendance_employee_id_fkey normal

    Foreign Key hr_contract.hr_contract_employee_id_fkey normal

    Foreign Key hr_department.hr_department_manager_id_fkey normal

    Foreign Key hr_employee.hr_employee_coach_id_fkey normal

    Foreign Key hr_employee.hr_employee_parent_id_fkey normal

    Foreign Key hr_employee_group_rel.hr_employee_group_rel_employee_id_fkey normal

    Foreign Key hr_expense_expense.hr_expense_expense_employee_id_fkey normalForeign Key hr_holidays.hr_holidays_employee_id_fkey normal

    Foreign Key hr_holidays.hr_holidays_manager_id2_fkey normal

    Foreign Key hr_holidays.hr_holidays_manager_id_fkey normal

    Foreign Key hr_payslip.hr_payslip_employee_id_fkey normal

    Foreign Key hr_payslip_line.hr_payslip_line_employee_id_fkey normal

    Foreign Key hr_sign_in_out.hr_sign_in_out_emp_id_fkey normal

    Foreign Key hr_sign_in_out_ask.hr_sign_in_out_ask_emp_id_fkey normal

    Foreign Key hr_sign_in_project.hr_sign_in_project_emp_id_fkey normal

    Foreign Key hr_sign_out_project.hr_sign_out_project_emp_id_fkey normal

    Foreign Key hr_timesheet_sheet_sheet.hr_timesheet_sheet_sheet_employee_id_fkey normal

    Foreign Key summary_emp_rel.summary_emp_rel_emp_id_fkey normal

    Foreign Key timesheet_employee_rel.timesheet_employee_rel_employee_id_fkey normal

    Rule _RETURN ON hr_holidays_remaining_leaves_user normal

    Rule _RETURN ON hr_timesheet_sheet_sheet_day normal

    le dependents report - hr_employee file:///C:/Users/Chris/Desktop/hr_employee.html

    1 14/11/2013 1:29

  • 8/10/2019 P2 1 TablasFormul

    14/28

    Table dependents report - res_company

    Table dependents

    Type Name Restriction

    Sequence res_company_id_seq auto

    Index res_company_parent_id_index auto

    Function nextval('res_company_id_seq'::regclass) auto

    Foreign Key res_company.res_company_create_uid_fkey auto

    Foreign Key res_company.res_company_currency_id_fkey auto

    Foreign Key res_company.res_company_expense_currency_exchange_account_id_fkey auto

    Foreign Key res_company.res_company_income_currency_exchange_account_id_fkey auto

    Foreign Key res_company.res_company_parent_id_fkey auto

    Foreign Key res_company.res_company_partner_id_fkey auto

    Foreign Key res_company.res_company_write_uid_fkey auto

    Primary Key res_company_pkey auto

    Unique res_company_name_uniq auto

    Foreign Key account_account.account_account_company_id_fkey normal

    Foreign Key account_analytic_account.account_analytic_account_company_id_fkey normal

    Foreign Key account_analytic_journal.account_analytic_journal_company_id_fkey normal

    Foreign Key account_fiscal_position.account_fiscal_position_company_id_fkey normal

    Foreign Key account_fiscalyear.account_fiscalyear_company_id_fkey normal

    Foreign Key account_installer.account_installer_company_id_fkey normal

    Foreign Key account_invoice.account_invoice_company_id_fkey normal

    Foreign Key account_journal.account_journal_company_id_fkey normal

    Foreign Key account_tax.account_tax_company_id_fkey normal

    Foreign Key account_tax_code.account_tax_code_company_id_fkey normal

    Foreign Key account_voucher.account_voucher_company_id_fkey normal

    Foreign Key crm_lead.crm_lead_company_id_fkey normal

    Foreign Key crm_phonecall.crm_phonecall_company_id_fkey normal

    Foreign Key hr_applicant.hr_applicant_company_id_fkey normal

    Foreign Key hr_contribution_register.hr_contribution_register_company_id_fkey normal

    Foreign Key hr_department.hr_department_company_id_fkey normal

    Foreign Key hr_expense_expense.hr_expense_expense_company_id_fkey normal

    Foreign Key hr_job.hr_job_company_id_fkey normal

    Foreign Key hr_payroll_structure.hr_payroll_structure_company_id_fkey normal

    Foreign Key hr_payslip.hr_payslip_company_id_fkey normal

    Foreign Key hr_payslip_line.hr_payslip_line_company_id_fkey normal

    Foreign Key hr_salary_rule.hr_salary_rule_company_id_fkey normal

    Foreign Key hr_salary_rule_category.hr_salary_rule_category_company_id_fkey normal

    Foreign Key hr_timesheet_sheet_sheet.hr_timesheet_sheet_sheet_company_id_fkey normal

    Foreign Key ir_attachment.ir_attachment_company_id_fkey normal

    Foreign Key ir_default.ir_default_company_id_fkey normal

    Foreign Key ir_property.ir_property_company_id_fkey normal

    Foreign Key ir_sequence.ir_sequence_company_id_fkey normal

    Foreign Key ir_values.ir_values_company_id_fkey normal

    Foreign Key mrp_bom.mrp_bom_company_id_fkey normal

    Foreign Key mrp_production.mrp_production_company_id_fkey normal

    Foreign Key mrp_routing.mrp_routing_company_id_fkey normal

    Foreign Key multi_company_default.multi_company_default_company_dest_id_fkey normal

    Foreign Key multi_company_default.multi_company_default_company_id_fkey normal

    Foreign Key procurement_order.procurement_order_company_id_fkey normal

    Foreign Key product_pricelist.product_pricelist_company_id_fkey normal

    Foreign Key product_supplierinfo.product_supplierinfo_company_id_fkey normal

    Foreign Key product_template.product_template_company_id_fkey normal

    Foreign Key purchase_order.purchase_order_company_id_fkey normal

    Foreign Key res_company.res_company_parent_id_fkey normal

    Foreign Key res_company_users_rel.res_company_users_rel_cid_fkey normal

    Foreign Key res_currency.res_currency_company_id_fkey normal

    Foreign Key res_partner.res_partner_company_id_fkey normal

    Foreign Key res_partner_address.res_partner_address_company_id_fkey normal

    Foreign Key res_partner_bank.res_partner_bank_company_id_fkey normal

    Foreign Key res_partner_location.res_partner_location_company_id_fkey normal

    Foreign Key resource_calendar.resource_calendar_company_id_fkey normal

    Foreign Key resource_resource.resource_resource_company_id_fkey normal

    le dependents report - res_company file:///C:/Users/Chris/Desktop/res_company.html

    2 14/11/2013 1:31

  • 8/10/2019 P2 1 TablasFormul

    15/28

    Foreign Key sale_shop.sale_shop_company_id_fkey normal

    Foreign Key stock_inventory.stock_inventory_company_id_fkey normal

    Foreign Key stock_location.stock_location_chained_company_id_fkey normal

    Foreign Key stock_location.stock_location_company_id_fkey normal

    Foreign Key stock_move.stock_move_company_id_fkey normal

    Foreign Key stock_picking.stock_picking_company_id_fkey normal

    Foreign Key stock_production_lot.stock_production_lot_company_id_fkey normal

    Foreign Key stock_warehouse.stock_warehouse_company_id_fkey normal

    Foreign Key stock_warehouse_orderpoint.stock_warehouse_orderpoint_company_id_fkey normal

    Foreign Key wizard_multi_charts_accounts.wizard_multi_charts_accounts_company_id_fkey normal

    le dependents report - res_company file:///C:/Users/Chris/Desktop/res_company.html

    2 14/11/2013 1:31

  • 8/10/2019 P2 1 TablasFormul

    16/28

    Table dependents report - res_users

    Table dependents

    Type Name Restriction

    Sequence res_users_id_seq auto

    Index res_users_name_index auto

    Function nextval('res_users_id_seq'::regclass) auto

    Function ''::character varying auto

    Function NULL::character varying auto

    Function NULL::character varying auto

    Function NULL::character varying auto

    Foreign Key res_users.res_users_context_department_id_fkey auto

    Foreign Key res_users.res_users_context_section_id_fkey auto

    Foreign Key res_users.res_users_create_uid_fkey auto

    Foreign Key res_users.res_users_write_uid_fkey auto

    Primary Key res_users_pkey auto

    Unique res_users_login_key auto

    Unique res_users_login_uniq auto

    Foreign Key account_account.account_account_create_uid_fkey normal

    Foreign Key account_account.account_account_write_uid_fkey normal

    Foreign Key account_account_template.account_account_template_create_uid_fkey normal

    Foreign Key account_account_template.account_account_template_write_uid_fkey normal

    Foreign Key account_account_type.account_account_type_create_uid_fkey normal

    Foreign Key account_account_type.account_account_type_write_uid_fkey normal

    Foreign Key account_addtmpl_wizard.account_addtmpl_wizard_create_uid_fkey normal

    Foreign Key account_addtmpl_wizard.account_addtmpl_wizard_write_uid_fkey normal

    Foreign Key account_aged_trial_balance.account_aged_trial_balance_create_uid_fkey normal

    Foreign Key account_aged_trial_balance.account_aged_trial_balance_write_uid_fkey normal

    Foreign Key account_analytic_account.account_analytic_account_create_uid_fkey normal

    Foreign Key account_analytic_account.account_analytic_account_user_id_fkey normal

    Foreign Key account_analytic_account.account_analytic_account_write_uid_fkey normal

    Foreign Key account_analytic_balance.account_analytic_balance_create_uid_fkey normal

    Foreign Key account_analytic_balance.account_analytic_balance_write_uid_fkey normal

    Foreign Key account_analytic_chart.account_analytic_chart_create_uid_fkey normal

    Foreign Key account_analytic_chart.account_analytic_chart_write_uid_fkey normal

    Foreign Key account_analytic_cost_ledger.account_analytic_cost_ledger_create_uid_fkey normal

    Foreign Key account_analytic_cost_ledger.account_analytic_cost_ledger_write_uid_fkey normal

    Foreign Key account_analytic_cost_ledger_journal_report.account_analytic_cost_ledger_journal_report_create_uid_fkey normal

    Foreign Key account_analytic_cost_ledger_journal_report.account_analytic_cost_ledger_journal_report_write_uid_fkey normal

    Foreign Key account_analytic_inverted_balance.account_analytic_inverted_balance_create_uid_fkey normal

    Foreign Key account_analytic_inverted_balance.account_analytic_inverted_balance_write_uid_fkey normal

    Foreign Key account_analytic_journal.account_analytic_journal_create_uid_fkey normal

    Foreign Key account_analytic_journal.account_analytic_journal_write_uid_fkey normal

    Foreign Key account_analytic_journal_report.account_analytic_journal_report_create_uid_fkey normal

    Foreign Key account_analytic_journal_report.account_analytic_journal_report_write_uid_fkey normal

    Foreign Key account_analytic_line.account_analytic_line_create_uid_fkey normal

    Foreign Key account_analytic_line.account_analytic_line_user_id_fkey normal

    Foreign Key account_analytic_line.account_analytic_line_write_uid_fkey normal

    Foreign Key account_automatic_reconcile.account_automatic_reconcile_create_uid_fkey normal

    Foreign Key account_automatic_reconcile.account_automatic_reconcile_write_uid_fkey normal

    Foreign Key account_balance_report.account_balance_report_create_uid_fkey normal

    Foreign Key account_balance_report.account_balance_report_write_uid_fkey normal

    Foreign Key account_bank_accounts_wizard.account_bank_accounts_wizard_create_uid_fkey normal

    Foreign Key account_bank_accounts_wizard.account_bank_accounts_wizard_write_uid_fkey normal

    Foreign Key account_bank_statement.account_bank_statement_create_uid_fkey normal

    Foreign Key account_bank_statement.account_bank_statement_user_id_fkey normal

    Foreign Key account_bank_statement.account_bank_statement_write_uid_fkey normal

    Foreign Key account_bank_statement_line.account_bank_statement_line_create_uid_fkey normal

    Foreign Key account_bank_statement_line.account_bank_statement_line_write_uid_fkey normal

    Foreign Key account_cashbox_line.account_cashbox_line_create_uid_fkey normal

    Foreign Key account_cashbox_line.account_cashbox_line_write_uid_fkey normal

    Foreign Key account_central_journal.account_central_journal_create_uid_fkey normal

    Foreign Key account_central_journal.account_central_journal_write_uid_fkey normal

    Foreign Key account_change_currency.account_change_currency_create_uid_fkey normal

    le dependents report - res_users file:///C:/Users/Chris/Desktop/res_users.html

    13 14/11/2013 1:30

  • 8/10/2019 P2 1 TablasFormul

    17/28

    Foreign Key account_change_currency.account_change_currency_write_uid_fkey normal

    Foreign Key account_chart.account_chart_create_uid_fkey normal

    Foreign Key account_chart.account_chart_write_uid_fkey normal

    Foreign Key account_chart_template.account_chart_template_create_uid_fkey normal

    Foreign Key account_chart_template.account_chart_template_write_uid_fkey normal

    Foreign Key account_common_account_report .account_common_account_report_create_uid_fkey normal

    Foreign Key account_common_account_report .account_common_account_report_write_uid_fkey normal

    Foreign Key account_common_journal_report.account_common_journal_report_create_uid_fkey normal

    Foreign Key account_common_journal_report.account_common_journal_report_write_uid_fkey normal

    Foreign Key account_common_partner_report.account_common_partner_report_create_uid_fkey normalForeign Key account_common_partner_report.account_common_partner_report_write_uid_fkey normal

    Foreign Key account_common_report.account_common_report_create_uid_fkey normal

    Foreign Key account_common_report.account_common_report_write_uid_fkey normal

    Foreign Key account_financial_report.account_financial_report_create_uid_fkey normal

    Foreign Key account_financial_report.account_financial_report_write_uid_fkey normal

    Foreign Key account_fiscal_position.account_fiscal_position_create_uid_fkey normal

    Foreign Key account_fiscal_position.account_fiscal_position_write_uid_fkey normal

    Foreign Key account_fiscal_position_account.account_fiscal_position_account_create_uid_fkey normal

    Foreign Key account_fiscal_position_account.account_fiscal_position_account_write_uid_fkey normal

    Foreign Key account_fiscal_position_account_template.account_fiscal_position_account_template_create_uid_fkey normal

    Foreign Key account_fiscal_position_account_template.account_fiscal_position_account_template_write_uid_fkey normal

    Foreign Key account_fiscal_position_tax.account_fiscal_position_tax_create_uid_fkey normal

    Foreign Key account_fiscal_position_tax.account_fiscal_position_tax_write_uid_fkey normal

    Foreign Key account_fiscal_position_tax_template.account_fiscal_position_tax_template_create_uid_fkey normal

    Foreign Key account_fiscal_position_tax_template.account_fiscal_position_tax_template_write_uid_fkey normal

    Foreign Key account_fiscal_position_template.account_fiscal_posit ion_template_create_uid_fkey normal

    Foreign Key account_fiscal_posit ion_template.account_fiscal_posit ion_template_write_uid_fkey normal

    Foreign Key account_fiscalyear.account_fiscalyear_create_uid_fkey normal

    Foreign Key account_fiscalyear.account_fiscalyear_write_uid_fkey normal

    Foreign Key account_fiscalyear_close.account_fiscalyear_close_create_uid_fkey normal

    Foreign Key account_fiscalyear_close.account_fiscalyear_close_write_uid_fkey normal

    Foreign Key account_fiscalyear_close_state.account_fiscalyear_close_state_create_uid_fkey normal

    Foreign Key account_fiscalyear_close_state.account_fiscalyear_close_state_write_uid_fkey normal

    Foreign Key account_general_journal.account_general_journal_create_uid_fkey normal

    Foreign Key account_general_journal.account_general_journal_write_uid_fkey normal

    Foreign Key account_installer.account_installer_create_uid_fkey normal

    Foreign Key account_installer.account_installer_write_uid_fkey normal

    Foreign Key account_invoice.account_invoice_create_uid_fkey normal

    Foreign Key account_invoice.account_invoice_user_id_fkey normal

    Foreign Key account_invoice.account_invoice_write_uid_fkey normal

    Foreign Key account_invoice_cancel.account_invoice_cancel_create_uid_fkey normal

    Foreign Key account_invoice_cancel.account_invoice_cancel_write_uid_fkey normal

    Foreign Key account_invoice_confirm.account_invoice_confirm_create_uid_fkey normal

    Foreign Key account_invoice_confirm.account_invoice_confirm_write_uid_fkey normal

    Foreign Key account_invoice_line.account_invoice_line_create_uid_fkey normal

    Foreign Key account_invoice_line.account_invoice_line_write_uid_fkey normal

    Foreign Key account_invoice_refund.account_invoice_refund_create_uid_fkey normal

    Foreign Key account_invoice_refund.account_invoice_refund_write_uid_fkey normal

    Foreign Key account_invoice_tax.account_invoice_tax_create_uid_fkey normal

    Foreign Key account_invoice_tax.account_invoice_tax_write_uid_fkey normal

    Foreign Key account_journal.account_journal_create_uid_fkey normal

    Foreign Key account_journal.account_journal_user_id_fkey normal

    Foreign Key account_journal.account_journal_write_uid_fkey normal

    Foreign Key account_journal_column.account_journal_column_create_uid_fkey normal

    Foreign Key account_journal_column.account_journal_column_write_uid_fkey normal

    Foreign Key account_journal_period.account_journal_period_create_uid_fkey normal

    Foreign Key account_journal_period.account_journal_period_write_uid_fkey normal

    Foreign Key account_journal_select.account_journal_select_create_uid_fkey normal

    Foreign Key account_journal_select.account_journal_select_write_uid_fkey normal

    Foreign Key account_journal_view.account_journal_view_create_uid_fkey normal

    Foreign Key account_journal_view.account_journal_view_write_uid_fkey normal

    Foreign Key account_model.account_model_create_uid_fkey normal

    Foreign Key account_model.account_model_write_uid_fkey normal

    Foreign Key account_model_line.account_model_line_create_uid_fkey normal

    Foreign Key account_model_line.account_model_line_write_uid_fkey normal

    Foreign Key account_move.account_move_create_uid_fkey normal

    Foreign Key account_move.account_move_write_uid_fkey normal

    le dependents report - res_users file:///C:/Users/Chris/Desktop/res_users.html

    13 14/11/2013 1:30

  • 8/10/2019 P2 1 TablasFormul

    18/28

    Foreign Key account_move_bank_reconcile.account_move_bank_reconcile_create_uid_fkey normal

    Foreign Key account_move_bank_reconcile.account_move_bank_reconcile_write_uid_fkey normal

    Foreign Key account_move_journal.account_move_journal_create_uid_fkey normal

    Foreign Key account_move_journal.account_move_journal_write_uid_fkey normal

    Foreign Key account_move_line.account_move_line_create_uid_fkey normal

    Foreign Key account_move_line.account_move_line_write_uid_fkey normal

    Foreign Key account_move_line_reconcile.account_move_line_reconcile_create_uid_fkey normal

    Foreign Key account_move_line_reconcile.account_move_line_reconcile_write_uid_fkey normal

    Foreign Key account_move_line_reconcile_select.account_move_line_reconcile_select_create_uid_fkey normal

    Foreign Key account_move_line_reconcile_select.account_move_line_reconcile_select_write_uid_fkey normalForeign Key account_move_line_reconcile_writeoff.account_move_line_reconcile_writeoff_create_uid_fkey normal

    Foreign Key account_move_line_reconcile_writeoff.account_move_line_reconcile_writeoff_write_uid_fkey normal

    Foreign Key account_move_line_unreconcile_select.account_move_line_unreconcile_select_create_uid_fkey normal

    Foreign Key account_move_line_unreconcile_select.account_move_line_unreconcile_select_write_uid_fkey normal

    Foreign Key account_move_reconcile.account_move_reconcile_create_uid_fkey normal

    Foreign Key account_move_reconcile.account_move_reconcile_write_uid_fkey normal

    Foreign Key account_open_closed_fiscalyear.account_open_closed_fiscalyear_create_uid_fkey normal

    Foreign Key account_open_closed_fiscalyear.account_open_closed_fiscalyear_write_uid_fkey normal

    Foreign Key account_partner_balance.account_partner_balance_create_uid_fkey normal

    Foreign Key account_partner_balance.account_partner_balance_write_uid_fkey normal

    Foreign Key account_partner_ledger.account_partner_ledger_create_uid_fkey normal

    Foreign Key account_partner_ledger.account_partner_ledger_write_uid_fkey normal

    Foreign Key account_partner_reconcile_process.account_partner_reconcile_process_create_uid_fkey normal

    Foreign Key account_partner_reconcile_process.account_partner_reconcile_process_write_uid_fkey normal

    Foreign Key account_payment_term.account_payment_term_create_uid_fkey normal

    Foreign Key account_payment_term.account_payment_term_write_uid_fkey normal

    Foreign Key account_payment_term_line.account_payment_term_line_create_uid_fkey normal

    Foreign Key account_payment_term_line.account_payment_term_line_write_uid_fkey normal

    Foreign Key account_period.account_period_create_uid_fkey normal

    Foreign Key account_period.account_period_write_uid_fkey normal

    Foreign Key account_period_close.account_period_close_create_uid_fkey normal

    Foreign Key account_period_close.account_period_close_write_uid_fkey normal

    Foreign Key account_print_journal.account_print_journal_create_uid_fkey normal

    Foreign Key account_print_journal.account_print_journal_write_uid_fkey normal

    Foreign Key account_report_general_ledger.account_report_general_ledger_create_uid_fkey normal

    Foreign Key account_report_general_ledger.account_report_general_ledger_write_uid_fkey normal

    Foreign Key account_sequence_fiscalyear.account_sequence_fiscalyear_create_uid_fkey normal

    Foreign Key account_sequence_fiscalyear.account_sequence_fiscalyear_write_uid_fkey normal

    Foreign Key account_state_open.account_state_open_create_uid_fkey normal

    Foreign Key account_state_open.account_state_open_write_uid_fkey normal

    Foreign Key account_statement_from_invoice.account_statement_from_invoice_create_uid_fkey normal

    Foreign Key account_statement_from_invoice.account_statement_from_invoice_write_uid_fkey normal

    Foreign Key account_statement_from_invoice_lines.account_statement_from_invoice_lines_create_uid_fkey normal

    Foreign Key account_statement_from_invoice_lines.account_statement_from_invoice_lines_write_uid_fkey normal

    Foreign Key account_subscription.account_subscription_create_uid_fkey normal

    Foreign Key account_subscription.account_subscription_write_uid_fkey normal

    Foreign Key account_subscription_generate.account_subscription_generate_create_uid_fkey normal

    Foreign Key account_subscription_generate.account_subscription_generate_write_uid_fkey normal

    Foreign Key account_subscription_line.account_subscription_line_create_uid_fkey normal

    Foreign Key account_subscription_line.account_subscription_line_write_uid_fkey normal

    Foreign Key account_tax.account_tax_create_uid_fkey normal

    Foreign Key account_tax.account_tax_write_uid_fkey normal

    Foreign Key account_tax_chart.account_tax_chart_create_uid_fkey normal

    Foreign Key account_tax_chart.account_tax_chart_write_uid_fkey normal

    Foreign Key account_tax_code.account_tax_code_create_uid_fkey normal

    Foreign Key account_tax_code.account_tax_code_write_uid_fkey normal

    Foreign Key account_tax_code_template.account_tax_code_template_create_uid_fkey normal

    Foreign Key account_tax_code_template.account_tax_code_template_write_uid_fkey normal

    Foreign Key account_tax_template.account_tax_template_create_uid_fkey normal

    Foreign Key account_tax_template.account_tax_template_write_uid_fkey normal

    Foreign Key account_unreconcile.account_unreconcile_create_uid_fkey normal

    Foreign Key account_unreconcile.account_unreconcile_write_uid_fkey normal

    Foreign Key account_unreconcile_reconcile.account_unreconcile_reconcile_create_uid_fkey normal

    Foreign Key account_unreconcile_reconcile.account_unreconcile_reconcile_write_uid_fkey normal

    Foreign Key account_use_model.account_use_model_create_uid_fkey normal

    Foreign Key account_use_model.account_use_model_write_uid_fkey normal

    Foreign Key account_vat_declaration.account_vat_declaration_create_uid_fkey normal

    le dependents report - res_users file:///C:/Users/Chris/Desktop/res_users.html

    13 14/11/2013 1:30

  • 8/10/2019 P2 1 TablasFormul

    19/28

    Foreign Key account_vat_declaration.account_vat_declaration_write_uid_fkey normal

    Foreign Key account_voucher.account_voucher_create_uid_fkey normal

    Foreign Key account_voucher.account_voucher_write_uid_fkey normal

    Foreign Key account_voucher_line.account_voucher_line_create_uid_fkey normal

    Foreign Key account_voucher_line.account_voucher_line_write_uid_fkey normal

    Foreign Key account_voucher_unreconcile.account_voucher_unreconcile_create_uid_fkey normal

    Foreign Key account_voucher_unreconcile.account_voucher_unreconcile_write_uid_fkey normal

    Foreign Key accounting_report.accounting_report_create_uid_fkey normal

    Foreign Key accounting_report.accounting_report_write_uid_fkey normal

    Foreign Key action_traceability.action_traceability_create_uid_fkey normalForeign Key action_traceability.action_traceability_write_uid_fkey normal

    Foreign Key analytic_profit_emp_rel.analytic_profit_emp_rel_emp_id_fkey normal

    Foreign Key base_action_rule.base_action_rule_act_user_id_fkey normal

    Foreign Key base_action_rule.base_action_rule_create_uid_fkey normal

    Foreign Key base_action_rule.base_action_rule_trg_user_id_fkey normal

    Foreign Key base_action_rule.base_action_rule_write_uid_fkey normal

    Foreign Key base_calendar_invite_attendee.base_calendar_invite_attendee_create_uid_fkey normal

    Foreign Key base_calendar_invite_attendee.base_calendar_invite_attendee_write_uid_fkey normal

    Foreign Key base_language_export.base_language_export_create_uid_fkey normal

    Foreign Key base_language_export.base_language_export_write_uid_fkey normal

    Foreign Key base_language_import.base_language_import_create_uid_fkey normal

    Foreign Key base_language_import.base_language_import_write_uid_fkey normal

    Foreign Key base_language_install.base_language_install_create_uid_fkey normal

    Foreign Key base_language_install.base_language_install_write_uid_fkey normal

    Foreign Key base_module_configuration.base_module_configuration_create_uid_fkey normal

    Foreign Key base_module_configuration.base_module_configuration_write_uid_fkey normal

    Foreign Key base_module_import.base_module_import_create_uid_fkey normal

    Foreign Key base_module_import.base_module_import_write_uid_fkey normal

    Foreign Key base_module_update.base_module_update_create_uid_fkey normal

    Foreign Key base_module_update.base_module_update_write_uid_fkey normal

    Foreign Key base_module_upgrade.base_module_upgrade_create_uid_fkey normal

    Foreign Key base_module_upgrade.base_module_upgrade_write_uid_fkey normal

    Foreign Key base_setup_terminology.base_setup_terminology_create_uid_fkey normal

    Foreign Key base_setup_terminology.base_setup_terminology_write_uid_fkey normal

    Foreign Key base_update_translations.base_update_translations_create_uid_fkey normal

    Foreign Key base_update_translations.base_update_translations_write_uid_fkey normal

    Foreign Key board_board.board_board_create_uid_fkey normal

    Foreign Key board_board.board_board_write_uid_fkey normal

    Foreign Key board_board_line.board_board_line_create_uid_fkey normal

    Foreign Key board_board_line.board_board_line_write_uid_fkey normal

    Foreign Key board_menu_create.board_menu_create_create_uid_fkey normal

    Foreign Key board_menu_create.board_menu_create_write_uid_fkey normal

    Foreign Key calendar_alarm.calendar_alarm_create_uid_fkey normal

    Foreign Key calendar_alarm.calendar_alarm_user_id_fkey normal

    Foreign Key calendar_alarm.calendar_alarm_write_uid_fkey normal

    Foreign Key calendar_attendee.calendar_attendee_create_uid_fkey normal

    Foreign Key calendar_attendee.calendar_attendee_user_id_fkey normal

    Foreign Key calendar_attendee.calendar_attendee_write_uid_fkey normal

    Foreign Key calendar_event.calendar_event_create_uid_fkey normal

    Foreign Key calendar_event.calendar_event_organizer_id_fkey normal

    Foreign Key calendar_event.calendar_event_user_id_fkey normal

    Foreign Key calendar_event.calendar_event_write_uid_fkey normal

    Foreign Key calendar_todo.calendar_todo_create_uid_fkey normal

    Foreign Key calendar_todo.calendar_todo_organizer_id_fkey normal

    Foreign Key calendar_todo.calendar_todo_user_id_fkey normal

    Foreign Key calendar_todo.calendar_todo_write_uid_fkey normal

    Foreign Key change_production_qty.change_production_qty_create_uid_fkey normal

    Foreign Key change_production_qty.change_production_qty_write_uid_fkey normal

    Foreign Key crm_add_note.crm_add_note_create_uid_fkey normal

    Foreign Key crm_add_note.crm_add_note_write_uid_fkey normal

    Foreign Key crm_case_categ.crm_case_categ_create_uid_fkey normal

    Foreign Key crm_case_categ.crm_case_categ_write_uid_fkey normal

    Foreign Key crm_case_channel.crm_case_channel_create_uid_fkey normal

    Foreign Key crm_case_channel.crm_case_channel_write_uid_fkey normal

    Foreign Key crm_case_resource_type.crm_case_resource_type_create_uid_fkey normal

    Foreign Key crm_case_resource_type.crm_case_resource_type_write_uid_fkey normal

    Foreign Key crm_case_section.crm_case_section_create_uid_fkey normal

    le dependents report - res_users file:///C:/Users/Chris/Desktop/res_users.html

    13 14/11/2013 1:30

  • 8/10/2019 P2 1 TablasFormul

    20/28

    Foreign Key crm_case_section.crm_case_section_user_id_fkey normal

    Foreign Key crm_case_section.crm_case_section_write_uid_fkey normal

    Foreign Key crm_case_stage.crm_case_stage_create_uid_fkey normal

    Foreign Key crm_case_stage.crm_case_stage_write_uid_fkey normal

    Foreign Key crm_lead.crm_lead_create_uid_fkey normal

    Foreign Key crm_lead.crm_lead_user_id_fkey normal

    Foreign Key crm_lead.crm_lead_write_uid_fkey normal

    Foreign Key crm_lead2opportunity_partner.crm_lead2opportunity_partner_create_uid_fkey normal

    Foreign Key crm_lead2opportunity_partner.crm_lead2opportunity_partner_write_uid_fkey normal

    Foreign Key crm_lead2opportunity_partner_mass.crm_lead2opportunity_partner_mass_create_uid_fkey normalForeign Key crm_lead2opportunity_partner_mass.crm_lead2opportunity_partner_mass_write_uid_fkey normal

    Foreign Key crm_lead2opportunity_partner_mass_res_users_rel.crm_lead2opportunity_partner_mass_res_users_r_res_users_id_fkey normal

    Foreign Key crm_lead2partner.crm_lead2partner_create_uid_fkey normal

    Foreign Key crm_lead2partner.crm_lead2partner_write_uid_fkey normal

    Foreign Key crm_make_sale.crm_make_sale_create_uid_fkey normal

    Foreign Key crm_make_sale.crm_make_sale_write_uid_fkey normal

    Foreign Key crm_meeting.crm_meeting_create_uid_fkey normal

    Foreign Key crm_meeting.crm_meeting_organizer_id_fkey normal

    Foreign Key crm_meeting.crm_meeting_user_id_fkey normal

    Foreign Key crm_meeting.crm_meeting_write_uid_fkey normal

    Foreign Key crm_merge_opportunity.crm_merge_opportunity_create_uid_fkey normal

    Foreign Key crm_merge_opportunity.crm_merge_opportunity_write_uid_fkey normal

    Foreign Key crm_opportunity2phonecall.crm_opportunity2phonecall_create_uid_fkey normal

    Foreign Key crm_opportunity2phonecall.crm_opportunity2phonecall_user_id_fkey normal

    Foreign Key crm_opportunity2phonecall.crm_opportunity2phonecall_write_uid_fkey normal

    Foreign Key crm_partner2opportunity.crm_partner2opportunity_create_uid_fkey normal

    Foreign Key crm_partner2opportunity.crm_partner2opportunity_write_uid_fkey normal

    Foreign Key crm_phonecall.crm_phonecall_create_uid_fkey normal

    Foreign Key crm_phonecall.crm_phonecall_user_id_fkey normal

    Foreign Key crm_phonecall.crm_phonecall_write_uid_fkey normal

    Foreign Key crm_phonecall2opportunity.crm_phonecall2opportunity_create_uid_fkey normal

    Foreign Key crm_phonecall2opportunity.crm_phonecall2opportunity_write_uid_fkey normal

    Foreign Key crm_phonecall2partner.crm_phonecall2partner_create_uid_fkey normal

    Foreign Key crm_phonecall2partner.crm_phonecall2partner_write_uid_fkey normal

    Foreign Key crm_phonecall2phonecall.crm_phonecall2phonecall_create_uid_fkey normal

    Foreign Key crm_phonecall2phonecall.crm_phonecall2phonecall_user_id_fkey normal

    Foreign Key crm_phonecall2phonecall.crm_phonecall2phonecall_write_uid_fkey normal

    Foreign Key crm_segmentation.crm_segmentation_create_uid_fkey normal

    Foreign Key crm_segmentation.crm_segmentation_write_uid_fkey normal

    Foreign Key crm_segmentation_line.crm_segmentation_line_create_uid_fkey normal

    Foreign Key crm_segmentation_line.crm_segmentation_line_write_uid_fkey normal

    Foreign Key decimal_precision.decimal_precision_create_uid_fkey normal

    Foreign Key decimal_precision.decimal_precision_write_uid_fkey normal

    Foreign Key edi_document.edi_document_create_uid_fkey normal

    Foreign Key edi_document.edi_document_write_uid_fkey normal

    Foreign Key email_template.email_template_create_uid_fkey normal

    Foreign Key email_template.email_template_user_id_fkey normal

    Foreign Key email_template.email_template_write_uid_fkey normal

    Foreign Key email_template_preview.email_template_preview_create_uid_fkey normal

    Foreign Key email_template_preview.email_template_preview_user_id_fkey normal

    Foreign Key email_template_preview.email_template_preview_write_uid_fkey normal

    Foreign Key fetchmail_server.fetchmail_server_create_uid_fkey normal

    Foreign Key fetchmail_server.fetchmail_server_write_uid_fkey normal

    Foreign Key hired_employee.hired_employee_create_uid_fkey normal

    Foreign Key hired_employee.hired_employee_write_uid_fkey normal

    Foreign Key hr_action_reason.hr_action_reason_create_uid_fkey normal

    Foreign Key hr_action_reason.hr_action_reason_write_uid_fkey normal

    Foreign Key hr_analytic_timesheet.hr_analytic_timesheet_create_uid_fkey normal

    Foreign Key hr_analytic_timesheet.hr_analytic_timesheet_write_uid_fkey normal

    Foreign Key hr_analytical_timesheet_employee.hr_analytical_timesheet_employee_create_uid_fkey normal

    Foreign Key hr_analytical_timesheet_employee.hr_analytical_timesheet_employee_write_uid_fkey normal

    Foreign Key hr_analytical_timesheet_users.hr_analytical_timesheet_users_create_uid_fkey normal

    Foreign Key hr_analytical_timesheet_users.hr_analytical_timesheet_users_write_uid_fkey normal

    Foreign Key hr_applicant.hr_applicant_create_uid_fkey normal

    Foreign Key hr_applicant.hr_applicant_user_id_fkey normal

    Foreign Key hr_applicant.hr_applicant_write_uid_fkey normal

    Foreign Key hr_attendance.hr_attendance_create_uid_fkey normal

    le dependents report - res_users file:///C:/Users/Chris/Desktop/res_users.html

    13 14/11/2013 1:30

  • 8/10/2019 P2 1 TablasFormul

    21/28

    Foreign Key hr_attendance.hr_attendance_write_uid_fkey normal

    Foreign Key hr_attendance_error.hr_attendance_error_create_uid_fkey normal

    Foreign Key hr_attendance_error.hr_attendance_error_write_uid_fkey normal

    Foreign Key hr_attendance_month.hr_attendance_month_create_uid_fkey normal

    Foreign Key hr_attendance_month.hr_attendance_month_write_uid_fkey normal

    Foreign Key hr_attendance_week.hr_attendance_week_create_uid_fkey normal

    Foreign Key hr_attendance_week.hr_attendance_week_write_uid_fkey normal

    Foreign Key hr_contract.hr_contract_create_uid_fkey normal

    Foreign Key hr_contract.hr_contract_write_uid_fkey normal

    Foreign Key hr_contract_type.hr_contract_type_create_uid_fkey normalForeign Key hr_contract_type.hr_contract_type_write_uid_fkey normal

    Foreign Key hr_contribution_register.hr_contribution_register_create_uid_fkey normal

    Foreign Key hr_contribution_register.hr_contribution_register_write_uid_fkey normal

    Foreign Key hr_department.hr_department_create_uid_fkey normal

    Foreign Key hr_department.hr_department_write_uid_fkey normal

    Foreign Key hr_employee.hr_employee_create_uid_fkey normal

    Foreign Key hr_employee.hr_employee_write_uid_fkey normal

    Foreign Key hr_employee_category.hr_employee_category_create_uid_fkey normal

    Foreign Key hr_employee_category.hr_employee_category_write_uid_fkey normal

    Foreign Key hr_expense_expense.hr_expense_expense_create_uid_fkey normal

    Foreign Key hr_expense_expense.hr_expense_expense_user_id_fkey normal

    Foreign Key hr_expense_expense.hr_expense_expense_user_valid_fkey normal

    Foreign Key hr_expense_expense.hr_expense_expense_write_uid_fkey normal

    Foreign Key hr_expense_line.hr_expense_line_create_uid_fkey normal

    Foreign Key hr_expense_line.hr_expense_line_write_uid_fkey normal

    Foreign Key hr_holidays.hr_holidays_create_uid_fkey normal

    Foreign Key hr_holidays.hr_holidays_write_uid_fkey normal

    Foreign Key hr_holidays_status.hr_holidays_status_create_uid_fkey normal

    Foreign Key hr_holidays_status.hr_holidays_status_write_uid_fkey normal

    Foreign Key hr_holidays_summary_dept.hr_holidays_summary_dept_create_uid_fkey normal

    Foreign Key hr_holidays_summary_dept.hr_holidays_summary_dept_write_uid_fkey normal

    Foreign Key hr_holidays_summary_employee.hr_holidays_summary_employee_create_uid_fkey normal

    Foreign Key hr_holidays_summary_employee.hr_holidays_summary_employee_write_uid_fkey normal

    Foreign Key hr_job.hr_job_create_uid_fkey normal

    Foreign Key hr_job.hr_job_write_uid_fkey normal

    Foreign Key hr_payroll_structure.hr_payroll_structure_create_uid_fkey normal

    Foreign Key hr_payroll_structure.hr_payroll_structure_write_uid_fkey normal

    Foreign Key hr_payslip.hr_payslip_create_uid_fkey normal

    Foreign Key hr_payslip.hr_payslip_write_uid_fkey normal

    Foreign Key hr_payslip_employees.hr_payslip_employees_create_uid_fkey normal

    Foreign Key hr_payslip_employees.hr_payslip_employees_write_uid_fkey normal

    Foreign Key hr_payslip_input.hr_payslip_input_create_uid_fkey normal

    Foreign Key hr_payslip_input.hr_payslip_input_write_uid_fkey normal

    Foreign Key hr_payslip_line.hr_payslip_line_create_uid_fkey normal

    Foreign Key hr_payslip_line.hr_payslip_line_write_uid_fkey normal

    Foreign Key hr_payslip_run.hr_payslip_run_create_uid_fkey normal

    Foreign Key hr_payslip_run.hr_payslip_run_write_uid_fkey normal

    Foreign Key hr_payslip_worked_days.hr_payslip_worked_days_create_uid_fkey normal

    Foreign Key hr_payslip_worked_days.hr_payslip_worked_days_write_uid_fkey normal

    Foreign Key hr_recruitment_degree.hr_recruitment_degree_create_uid_fkey normal

    Foreign Key hr_recruitment_degree.hr_recruitment_degree_write_uid_fkey normal

    Foreign Key hr_recruitment_job2phonecall.hr_recruitment_job2phonecall_create_uid_fkey normal

    Foreign Key hr_recruitment_job2phonecall.hr_recruitment_job2phonecall_user_id_fkey normal

    Foreign Key hr_recruitment_job2phonecall.hr_recruitment_job2phonecall_write_uid_fkey normal

    Foreign Key hr_recruitment_partner_create.hr_recruitment_partner_create_create_uid_fkey normal

    Foreign Key hr_recruitment_partner_create.hr_recruitment_partner_create_write_uid_fkey normal

    Foreign Key hr_recruitment_source.hr_recruitment_source_create_uid_fkey normal

    Foreign Key hr_recruitment_source.hr_recruitment_source_write_uid_fkey normal

    Foreign Key hr_recruitment_stage.hr_recruitment_stage_create_uid_fkey normal

    Foreign Key hr_recruitment_stage.hr_recruitment_stage_write_uid_fkey normal

    Foreign Key hr_rule_input.hr_rule_input_create_uid_fkey normal

    Foreign Key hr_rule_input.hr_rule_input_write_uid_fkey normal

    Foreign Key hr_salary_rule.hr_salary_rule_create_uid_fkey normal

    Foreign Key hr_salary_rule.hr_salary_rule_write_uid_fkey normal

    Foreign Key hr_salary_rule_category.hr_salary_rule_category_create_uid_fkey normal

    Foreign Key hr_salary_rule_category.hr_salary_rule_category_write_uid_fkey normal

    Foreign Key hr_sign_in_out.hr_sign_in_out_create_uid_fkey normal

    le dependents report - res_users file:///C:/Users/Chris/Desktop/res_users.html

    13 14/11/2013 1:30

  • 8/10/2019 P2 1 TablasFormul

    22/28

    Foreign Key hr_sign_in_out.hr_sign_in_out_write_uid_fkey normal

    Foreign Key hr_sign_in_out_ask.hr_sign_in_out_ask_create_uid_fkey normal

    Foreign Key hr_sign_in_out_ask.hr_sign_in_out_ask_write_uid_fkey normal

    Foreign Key hr_sign_in_project.hr_sign_in_project_create_uid_fkey normal

    Foreign Key hr_sign_in_project.hr_sign_in_project_write_uid_fkey normal

    Foreign Key hr_sign_out_project.hr_sign_out_project_create_uid_fkey normal

    Foreign Key hr_sign_out_project.hr_sign_out_project_write_uid_fkey normal

    Foreign Key hr_timesheet_analytic_cost_ledger.hr_timesheet_analytic_cost_ledger_create_uid_fkey normal

    Foreign Key hr_timesheet_analytic_cost_ledger.hr_timesheet_analytic_cost_ledger_write_uid_fkey normal

    Foreign Key hr_timesheet_analytic_profit.hr_timesheet_analytic_profit_create_uid_fkey normalForeign Key hr_timesheet_analytic_profit.hr_timesheet_analytic_profit_write_uid_fkey normal

    Foreign Key hr_timesheet_current_open.hr_timesheet_current_open_create_uid_fkey normal

    Foreign Key hr_timesheet_current_open.hr_timesheet_current_open_write_uid_fkey normal

    Foreign Key hr_timesheet_invoice_create.hr_timesheet_invoice_create_create_uid_fkey normal

    Foreign Key hr_timesheet_invoice_create.hr_timesheet_invoice_create_write_uid_fkey normal

    Foreign Key hr_timesheet_invoice_create_final.hr_timesheet_invoice_create_final_create_uid_fkey normal

    Foreign Key hr_timesheet_invoice_create_final.hr_timesheet_invoice_create_final_write_uid_fkey normal

    Foreign Key hr_timesheet_invoice_factor.hr_timesheet_invoice_factor_create_uid_fkey normal

    Foreign Key hr_timesheet_invoice_factor.hr_timesheet_invoice_factor_write_uid_fkey normal

    Foreign Key hr_timesheet_sheet_sheet.hr_timesheet_sheet_sheet_create_uid_fkey normal

    Foreign Key hr_timesheet_sheet_sheet.hr_timesheet_sheet_sheet_write_uid_fkey normal

    Foreign Key invite_user_rel.invite_user_rel_user_id_fkey normal

    Foreign Key ir_act_window_view.ir_act_window_view_create_uid_fkey normal

    Foreign Key ir_act_window_view.ir_act_window_view_write_uid_fkey normal

    Foreign Key ir_actions.ir_actions_create_uid_fkey normal

    Foreign Key ir_actions.ir_actions_write_uid_fkey normal

    Foreign Key ir_actions_configuration_wizard.ir_actions_configuration_wizard_create_uid_fkey normal

    Foreign Key ir_actions_configuration_wizard.ir_actions_configuration_wizard_write_uid_fkey normal

    Foreign Key ir_actions_todo.ir_actions_todo_create_uid_fkey normal

    Foreign Key ir_actions_todo.ir_actions_todo_write_uid_fkey normal

    Foreign Key ir_actions_todo_category.ir_actions_todo_category_create_uid_fkey normal

    Foreign Key ir_actions_todo_category.ir_actions_todo_category_write_uid_fkey normal

    Foreign Key ir_attachment.ir_attachment_create_uid_fkey normal

    Foreign Key ir_attachment.ir_attachment_write_uid_fkey normal

    Foreign Key ir_config_parameter.ir_config_parameter_create_uid_fkey normal

    Foreign Key ir_config_parameter.ir_config_parameter_write_uid_fkey normal

    Foreign Key ir_cron.ir_cron_create_uid_fkey normal

    Foreign Key ir_cron.ir_cron_user_id_fkey normal

    Foreign Key ir_cron.ir_cron_write_uid_fkey normal

    Foreign Key ir_default.ir_default_create_uid_fkey normal

    Foreign Key ir_default.ir_default_uid_fkey normal

    Foreign Key ir_default.ir_default_write_uid_fkey normal

    Foreign Key ir_exports.ir_exports_create_uid_fkey normal

    Foreign Key ir_exports.ir_exports_write_uid_fkey normal

    Foreign Key ir_exports_line.ir_exports_line_create_uid_fkey normal

    Foreign Key ir_exports_line.ir_exports_line_write_uid_fkey normal

    Foreign Key ir_filters.ir_filters_create_uid_fkey normal

    Foreign Key ir_filters.ir_filters_user_id_fkey normal

    Foreign Key ir_filters.ir_filters_write_uid_fkey normal

    Foreign Key ir_mail_server.ir_mail_server_create_uid_fkey normal

    Foreign Key ir_mail_server.ir_mail_server_write_uid_fkey normal

    Foreign Key ir_model.ir_model_create_uid_fkey normal

    Foreign Key ir_model.ir_model_write_uid_fkey normal

    Foreign Key ir_model_access.ir_model_access_create_uid_fkey normal

    Foreign Key ir_model_access.ir_model_access_write_uid_fkey normal

    Foreign Key ir_model_fields.ir_model_fields_create_uid_fkey normal

    Foreign Key ir_model_fields.ir_model_fields_write_uid_fkey normal

    Foreign Key ir_module_category.ir_module_category_create_uid_fkey normal

    Foreign Key ir_module_category.ir_module_category_write_uid_fkey normal

    Foreign Key ir_module_module.ir_module_module_create_uid_fkey normal

    Foreign Key ir_module_module.ir_module_module_write_uid_fkey normal

    Foreign Key ir_module_module_dependency.ir_module_module_dependency_create_uid_fkey normal

    Foreign Key ir_module_module_dependency.ir_module_module_dependency_write_uid_fkey normal

    Foreign Key ir_property.ir_property_create_uid_fkey normal

    Foreign Key ir_property.ir_property_write_uid_fkey normal

    Foreign Key ir_rule.ir_rule_create_uid_fkey normal

    Foreign Key ir_rule.ir_rule_write_uid_fkey normal

    le dependents report - res_users file:///C:/Users/Chris/Desktop/res_users.html

    13 14/11/2013 1:30

  • 8/10/2019 P2 1 TablasFormul

    23/28

    Foreign Key ir_sequence.ir_sequence_create_uid_fkey normal

    Foreign Key ir_sequence.ir_sequence_write_uid_fkey normal

    Foreign Key ir_sequence_type.ir_sequence_type_create_uid_fkey normal

    Foreign Key ir_sequence_type.ir_sequence_type_write_uid_fkey normal

    Foreign Key ir_server_object_lines.ir_server_object_lines_create_uid_fkey normal

    Foreign Key ir_server_object_lines.ir_server_object_lines_write_uid_fkey normal

    Foreign Key ir_ui_menu.ir_ui_menu_create_uid_fkey normal

    Foreign Key ir_ui_menu.ir_ui_menu_write_uid_fkey normal

    Foreign Key ir_ui_view.ir_ui_view_create_uid_fkey normal

    Foreign Key ir_ui_view.ir_ui_view_write_uid_fkey normalForeign Key ir_ui_view_custom.ir_ui_view_custom_create_uid_fkey normal

    Foreign Key ir_ui_view_custom.ir_ui_view_custom_user_id_fkey normal

    Foreign Key ir_ui_view_custom.ir_ui_view_custom_write_uid_fkey normal

    Foreign Key ir_ui_view_sc.ir_ui_view_sc_create_uid_fkey normal

    Foreign Key ir_ui_view_sc.ir_ui_view_sc_user_id_fkey normal

    Foreign Key ir_ui_view_sc.ir_ui_view_sc_write_uid_fkey normal

    Foreign Key ir_values.ir_values_create_uid_fkey normal

    Foreign Key ir_values.ir_values_user_id_fkey normal

    Foreign Key ir_values.ir_values_write_uid_fkey normal

    Foreign Key ir_wizard_screen.ir_wizard_screen_create_uid_fkey normal

    Foreign Key ir_wizard_screen.ir_wizard_screen_write_uid_fkey normal

    Foreign Key mail_compose_message.mail_compose_message_create_uid_fkey normal

    Foreign Key mail_compose_message.mail_compose_message_write_uid_fkey normal

    Foreign Key mail_message.mail_message_create_uid_fkey normal

    Foreign Key mail_message.mail_message_user_id_fkey normal

    Foreign Key mail_message.mail_message_write_uid_fkey normal

    Foreign Key mail_message_common.mail_message_common_create_uid_fkey normal

    Foreign Key mail_message_common.mail_message_common_write_uid_fkey normal

    Foreign Key mail_thread.mail_thread_create_uid_fkey normal

    Foreign Key mail_thread.mail_thread_write_uid_fkey normal

    Foreign Key maintenance_contract.maintenance_contract_create_uid_fkey normal

    Foreign Key maintenance_contract.maintenance_contract_write_uid_fkey normal

    Foreign Key make_procurement.make_procurement_create_uid_fkey normal

    Foreign Key make_procurement.make_procurement_write_uid_fkey normal

    Foreign Key migrade_application_installer_modules.migrade_application_installer_modules_create_uid_fkey normal

    Foreign Key migrade_application_installer_modules.migrade_application_installer_modules_write_uid_fkey normal

    Foreign Key mrp_bom.mrp_bom_create_uid_fkey normal

    Foreign Key mrp_bom.mrp_bom_write_uid_fkey normal

    Foreign Key mrp_bom_revision.mrp_bom_revision_author_id_fkey normal

    Foreign Key mrp_bom_revision.mrp_bom_revision_create_uid_fkey normal

    Foreign Key mrp_bom_revision.mrp_bom_revision_write_uid_fkey normal

    Foreign Key mrp_product_price.mrp_product_price_create_uid_fkey normal

    Foreign Key mrp_product_price.mrp_product_price_write_uid_fkey normal

    Foreign Key mrp_product_produce.mrp_product_produce_create_uid_fkey normal

    Foreign Key mrp_product_produce.mrp_product_produce_write_uid_fkey normal

    Foreign Key mrp_production.mrp_production_create_uid_fkey normal

    Foreign Key mrp_production.mrp_production_user_id_fkey normal

    Foreign Key mrp_production.mrp_production_write_uid_fkey normal

    Foreign Key mrp_production_product_line.mrp_production_product_line_create_uid_fkey normal

    Foreign Key mrp_production_product_line.mrp_production_product_line_write_uid_fkey normal

    Foreign Key mrp_production_workcenter_line.mrp_production_workcenter_line_create_uid_fkey normal

    Foreign Key mrp_production_workcenter_line.mrp_production_workcenter_line_write_uid_fkey normal

    Foreign Key mrp_property.mrp_property_create_uid_fkey normal

    Foreign Key mrp_property.mrp_property_write_uid_fkey normal

    Foreign Key mrp_property_group.mrp_property_group_create_uid_fkey normal

    Foreign Key mrp_property_group.mrp_property_group_write_uid_fkey normal

    Foreign Key mrp_routing.mrp_routing_create_uid_fkey normal

    Foreign Key mrp_routing.mrp_routing_write_uid_fkey normal

    Foreign Key mrp_routing_workcenter.mrp_routing_workcenter_create_uid_fkey normal

    Foreign Key mrp_routing_workcenter.mrp_routing_workcenter_write_uid_fkey normal

    Foreign Key mrp_workcenter.mrp_workcenter_create_uid_fkey normal

    Foreign Key mrp_workcenter.mrp_workcenter_write_uid_fkey normal

    Foreign Key mrp_workcenter_load.mrp_workcenter_load_create_uid_fkey normal

    Foreign Key mrp_workcenter_load.mrp_workcenter_load_write_uid_fkey normal

    Foreign Key multi_company_default.multi_company_default_create_uid_fkey normal

    Foreign Key multi_company_default.multi_company_default_write_uid_fkey normal

    Foreign Key osv_memory_autovacuum.osv_memory_autovacuum_create_uid_fkey normal

    le dependents report - res_users file:///C:/Users/Chris/Desktop/res_users.html

    13 14/11/2013 1:30

  • 8/10/2019 P2 1 TablasFormul

    24/28

    Foreign Key osv_memory_autovacuum.osv_memory_autovacuum_write_uid_fkey normal

    Foreign Key partner_clear_ids.partner_clear_ids_create_uid_fkey normal

    Foreign Key partner_clear_ids.partner_clear_ids_write_uid_fkey normal

    Foreign Key partner_massmail_wizard.partner_massmail_wizard_create_uid_fkey normal

    Foreign Key partner_massmail_wizard.partner_massmail_wizard_write_uid_fkey normal

    Foreign Key partner_sms_send.partner_sms_send_create_uid_fkey normal

    Foreign Key partner_sms_send.partner_sms_send_write_uid_fkey normal

    Foreign Key partner_wizard_ean_check.partner_wizard_ean_check_create_uid_fkey normal

    Foreign Key partner_wizard_ean_check.partner_wizard_ean_check_write_uid_fkey normal

    Foreign Key payslip_lines_contribution_register.payslip_lines_contribution_register_create_uid_fkey normalForeign Key payslip_lines_contribution_register.payslip_lines_contribution_register_write_uid_fkey normal

    Foreign Key pricelist_partnerinfo.pricelist_partnerinfo_create_uid_fkey normal

    Foreign Key pricelist_partnerinfo.pricelist_partnerinfo_write_uid_fkey normal

    Foreign Key process_condition.process_condition_create_uid_fkey normal

    Foreign Key process_condition.process_condition_write_uid_fkey normal

    Foreign Key process_node.process_node_create_uid_fkey normal

    Foreign Key process_node.process_node_write_uid_fkey normal

    Foreign Key process_process.process_process_create_uid_fkey normal

    Foreign Key process_process.process_process_write_uid_fkey normal

    Foreign Key process_transition.process_transition_create_uid_fkey normal

    Foreign Key process_transition.process_transition_write_uid_fkey normal

    Foreign Key process_transition_action.process_transition_action_create_uid_fkey normal

    Foreign Key process_transition_action.process_transition_action_write_uid_fkey normal

    Foreign Key procurement_order.procurement_order_create_uid_fkey normal

    Foreign Key procurement_order.procurement_order_write_uid_fkey normal

    Foreign Key procurement_order_compute.procurement_order_compute_create_uid_fkey normal

    Foreign Key procurement_order_compute.procurement_order_compute_write_uid_fkey normal

    Foreign Key procurement_order_compute_all.procurement_order_compute_all_create_uid_fkey normal

    Foreign Key procurement_order_compute_all.procurement_order_compute_all_write_uid_fkey normal

    Foreign Key procurement_orderpoint_compute.procurement_orderpoint_compute_create_uid_fkey normal

    Foreign Key procurement_orderpoint_compute.procurement_orderpoint_compute_write_uid_fkey normal

    Foreign Key product_category.product_category_create_uid_fkey normal

    Foreign Key product_category.product_category_write_uid_fkey normal

    Foreign Key product_installer.product_installer_create_uid_fkey normal

    Foreign Key product_installer.product_installer_write_uid_fkey normal

    Foreign Key product_packaging.product_packaging_create_uid_fkey normal

    Foreign Key product_packaging.product_packaging_write_uid_fkey normal

    Foreign Key product_price_list.product_price_list_create_uid_fkey normal

    Foreign Key product_price_list.product_price_list_write_uid_fkey normal

    Foreign Key product_price_type.product_price_type_create_uid_fkey normal

    Foreign Key product_price_type.product_price_type_write_uid_fkey normal

    Foreign Key product_pricelist.product_pricelist_create_uid_fkey normal

    Foreign Key product_pricelist.product_pricelist_write_uid_fkey normal

    Foreign Key product_pricelist_item.product_pricelist_item_create_uid_fkey normal

    Foreign Key product_pricelist_item.product_pricelist_item_write_uid_fkey normal

    Foreign Key product_pricelist_type.product_pricelist_type_create_uid_fkey normal

    Foreign Key product_pricelist_type.product_pricelist_type_write_uid_fkey normal

    Foreign Key product_pricelist_version.product_pricelist_version_create_uid_fkey normal

    Foreign Key product_pricelist_version.product_pricelist_version_write_uid_fkey normal

    Foreign Key product_product.product_product_create_uid_fkey normal

    Foreign Key product_product.product_product_write_uid_fkey normal

    Foreign Key product_supplierinfo.product_supplierinfo_create_uid_fkey normal

    Foreign Key product_supplierinfo.product_supplierinfo_write_uid_fkey normal

    Foreign Key product_template.product_template_create_uid_fkey normal

    Foreign Key product_template.product_template_product_manager_fkey normal

    Foreign Key product_template.product_template_write_uid_fkey normal

    Foreign Key product_ul.product_ul_create_uid_fkey normal

    Foreign Key product_ul.product_ul_write_uid_fkey normal

    Foreign Key product_uom.product_uom_create_uid_fkey normal

    Foreign Key product_uom.product_uom_write_uid_fkey normal

    Foreign Key product_uom_categ.product_uom_categ_create_uid_fkey normal

    Foreign Key product_uom_categ.product_uom_categ_write_uid_fkey normal

    Foreign Key project_account_analytic_line.project_account_analytic_line_create_uid_fkey normal

    Foreign Key project_account_analytic_line.project_account_analytic_line_write_uid_fkey normal

    Foreign Key publisher_warranty_contract.publisher_warranty_contract_create_uid_fkey normal

    Foreign Key publisher_warranty_contract.publisher_warranty_contract_write_uid_fkey normal

    Foreign Key publisher_warranty_contract_wizard.publisher_warranty_contract_wizard_create_uid_fkey normal

    le dependents report - res_users file:///C:/Users/Chris/Desktop/res_users.html

    13 14/11/2013 1:30

  • 8/10/2019 P2 1 TablasFormul

    25/28

    Foreign Key publisher_warranty_contract_wizard.publisher_warranty_contract_wizard_write_uid_fkey normal

    Foreign Key purchase_config_wizard.purchase_config_wizard_create_uid_fkey normal

    Foreign Key purchase_config_wizard.purchase_config_wizard_write_uid_fkey normal

    Foreign Key purchase_order.purchase_order_create_uid_fkey normal

    Foreign Key purchase_order.purchase_order_validator_fkey normal

    Foreign Key purchase_order.purchase_order_write_uid_fkey normal

    Foreign Key purchase_order_group.purchase_order_group_create_uid_fkey normal

    Foreign Key purchase_order_group.purchase_order_group_write_uid_fkey normal

    Foreign Key purchase_order_line.purchase_order_line_create_uid_fkey normal

    Foreign Key purchase_order_line.purchase_order_line_write_uid_fkey normalForeign Key purchase_order_line_invoice.purchase_order_line_invoice_create_uid_fkey normal

    Foreign Key purchase_order_line_invoice.purchase_order_line_invoice_write_uid_fkey normal

    Foreign Key res_alarm.res_alarm_create_uid_fkey normal

    Foreign Key res_alarm.res_alarm_write_uid_fkey normal

    Foreign Key res_bank.res_bank_create_uid_fkey normal

    Foreign Key res_bank.res_bank_write_uid_fkey normal

    Foreign Key res_company.res_company_create_uid_fkey normal

    Foreign Key res_company.res_company_write_uid_fkey normal

    Foreign Key res_company_users_rel.res_company_users_rel_user_id_fkey normal

    Foreign Key res_config.res_config_create_uid_fkey normal

    Foreign Key res_config.res_config_write_uid_fkey normal

    Foreign Key res_config_installer.res_config_installer_create_uid_fkey normal

    Foreign Key res_config_installer.res_config_installer_write_uid_fkey normal

    Foreign Key res_country.res_country_create_uid_fkey normal

    Foreign Key res_country.res_country_write_uid_fkey normal

    Foreign Key res_country_state.res_country_state_create_uid_fkey normal

    Foreign Key res_country_state.res_country_state_write_uid_fkey normal

    Foreign Key res_currency.res_currency_create_uid_fkey normal

    Foreign Key res_currency.res_currency_write_uid_fkey normal

    Foreign Key res_currency_rate.res_currency_rate_create_uid_fkey normal

    Foreign Key res_currency_rate.res_currency_rate_write_uid_fkey normal

    Foreign Key res_currency_rate_type.res_currency_rate_type_create_uid_fkey normal

    Foreign Key res_currency_rate_type.res_currency_rate_type_write_uid_fkey normal

    Foreign Key res_groups.res_groups_create_uid_fkey normal

    Foreign Key res_groups.res_groups_write_uid_fkey normal

    Foreign Key res_groups_users_rel.res_groups_users_rel_uid_fkey normal

    Foreign Key res_lang.res_lang_create_uid_fkey normal

    Foreign Key res_lang.res_lang_write_uid_fkey normal

    Foreign Key res_log.res_log_create_uid_fkey normal

    Foreign Key res_log.res_log_user_id_fkey normal

    Foreign Key res_log.res_log_write_uid_fkey normal

    Foreign Key res_partner.res_partner_create_uid_fkey normal

    Foreign Key res_partner.res_partner_user_id_fkey normal

    Foreign Key res_partner.res_partner_write_uid_fkey normal

    Foreign Key res_partner_address.res_partner_address_create_uid_fkey normal

    Foreign Key res_partner_address.res_partner_address_write_uid_fkey normal

    Foreign Key res_partner_bank.res_partner_bank_create_uid_fkey normal

    Foreign Key res_partner_bank.res_partner_bank_write_uid_fkey normal

    Foreign Key res_partner_bank_type.res_partner_bank_type_create_uid_fkey normal

    Foreign Key res_partner_bank_type.res_partner_bank_type_write_uid_fkey normal

    Foreign Key res_partner_bank_type_field.res_partner_bank_type_field_create_uid_fkey normal

    Foreign Key res_partner_bank_type_field.res_partner_bank_type_field_write_uid_fkey normal

    Foreign Key res_partner_category.res_partner_category_create_uid_fkey normal

    Foreign Key res_partner_category.res_partner_category_write_uid_fkey normal

    Foreign Key res_partner_contact.res_partner_contact_create_uid_fkey normal

    Foreign Key res_partner_contact.res_partner_contact_write_uid_fkey normal

    Foreign Key res_partner_event.res_partner_event_create_uid_fkey normal

    Foreign Key res_partner_event.res_partner_event_user_id_fkey normal

    Foreign Key res_partner_event.res_partner_event_write_uid_fkey normal

    Foreign Key res_partner_location.res_partner_location_create_uid_fkey normal

    Foreign Key res_partner_location.res_partner_location_write_uid_fkey normal

    Foreign Key res_partner_title.res_partner_title_create_uid_fkey normal

    Foreign Key res_partner_title.res_partner_title_write_uid_fkey normal

    Foreign Key res_payterm.res_payterm_create_uid_fkey normal

    Foreign Key res_payterm.res_payterm_write_uid_fkey normal

    Foreign Key res_request.res_request_act_from_fkey normal

    Foreign Key res_request.res_request_act_to_fkey normal

    le dependents report - res_users file:///C:/Users/Chris/Desktop/res_users.html

    de 13 14/11/2013 1:30

  • 8/10/2019 P2 1 TablasFormul

    26/28

    Foreign Key res_request.res_request_create_uid_fkey normal

    Foreign Key res_request.res_request_write_uid_fkey normal

    Foreign Key res_request_history.res_request_history_act_from_fkey normal

    Foreign Key res_request_history.res_request_history_act_to_fkey normal

    Foreign Key res_request_history.res_request_history_create_uid_fkey normal

    Foreign Key res_request_history.res_request_history_write_uid_fkey normal

    Foreign Key res_request_link.res_request_link_create_uid_fkey normal

    Foreign Key res_request_link.res_request_link_write_uid_fkey normal

    Foreign Key res_users.res_users_create_uid_fkey normal

    Foreign Key res_users.res_users_write_uid_fkey normalForeign Key res_widget.res_widget_create_uid_fkey normal

    Foreign Key res_widget.res_widget_write_uid_fkey normal

    Foreign Key res_widget_user.res_widget_user_create_uid_fkey normal

    Foreign Key res_widget_user.res_widget_user_user_id_fkey normal

    Foreign Key res_widget_user.res_widget_user_write_uid_fkey normal

    Foreign Key res_widget_wizard.res_widget_wizard_create_uid_fkey normal

    Foreign Key res_widget_wizard.res_widget_wizard_write_uid_fkey normal

    Foreign Key resource_calendar.resource_calendar_create_uid_fkey normal

    Foreign Key resource_calendar.resource_calendar_manager_fkey normal

    Foreign Key resource_calendar.resource_calendar_write_uid_fkey normal

    Foreign Key resource_calendar_attendance.resource_calendar_attendance_create_uid_fkey normal

    Foreign Key resource_calendar_attendance.resource_calendar_attendance_write_uid_fkey normal

    Foreign Key resource_calendar_leaves.resource_calendar_leaves_create_uid_fkey normal

    Foreign Key resource_calendar_leaves.resource_calendar_leaves_write_uid_fkey normal

    Foreign Key resource_resource.resource_resource_create_uid_fkey normal

    Foreign Key resource_resource.resource_resource_user_id_fkey normal

    Foreign Key resource_resource.resource_resource_write_uid_fkey normal

    Foreign Key sale_advance_payment_inv.sale_advance_payment_inv_create_uid_fkey normal

    Foreign Key sale_advance_payment_inv.sale_advance_payment_inv_write_uid_fkey normal

    Foreign Key sale_config_picking_policy.sale_config_picking_policy_create_uid_fkey normal

    Foreign Key sale_config_picking_policy.sale_config_picking_policy_write_uid_fkey normal

    Foreign Key sale_make_invoice.sale_make_invoice_create_uid_fkey normal

    Foreign Key sale_make_invoice.sale_make_invoice_write_uid_fkey normal

    Foreign Key sale_member_rel.sale_member_rel_member_id_fkey normal

    Foreign Key sale_open_invoice.sale_open_invoice_create_uid_fkey normal

    Foreign Key sale_open_invoice.sale_open_invoice_write_uid_fkey normal

    Foreign Key sale_order.sale_order_create_uid_fkey normal

    Foreign Key sale_order.sale_order_user_id_fkey normal

    Foreign Key sale_order.sale_order_write_uid_fkey normal

    Foreign Key sale_order_line.sale_order_line_create_uid_fkey normal

    Foreign Key sale_order_line.sale_order_line_write_uid_fkey normal

    Foreign Key sale_order_line_make_invoice.sale_order_line_make_invoice_create_uid_fkey normal

    Foreign Key sale_order_line_make_invoice.sale_order_line_make_invoice_write_uid_fkey normal

    Foreign Key sale_shop.sale_shop_create_uid_fkey normal

    Foreign Key sale_shop.sale_shop_write_uid_fkey normal

    Foreign Key stock_change_product_qty.stock_change_product_qty_create_uid_fkey normal

    Foreign Key stock_change_product_qty.stock_change_product_qty_write_uid_fkey normal

    Foreign Key stock_change_standard_price.stock_change_standard_price_create_uid_fkey normal

    Foreign Key stock_change_standard_price.stock_change_standard_price_write_uid_fkey normal

    Foreign Key stock_fill_inventory.stock_fill_inventory_create_uid_fkey normal

    Foreign Key stock_fill_inventory.stock_fill_inventory_write_uid_fkey normal

    Foreign Key stock_incoterms.stock_incoterms_create_uid_fkey normal

    Foreign Key stock_incoterms.stock_incoterms_write_uid_fkey normal

    Foreign Key stock_inventory.stock_inventory_create_uid_fkey normal

    Foreign Key stock_inventory.stock_inventory_write_uid_fkey normal

    Foreign Key stock_inventory_line.stock_inventory_line_create_uid_fkey normal

    Foreign Key stock_inventory_line.stock_inventory_line_write_uid_fkey normal

    Foreign Key stock_inventory_line_split.stock_inventory_line_split_create_uid_fkey normal

    Foreign Key stock_inventory_line_split.stock_inventory_line_split_write_uid_fkey normal

    Foreign Key stock_inventory_line_split_lines.stock_inventory_line_split_lines_create_uid_fkey normal

    Foreign Key stock_inventory_line_split_lines.stock_inventory_line_split_lines_write_uid_fkey normal

    Foreign Key stock_inventory_merge.stock_inventory_merge_create_uid_fkey normal

    Foreign Key stock_inventory_merge.stock_inventory_merge_write_uid_fkey normal

    Foreign Key stock_invoice_onshipping.stock_invoice_onshipping_create_uid_fkey normal

    Foreign Key stock_invoice_onshipping.stock_invoice_onshipping_write_uid_fkey normal

    Foreign Key stock_journal.stock_journal_create_uid_fkey normal

    Foreign Key stock_journal.stock_journal_user_id_fkey normal

    le dependents report - res_users file:///C:/Users/Chris/Desktop/res_users.html

    e 13 14/11/2013 1:30

  • 8/10/2019 P2 1 TablasFormul

    27/28

    Foreign Key stock_journal.stock_journal_write_uid_fkey normal

    Foreign Key stock_location.stock_location_create_uid_fkey normal

    Foreign Key stock_location.stock_location_write_uid_fkey normal

    Foreign Key stock_location_product.stock_location_product_create_uid_fkey normal

    Foreign Key stock_location_product.stock_location_product_write_uid_fkey normal

    Foreign Key stock_move.stock_move_create_uid_fkey normal

    Foreign Key stock_move.stock_move_write_uid_fkey normal

    Foreign Key stock_move_consume.stock_move_consume_create_uid_fkey normal

    Foreign Key stock_move_consume.stock_move_consume_write_uid_fkey normal

    Foreign Key stock_move_scrap.stock_move_scrap_create_uid_fkey normalForeign Key stock_move_scrap.stock_move_scrap_write_uid_fkey normal

    Foreign Key stock_move_split.stock_move_split_create_uid_fkey normal

    Foreign Key stock_move_split.stock_move_split_write_uid_fkey normal

    Foreign Key stock_move_split_lines.stock_move_split_lines_create_uid_fkey normal

    Foreign Key stock_move_split_lines.stock_move_split_lines_write_uid_fkey normal

    Foreign Key stock_partial_move.stock_partial_move_create_uid_fkey normal

    Foreign Key stock_partial_move.stock_partial_move_write_uid_fkey normal

    Foreign Key stock_partial_move_line.stock_partial_move_line_create_uid_fkey normal

    Foreign Key stock_partial_move_line.stock_partial_move_line_write_uid_fkey normal

    Foreign Key stock_partial_picking.stock_partial_picking_create_uid_fkey normal

    Foreign Key stock_partial_picking.stock_partial_picking_write_uid_fkey normal

    Foreign Key stock_partial_picking_line.stock_partial_picking_line_create_uid_fkey normal

    Foreign Key stock_partial_picking_line.stock_partial_picking_line_write_uid_fkey normal

    Foreign Key stock_picking.stock_picking_create_uid_fkey normal

    Foreign Key stock_picking.stock_picking_write_uid_fkey normal

    Foreign Key stock_production_lot.stock_production_lot_create_uid_fkey normal

    Foreign Key stock_production_lot.stock_production_lot_write_uid_fkey normal

    Foreign Key stock_production_lot_revision.stock_production_lot_revision_author_id_fkey normal

    Foreign Key stock_production_lot_revision.stock_production_lot_revision_create_uid_fkey normal

    Foreign Key stock_production_lot_revision.stock_production_lot_revision_write_uid_fkey normal

    Foreign Key stock_return_picking.stock_return_picking_create_uid_fkey normal

    Foreign Key stock_return_picking.stock_return_picking_write_uid_fkey normal

    Foreign Key stock_return_picking_memory.stock_return_picking_memory_create_uid_fkey normal

    Foreign Key stock_return_picking_memory.stock_return_picking_memory_write_uid_fkey normal

    Foreign Key stock_split_into.stock_split_into_create_uid_fkey normal

    Foreign Key stock_split_into.stock_split_into_write_uid_fkey normal

    Foreign Key stock_tracking.stock_tracking_create_uid_fkey normal

    Foreign Key stock_tracking.stock_tracking_write_uid_fkey normal

    Foreign Key stock_warehouse.stock_warehouse_create_uid_fkey normal

    Foreign Key stock_warehouse.stock_warehouse_write_uid_fkey normal

    Foreign Key stock_warehouse_orderpoint.stock_warehouse_orderpoint_create_uid_fkey normal

    Foreign Key stock_warehouse_orderpoint.stock_warehouse_orderpoint_write_uid_fkey normal

    Foreign Key survey.survey_create_uid_fkey normal

    Foreign Key survey.survey_responsible_id_fkey normal

    Foreign Key survey.survey_write_uid_fkey normal

    Foreign Key survey_answer.survey_answer_create_uid_fkey normal

    Foreign Key survey_answer.survey_answer_write_uid_fkey normal

    Foreign Key survey_browse_answer.survey_browse_answer_create_uid_fkey normal

    Foreign Key survey_browse_answer.survey_browse_answer_write_uid_fkey normal

    Foreign Key survey_history.survey_history_create_uid_fkey normal

    Foreign Key survey_history.survey_history_user_id_fkey normal

    Foreign Key survey_history.survey_history_write_uid_fkey normal

    Foreign Key survey_invited_user_rel.survey_invited_user_rel_uid_fkey normal

    Foreign Key survey_name_wiz.survey_name_wiz_create_uid_fkey normal

    Foreign Key survey_name_wiz.survey_name_wiz_write_uid_fkey normal

    Foreign Key survey_page.survey_page_create_uid_fkey normal

    Foreign Key survey_page.survey_page_write_uid_fkey normal

    Foreign Key survey_print.survey_print_create_uid_fkey normal

    Foreign Key survey_print.survey_print_write_uid_fkey normal

    Foreign Key survey_print_answer.survey_print_answer_create_uid_fkey normal

    Foreign Key survey_print_answer.survey_print_answer_write_uid_fkey normal

    Foreign Key survey_print_statistics.survey_print_statistics_create_uid_fkey normal

    Foreign Key survey_print_statistics.survey_print_statistics_write_uid_fkey normal

    Foreign Key survey_question.survey_question_create_uid_fkey normal

    Foreign Key survey_question.survey_question_write_uid_fkey normal

    Foreign Key survey_question_column_heading.survey_question_column_heading_create_uid_fkey normal

    Foreign Key survey_question_column_heading.survey_question_column_heading_write_uid_fkey normal

    le dependents report - res_users file:///C:/Users/Chris/Desktop/res_users.html

    de 13 14/11/2013 1:30

  • 8/10/2019 P2 1 TablasFormul

    28/28

    Foreign Key survey_question_wiz.survey_question_wiz_create_uid_fkey normal

    Foreign Key survey_question_wiz.survey_question_wiz_write_uid_fkey normal

    Foreign Key survey_request.survey_request_create_uid_fkey normal

    Foreign Key survey_request.survey_request_user_id_fkey normal

    Foreign Key survey_request.survey_request_write_uid_fkey normal

    Foreign Key survey_response.survey_response_create_uid_fkey normal

    Foreign Key survey_response.survey_response_user_id_fkey normal

    Foreign Key survey_response.survey_response_write_uid_fkey normal

    Foreign Key survey_response_answer.survey_response_answer_create_uid_fkey normal

    Foreign Key survey_response_answer.survey_response_answer_write_uid_fkey normalForeign Key survey_response_line.survey_response_line_create_uid_fkey normal

    Foreign Key survey_response_line.survey_response_line_write_uid_fkey normal

    Foreign Key survey_send_invitation.survey_send_invitation_create_uid_fkey normal

    Foreign Key survey_send_invitation.survey_send_invitation_write_uid_fkey normal

    Foreign Key survey_send_invitation_log.survey_send_invitation_log_create_uid_fkey normal

    Foreign Key survey_send_invitation_log.survey_send_invitation_log_write_uid_fkey normal

    Foreign Key survey_tbl_column_heading.survey_tbl_column_heading_create_uid_fkey normal

    Foreign Key survey_tbl_column_heading.survey_tbl_column_heading_write_uid_fkey normal

    Foreign Key survey_type.survey_type_create_uid_fkey normal

    Foreign Key survey_type.survey_type_write_uid_fkey normal

    Foreign Key survey_users_rel.survey_users_rel_uid_fkey normal

    Foreign Key temp_range.temp_range_create_uid_fkey normal

    Foreign Key temp_range.temp_range_write_uid_fkey normal

    Foreign Key user_preferences_config.user_preferences_config_create_uid_fkey normal

    Foreign Key user_preferences_config.user_preferences_config_write_uid_fkey normal

    Foreign Key validate_account_move.validate_account_move_create_uid_fkey normal

    Foreign Key validate_account_move.validate_account_move_write_uid_fkey normal

    Foreign Key validate_account_move_lines.validate_account_move_lines_create_uid_fkey normal

    Foreign Key validate_account_move_lines.validate_account_move_lines_write_uid_fkey normal

    Foreign Key wizard_ir_model_menu_create.wizard_ir_model_menu_create_create_uid_fkey normal

    Foreign Key wizard_ir_model_menu_create.wizard_ir_model_menu_create_write_uid_fkey normal

    Foreign Key wizard_ir_model_menu_create_line.wizard_ir_model_menu_create_line_create_uid_fkey normal

    Foreign Key wizard_ir_model_menu_create_line.wizard_ir_model_menu_create_line_write_uid_fkey normal

    Foreign Key wizard_multi_charts_accounts.wizard_multi_charts_accounts_create_uid_fkey normal

    Foreign Key wizard_multi_charts_accounts.wizard_multi_charts_accounts_write_uid_fkey normal

    Foreign Key wkf.wkf_create_uid_fkey normal

    Foreign Key wkf.wkf_write_uid_fkey normal

    Foreign Key wkf_activity.wkf_activity_create_uid_fkey normal

    Foreign Key wkf_activity.wkf_activity_write_uid_fkey normal

    Foreign Key wkf_logs.wkf_logs_uid_fkey normal

    Foreign Key wkf_transition.wkf_transition_create_uid_fkey normal

    Foreign Key wkf_transition.wkf_transition_write_uid_fkey normal

    le dependents report - res_users file:///C:/Users/Chris/Desktop/res_users.html