OSDN Git Service

INIT inicialización zuni/rv_dev
authormzunino <marcelo@infoprimo.com>
Wed, 16 Oct 2019 21:51:36 +0000 (18:51 -0300)
committermzunino <marcelo@infoprimo.com>
Wed, 16 Oct 2019 21:51:36 +0000 (18:51 -0300)
commite96dd97b868c8c4f3032e602a1b13dacf043ea0c
treef1011bd58820eee9f3c27f9b06a3e6c5bdd77f83
INIT inicialización zuni/rv_dev
7487 files changed:
addons/account/__init__.py [new file with mode: 0644]
addons/account/__openerp__.py [new file with mode: 0644]
addons/account/account.py [new file with mode: 0644]
addons/account/account_analytic_line.py [new file with mode: 0644]
addons/account/account_assert_test.xml [new file with mode: 0644]
addons/account/account_bank.py [new file with mode: 0644]
addons/account/account_bank_statement.py [new file with mode: 0644]
addons/account/account_bank_view.xml [new file with mode: 0644]
addons/account/account_cash_statement.py [new file with mode: 0644]
addons/account/account_end_fy.xml [new file with mode: 0644]
addons/account/account_financial_report.py [new file with mode: 0644]
addons/account/account_financial_report_data.xml [new file with mode: 0644]
addons/account/account_installer.xml [new file with mode: 0644]
addons/account/account_invoice.py [new file with mode: 0644]
addons/account/account_invoice_view.xml [new file with mode: 0644]
addons/account/account_invoice_workflow.xml [new file with mode: 0644]
addons/account/account_menuitem.xml [new file with mode: 0644]
addons/account/account_move_line.py [new file with mode: 0644]
addons/account/account_pre_install.yml [new file with mode: 0644]
addons/account/account_report.xml [new file with mode: 0644]
addons/account/account_unit_test.xml [new file with mode: 0644]
addons/account/account_view.xml [new file with mode: 0644]
addons/account/board_account_view.xml [new file with mode: 0644]
addons/account/company.py [new file with mode: 0644]
addons/account/company_view.xml [new file with mode: 0644]
addons/account/configurable_account_chart.xml [new file with mode: 0644]
addons/account/data/account_data.xml [new file with mode: 0644]
addons/account/data/data_account_type.xml [new file with mode: 0644]
addons/account/demo/account_demo.xml [new file with mode: 0644]
addons/account/demo/account_invoice_demo.xml [new file with mode: 0644]
addons/account/demo/account_minimal.xml [new file with mode: 0644]
addons/account/edi/__init__.py [new file with mode: 0644]
addons/account/edi/invoice.py [new file with mode: 0644]
addons/account/edi/invoice_action_data.xml [new file with mode: 0644]
addons/account/i18n/account.pot [new file with mode: 0644]
addons/account/i18n/es.po [new file with mode: 0644]
addons/account/i18n/es_AR.po [new file with mode: 0644]
addons/account/i18n/es_CL.po [new file with mode: 0644]
addons/account/i18n/es_CR.po [new file with mode: 0644]
addons/account/i18n/es_DO.po [new file with mode: 0644]
addons/account/i18n/es_EC.po [new file with mode: 0644]
addons/account/i18n/es_MX.po [new file with mode: 0644]
addons/account/i18n/es_MX.po.moved [new file with mode: 0644]
addons/account/i18n/es_PY.po [new file with mode: 0644]
addons/account/i18n/es_UY.po [new file with mode: 0644]
addons/account/i18n/es_VE.po [new file with mode: 0644]
addons/account/images/accounting-hover.png [new file with mode: 0644]
addons/account/images/accounting.png [new file with mode: 0644]
addons/account/images/accounts.jpeg [new file with mode: 0644]
addons/account/images/bank_statement.jpeg [new file with mode: 0644]
addons/account/images/cash_register.jpeg [new file with mode: 0644]
addons/account/images/chart_of_accounts.jpeg [new file with mode: 0644]
addons/account/images/customer_invoice.jpeg [new file with mode: 0644]
addons/account/images/journal_entries.jpeg [new file with mode: 0644]
addons/account/installer.py [new file with mode: 0644]
addons/account/ir_sequence.py [new file with mode: 0644]
addons/account/ir_sequence_view.xml [new file with mode: 0644]
addons/account/partner.py [new file with mode: 0644]
addons/account/partner_view.xml [new file with mode: 0644]
addons/account/process/customer_invoice_process.xml [new file with mode: 0644]
addons/account/process/statement_process.xml [new file with mode: 0644]
addons/account/process/supplier_invoice_process.xml [new file with mode: 0644]
addons/account/product.py [new file with mode: 0644]
addons/account/product_view.xml [new file with mode: 0644]
addons/account/project/__init__.py [new file with mode: 0644]
addons/account/project/analytic_account_demo.xml [new file with mode: 0644]
addons/account/project/project.py [new file with mode: 0644]
addons/account/project/project_demo.xml [new file with mode: 0644]
addons/account/project/project_report.xml [new file with mode: 0644]
addons/account/project/project_view.xml [new file with mode: 0644]
addons/account/project/report/__init__.py [new file with mode: 0644]
addons/account/project/report/account_journal.py [new file with mode: 0644]
addons/account/project/report/analytic_balance.py [new file with mode: 0644]
addons/account/project/report/analytic_balance.rml [new file with mode: 0644]
addons/account/project/report/analytic_balance.sxw [new file with mode: 0644]
addons/account/project/report/analytic_journal.py [new file with mode: 0644]
addons/account/project/report/analytic_journal.rml [new file with mode: 0644]
addons/account/project/report/analytic_journal.sxw [new file with mode: 0644]
addons/account/project/report/cost_ledger.py [new file with mode: 0644]
addons/account/project/report/cost_ledger.rml [new file with mode: 0644]
addons/account/project/report/cost_ledger.sxw [new file with mode: 0644]
addons/account/project/report/inverted_analytic_balance.py [new file with mode: 0644]
addons/account/project/report/inverted_analytic_balance.rml [new file with mode: 0644]
addons/account/project/report/inverted_analytic_balance.sxw [new file with mode: 0644]
addons/account/project/report/quantity_cost_ledger.py [new file with mode: 0644]
addons/account/project/report/quantity_cost_ledger.rml [new file with mode: 0644]
addons/account/project/report/quantity_cost_ledger.sxw [new file with mode: 0644]
addons/account/project/wizard/__init__.py [new file with mode: 0644]
addons/account/project/wizard/account_analytic_balance_report.py [new file with mode: 0644]
addons/account/project/wizard/account_analytic_balance_report_view.xml [new file with mode: 0644]
addons/account/project/wizard/account_analytic_chart.py [new file with mode: 0644]
addons/account/project/wizard/account_analytic_chart_view.xml [new file with mode: 0644]
addons/account/project/wizard/account_analytic_cost_ledger_for_journal_report.py [new file with mode: 0644]
addons/account/project/wizard/account_analytic_cost_ledger_for_journal_report_view.xml [new file with mode: 0644]
addons/account/project/wizard/account_analytic_cost_ledger_report.py [new file with mode: 0644]
addons/account/project/wizard/account_analytic_cost_ledger_view.xml [new file with mode: 0644]
addons/account/project/wizard/account_analytic_inverted_balance_report.py [new file with mode: 0644]
addons/account/project/wizard/account_analytic_inverted_balance_report.xml [new file with mode: 0644]
addons/account/project/wizard/account_analytic_journal_report.py [new file with mode: 0644]
addons/account/project/wizard/account_analytic_journal_report_view.xml [new file with mode: 0644]
addons/account/project/wizard/project_account_analytic_line.py [new file with mode: 0644]
addons/account/project/wizard/project_account_analytic_line_view.xml [new file with mode: 0644]
addons/account/report/__init__.py [new file with mode: 0644]
addons/account/report/account_aged_partner_balance.py [new file with mode: 0644]
addons/account/report/account_aged_partner_balance.rml [new file with mode: 0644]
addons/account/report/account_aged_partner_balance.sxw [new file with mode: 0644]
addons/account/report/account_analytic_entries_report.py [new file with mode: 0644]
addons/account/report/account_analytic_entries_report_view.xml [new file with mode: 0644]
addons/account/report/account_balance.py [new file with mode: 0644]
addons/account/report/account_balance.rml [new file with mode: 0644]
addons/account/report/account_balance.sxw [new file with mode: 0644]
addons/account/report/account_central_journal.py [new file with mode: 0644]
addons/account/report/account_central_journal.rml [new file with mode: 0644]
addons/account/report/account_central_journal.sxw [new file with mode: 0644]
addons/account/report/account_entries_report.py [new file with mode: 0644]
addons/account/report/account_entries_report_view.xml [new file with mode: 0644]
addons/account/report/account_financial_report.py [new file with mode: 0644]
addons/account/report/account_financial_report.rml [new file with mode: 0644]
addons/account/report/account_general_journal.py [new file with mode: 0644]
addons/account/report/account_general_journal.rml [new file with mode: 0644]
addons/account/report/account_general_journal.sxw [new file with mode: 0644]
addons/account/report/account_general_ledger.py [new file with mode: 0644]
addons/account/report/account_general_ledger.rml [new file with mode: 0644]
addons/account/report/account_general_ledger.sxw [new file with mode: 0644]
addons/account/report/account_general_ledger_landscape.rml [new file with mode: 0644]
addons/account/report/account_general_ledger_landscape.sxw [new file with mode: 0644]
addons/account/report/account_general_ledger_landscape_origial.rml [new file with mode: 0644]
addons/account/report/account_invoice_report.py [new file with mode: 0644]
addons/account/report/account_invoice_report_view.xml [new file with mode: 0644]
addons/account/report/account_journal.py [new file with mode: 0644]
addons/account/report/account_journal.rml [new file with mode: 0644]
addons/account/report/account_journal.sxw [new file with mode: 0644]
addons/account/report/account_journal_sale_purchase.rml [new file with mode: 0644]
addons/account/report/account_partner_balance.py [new file with mode: 0644]
addons/account/report/account_partner_balance.rml [new file with mode: 0644]
addons/account/report/account_partner_balance.sxw [new file with mode: 0644]
addons/account/report/account_partner_ledger.py [new file with mode: 0644]
addons/account/report/account_partner_ledger.rml [new file with mode: 0644]
addons/account/report/account_partner_ledger.sxw [new file with mode: 0644]
addons/account/report/account_partner_ledger_other.rml [new file with mode: 0644]
addons/account/report/account_partner_ledger_other.sxw [new file with mode: 0644]
addons/account/report/account_print_invoice.py [new file with mode: 0644]
addons/account/report/account_print_invoice.rml [new file with mode: 0644]
addons/account/report/account_print_invoice.sxw [new file with mode: 0644]
addons/account/report/account_print_overdue.py [new file with mode: 0644]
addons/account/report/account_print_overdue.rml [new file with mode: 0644]
addons/account/report/account_print_overdue.sxw [new file with mode: 0644]
addons/account/report/account_report.py [new file with mode: 0644]
addons/account/report/account_report_view.xml [new file with mode: 0644]
addons/account/report/account_tax_report.py [new file with mode: 0644]
addons/account/report/account_tax_report.rml [new file with mode: 0644]
addons/account/report/account_tax_report.sxw [new file with mode: 0644]
addons/account/report/account_treasury_report.py [new file with mode: 0644]
addons/account/report/account_treasury_report_view.xml [new file with mode: 0644]
addons/account/report/common_report_header.py [new file with mode: 0644]
addons/account/report/transfer.xml [new file with mode: 0644]
addons/account/report/transfer.xsl [new file with mode: 0644]
addons/account/res_currency.py [new file with mode: 0644]
addons/account/security/account_security.xml [new file with mode: 0644]
addons/account/security/ir.model.access.csv [new file with mode: 0644]
addons/account/test/account_bank_statement.yml [new file with mode: 0644]
addons/account/test/account_cash_statement.yml [new file with mode: 0644]
addons/account/test/account_change_currency.yml [new file with mode: 0644]
addons/account/test/account_customer_invoice.yml [new file with mode: 0644]
addons/account/test/account_fiscalyear_close.yml [new file with mode: 0644]
addons/account/test/account_fiscalyear_close_state.yml [new file with mode: 0644]
addons/account/test/account_invoice_state.yml [new file with mode: 0644]
addons/account/test/account_period_close.yml [new file with mode: 0644]
addons/account/test/account_report.yml [new file with mode: 0644]
addons/account/test/account_sequence_test.yml [new file with mode: 0644]
addons/account/test/account_supplier_invoice.yml [new file with mode: 0644]
addons/account/test/account_use_model.yml [new file with mode: 0644]
addons/account/test/account_validate_account_move.yml [new file with mode: 0644]
addons/account/test/chart_of_account.yml [new file with mode: 0644]
addons/account/test/price_accuracy00.yml [new file with mode: 0644]
addons/account/test/test_edi_invoice.yml [new file with mode: 0644]
addons/account/test/test_parent_structure.py [new file with mode: 0644]
addons/account/test/test_parent_structure.yml [new file with mode: 0644]
addons/account/wizard/__init__.py [new file with mode: 0644]
addons/account/wizard/account_automatic_reconcile.py [new file with mode: 0644]
addons/account/wizard/account_automatic_reconcile_view.xml [new file with mode: 0644]
addons/account/wizard/account_change_currency.py [new file with mode: 0644]
addons/account/wizard/account_change_currency_view.xml [new file with mode: 0644]
addons/account/wizard/account_chart.py [new file with mode: 0644]
addons/account/wizard/account_chart_view.xml [new file with mode: 0644]
addons/account/wizard/account_financial_report.py [new file with mode: 0644]
addons/account/wizard/account_financial_report_view.xml [new file with mode: 0644]
addons/account/wizard/account_fiscalyear_close.py [new file with mode: 0644]
addons/account/wizard/account_fiscalyear_close_state.py [new file with mode: 0644]
addons/account/wizard/account_fiscalyear_close_state.xml [new file with mode: 0644]
addons/account/wizard/account_fiscalyear_close_view.xml [new file with mode: 0644]
addons/account/wizard/account_invoice_refund.py [new file with mode: 0644]
addons/account/wizard/account_invoice_refund_view.xml [new file with mode: 0644]
addons/account/wizard/account_invoice_state.py [new file with mode: 0644]
addons/account/wizard/account_invoice_state_view.xml [new file with mode: 0644]
addons/account/wizard/account_journal_select.py [new file with mode: 0644]
addons/account/wizard/account_journal_select_view.xml [new file with mode: 0644]
addons/account/wizard/account_move_bank_reconcile.py [new file with mode: 0644]
addons/account/wizard/account_move_bank_reconcile_view.xml [new file with mode: 0644]
addons/account/wizard/account_move_journal.py [new file with mode: 0644]
addons/account/wizard/account_move_journal_view.xml [new file with mode: 0644]
addons/account/wizard/account_move_line_reconcile_select.py [new file with mode: 0644]
addons/account/wizard/account_move_line_reconcile_select_view.xml [new file with mode: 0644]
addons/account/wizard/account_move_line_select.py [new file with mode: 0644]
addons/account/wizard/account_move_line_select_view.xml [new file with mode: 0644]
addons/account/wizard/account_move_line_unreconcile_select.py [new file with mode: 0644]
addons/account/wizard/account_move_line_unreconcile_select_view.xml [new file with mode: 0644]
addons/account/wizard/account_open_closed_fiscalyear.py [new file with mode: 0644]
addons/account/wizard/account_open_closed_fiscalyear_view.xml [new file with mode: 0644]
addons/account/wizard/account_period_close.py [new file with mode: 0644]
addons/account/wizard/account_period_close_view.xml [new file with mode: 0644]
addons/account/wizard/account_reconcile.py [new file with mode: 0644]
addons/account/wizard/account_reconcile_partner_process.py [new file with mode: 0644]
addons/account/wizard/account_reconcile_partner_process_view.xml [new file with mode: 0644]
addons/account/wizard/account_reconcile_view.xml [new file with mode: 0644]
addons/account/wizard/account_report_account_balance.py [new file with mode: 0644]
addons/account/wizard/account_report_account_balance_view.xml [new file with mode: 0644]
addons/account/wizard/account_report_aged_partner_balance.py [new file with mode: 0644]
addons/account/wizard/account_report_aged_partner_balance_view.xml [new file with mode: 0644]
addons/account/wizard/account_report_central_journal.py [new file with mode: 0644]
addons/account/wizard/account_report_central_journal_view.xml [new file with mode: 0644]
addons/account/wizard/account_report_common.py [new file with mode: 0644]
addons/account/wizard/account_report_common_account.py [new file with mode: 0644]
addons/account/wizard/account_report_common_journal.py [new file with mode: 0644]
addons/account/wizard/account_report_common_partner.py [new file with mode: 0644]
addons/account/wizard/account_report_common_view.xml [new file with mode: 0644]
addons/account/wizard/account_report_general_journal.py [new file with mode: 0644]
addons/account/wizard/account_report_general_journal_view.xml [new file with mode: 0644]
addons/account/wizard/account_report_general_ledger.py [new file with mode: 0644]
addons/account/wizard/account_report_general_ledger_view.xml [new file with mode: 0644]
addons/account/wizard/account_report_partner_balance.py [new file with mode: 0644]
addons/account/wizard/account_report_partner_balance_view.xml [new file with mode: 0644]
addons/account/wizard/account_report_partner_ledger.py [new file with mode: 0644]
addons/account/wizard/account_report_partner_ledger_view.xml [new file with mode: 0644]
addons/account/wizard/account_report_print_journal.py [new file with mode: 0644]
addons/account/wizard/account_report_print_journal_view.xml [new file with mode: 0644]
addons/account/wizard/account_state_open.py [new file with mode: 0644]
addons/account/wizard/account_state_open_view.xml [new file with mode: 0644]
addons/account/wizard/account_subscription_generate.py [new file with mode: 0644]
addons/account/wizard/account_subscription_generate_view.xml [new file with mode: 0644]
addons/account/wizard/account_tax_chart.py [new file with mode: 0644]
addons/account/wizard/account_tax_chart_view.xml [new file with mode: 0644]
addons/account/wizard/account_unreconcile.py [new file with mode: 0644]
addons/account/wizard/account_unreconcile_view.xml [new file with mode: 0644]
addons/account/wizard/account_use_model.py [new file with mode: 0644]
addons/account/wizard/account_use_model_view.xml [new file with mode: 0644]
addons/account/wizard/account_validate_account_move.py [new file with mode: 0644]
addons/account/wizard/account_validate_move_view.xml [new file with mode: 0644]
addons/account/wizard/account_vat.py [new file with mode: 0644]
addons/account/wizard/account_vat_view.xml [new file with mode: 0644]
addons/account_accountant/__init__.py [new file with mode: 0644]
addons/account_accountant/__openerp__.py [new file with mode: 0644]
addons/account_accountant/account_accountant_data.xml [new file with mode: 0644]
addons/account_accountant/account_accountant_demo.xml [new file with mode: 0644]
addons/account_accountant/i18n/account_accountant.pot [new file with mode: 0644]
addons/account_accountant/i18n/es.po [new file with mode: 0644]
addons/account_accountant/i18n/es_AR.po [new file with mode: 0644]
addons/account_accountant/i18n/es_CO.po [new file with mode: 0644]
addons/account_accountant/i18n/es_CR.po [new file with mode: 0644]
addons/account_accountant/i18n/es_DO.po [new file with mode: 0644]
addons/account_accountant/i18n/es_EC.po [new file with mode: 0644]
addons/account_accountant/i18n/es_MX.po [new file with mode: 0644]
addons/account_accountant/i18n/es_PY.po [new file with mode: 0644]
addons/account_accountant/i18n/es_UY.po [new file with mode: 0644]
addons/account_accountant/i18n/es_VE.po [new file with mode: 0644]
addons/account_accountant/security/account_security.xml [new file with mode: 0644]
addons/account_accountant/static/src/img/icon.png [new file with mode: 0644]
addons/account_analytic_analysis/__init__.py [new file with mode: 0644]
addons/account_analytic_analysis/__openerp__.py [new file with mode: 0644]
addons/account_analytic_analysis/account_analytic_analysis.py [new file with mode: 0644]
addons/account_analytic_analysis/account_analytic_analysis_cron.xml [new file with mode: 0644]
addons/account_analytic_analysis/account_analytic_analysis_menu.xml [new file with mode: 0644]
addons/account_analytic_analysis/account_analytic_analysis_view.xml [new file with mode: 0644]
addons/account_analytic_analysis/cron_account_analytic_account.py [new file with mode: 0644]
addons/account_analytic_analysis/i18n/account_analytic_analysis.pot [new file with mode: 0644]
addons/account_analytic_analysis/i18n/es.po [new file with mode: 0644]
addons/account_analytic_analysis/i18n/es_AR.po [new file with mode: 0644]
addons/account_analytic_analysis/i18n/es_CR.po [new file with mode: 0644]
addons/account_analytic_analysis/i18n/es_EC.po [new file with mode: 0644]
addons/account_analytic_analysis/i18n/es_MX.po [new file with mode: 0644]
addons/account_analytic_analysis/i18n/es_PY.po [new file with mode: 0644]
addons/account_analytic_analysis/i18n/es_UY.po [new file with mode: 0644]
addons/account_analytic_analysis/i18n/es_VE.po [new file with mode: 0644]
addons/account_analytic_analysis/images/bill_tasks_works.jpeg [new file with mode: 0644]
addons/account_analytic_analysis/images/overpassed_accounts.jpeg [new file with mode: 0644]
addons/account_analytic_analysis/security/ir.model.access.csv [new file with mode: 0644]
addons/account_analytic_default/__init__.py [new file with mode: 0644]
addons/account_analytic_default/__openerp__.py [new file with mode: 0644]
addons/account_analytic_default/account_analytic_default.py [new file with mode: 0644]
addons/account_analytic_default/account_analytic_default_view.xml [new file with mode: 0644]
addons/account_analytic_default/i18n/account_analytic_default.pot [new file with mode: 0644]
addons/account_analytic_default/i18n/es.po [new file with mode: 0644]
addons/account_analytic_default/i18n/es_AR.po [new file with mode: 0644]
addons/account_analytic_default/i18n/es_CR.po [new file with mode: 0644]
addons/account_analytic_default/i18n/es_EC.po [new file with mode: 0644]
addons/account_analytic_default/i18n/es_MX.po [new file with mode: 0644]
addons/account_analytic_default/i18n/es_PY.po [new file with mode: 0644]
addons/account_analytic_default/i18n/es_UY.po [new file with mode: 0644]
addons/account_analytic_default/i18n/es_VE.po [new file with mode: 0644]
addons/account_analytic_default/images/analytic_defaults.jpeg [new file with mode: 0644]
addons/account_analytic_default/security/account_analytic_default_security.xml [new file with mode: 0644]
addons/account_analytic_default/security/ir.model.access.csv [new file with mode: 0644]
addons/account_analytic_plans/__init__.py [new file with mode: 0644]
addons/account_analytic_plans/__openerp__.py [new file with mode: 0644]
addons/account_analytic_plans/account_analytic_plans.py [new file with mode: 0644]
addons/account_analytic_plans/account_analytic_plans_installer_view.xml [new file with mode: 0644]
addons/account_analytic_plans/account_analytic_plans_report.xml [new file with mode: 0644]
addons/account_analytic_plans/account_analytic_plans_view.xml [new file with mode: 0644]
addons/account_analytic_plans/i18n/account_analytic_plans.pot [new file with mode: 0644]
addons/account_analytic_plans/i18n/es.po [new file with mode: 0644]
addons/account_analytic_plans/i18n/es_AR.po [new file with mode: 0644]
addons/account_analytic_plans/i18n/es_CR.po [new file with mode: 0644]
addons/account_analytic_plans/i18n/es_EC.po [new file with mode: 0644]
addons/account_analytic_plans/i18n/es_MX.po [new file with mode: 0644]
addons/account_analytic_plans/i18n/es_PY.po [new file with mode: 0644]
addons/account_analytic_plans/i18n/es_UY.po [new file with mode: 0644]
addons/account_analytic_plans/i18n/es_VE.po [new file with mode: 0644]
addons/account_analytic_plans/images/analytic_plan.jpeg [new file with mode: 0644]
addons/account_analytic_plans/report/__init__.py [new file with mode: 0644]
addons/account_analytic_plans/report/crossovered_analytic.py [new file with mode: 0644]
addons/account_analytic_plans/report/crossovered_analytic.rml [new file with mode: 0644]
addons/account_analytic_plans/report/crossovered_analytic.sxw [new file with mode: 0644]
addons/account_analytic_plans/security/account_analytic_plan_security.xml [new file with mode: 0644]
addons/account_analytic_plans/security/ir.model.access.csv [new file with mode: 0644]
addons/account_analytic_plans/test/acount_analytic_plans_report.yml [new file with mode: 0644]
addons/account_analytic_plans/wizard/__init__.py [new file with mode: 0644]
addons/account_analytic_plans/wizard/account_crossovered_analytic.py [new file with mode: 0644]
addons/account_analytic_plans/wizard/account_crossovered_analytic_view.xml [new file with mode: 0644]
addons/account_analytic_plans/wizard/analytic_plan_create_model.py [new file with mode: 0644]
addons/account_analytic_plans/wizard/analytic_plan_create_model_view.xml [new file with mode: 0644]
addons/account_anglo_saxon/__init__.py [new file with mode: 0644]
addons/account_anglo_saxon/__openerp__.py [new file with mode: 0644]
addons/account_anglo_saxon/account_anglo_saxon_demo.xml [new file with mode: 0644]
addons/account_anglo_saxon/i18n/account_anglo_saxon.pot [new file with mode: 0644]
addons/account_anglo_saxon/i18n/es.po [new file with mode: 0644]
addons/account_anglo_saxon/i18n/es_CR.po [new file with mode: 0644]
addons/account_anglo_saxon/i18n/es_EC.po [new file with mode: 0644]
addons/account_anglo_saxon/i18n/es_MX.po [new file with mode: 0644]
addons/account_anglo_saxon/i18n/es_PY.po [new file with mode: 0644]
addons/account_anglo_saxon/i18n/es_UY.po [new file with mode: 0644]
addons/account_anglo_saxon/i18n/es_VE.po [new file with mode: 0644]
addons/account_anglo_saxon/images/account_anglo_saxon.jpeg [new file with mode: 0644]
addons/account_anglo_saxon/invoice.py [new file with mode: 0644]
addons/account_anglo_saxon/product.py [new file with mode: 0644]
addons/account_anglo_saxon/product_view.xml [new file with mode: 0644]
addons/account_anglo_saxon/purchase.py [new file with mode: 0644]
addons/account_anglo_saxon/sale.py [new file with mode: 0644]
addons/account_anglo_saxon/stock.py [new file with mode: 0644]
addons/account_asset/__init__.py [new file with mode: 0644]
addons/account_asset/__openerp__.py [new file with mode: 0644]
addons/account_asset/account_asset.py [new file with mode: 0644]
addons/account_asset/account_asset_demo.xml [new file with mode: 0644]
addons/account_asset/account_asset_invoice.py [new file with mode: 0644]
addons/account_asset/account_asset_invoice_view.xml [new file with mode: 0644]
addons/account_asset/account_asset_view.xml [new file with mode: 0644]
addons/account_asset/i18n/account_asset.pot [new file with mode: 0644]
addons/account_asset/i18n/es.po [new file with mode: 0755]
addons/account_asset/i18n/es_AR.po [new file with mode: 0644]
addons/account_asset/i18n/es_CR.po [new file with mode: 0755]
addons/account_asset/i18n/es_EC.po [new file with mode: 0644]
addons/account_asset/i18n/es_MX.po [new file with mode: 0644]
addons/account_asset/i18n/es_UY.po [new file with mode: 0644]
addons/account_asset/i18n/es_VE.po [new file with mode: 0644]
addons/account_asset/report/__init__.py [new file with mode: 0644]
addons/account_asset/report/account_asset_report.py [new file with mode: 0644]
addons/account_asset/report/account_asset_report_view.xml [new file with mode: 0644]
addons/account_asset/security/account_asset_security.xml [new file with mode: 0644]
addons/account_asset/security/ir.model.access.csv [new file with mode: 0755]
addons/account_asset/static/src/img/icon.png [new file with mode: 0644]
addons/account_asset/test/account_asset.yml [new file with mode: 0644]
addons/account_asset/test/account_asset_demo.yml [new file with mode: 0644]
addons/account_asset/test/account_asset_wizard.yml [new file with mode: 0644]
addons/account_asset/wizard/__init__.py [new file with mode: 0755]
addons/account_asset/wizard/account_asset_change_duration.py [new file with mode: 0755]
addons/account_asset/wizard/account_asset_change_duration_view.xml [new file with mode: 0644]
addons/account_asset/wizard/wizard_asset_compute.py [new file with mode: 0755]
addons/account_asset/wizard/wizard_asset_compute_view.xml [new file with mode: 0644]
addons/account_bank_statement_extensions/__init__.py [new file with mode: 0644]
addons/account_bank_statement_extensions/__openerp__.py [new file with mode: 0644]
addons/account_bank_statement_extensions/account_bank_statement.py [new file with mode: 0644]
addons/account_bank_statement_extensions/account_bank_statement_report.xml [new file with mode: 0644]
addons/account_bank_statement_extensions/account_bank_statement_view.xml [new file with mode: 0644]
addons/account_bank_statement_extensions/data/account_bank_statement_extensions_data.xml [new file with mode: 0644]
addons/account_bank_statement_extensions/i18n/account_bank_statement_extensions.pot [new file with mode: 0644]
addons/account_bank_statement_extensions/i18n/es.po [new file with mode: 0644]
addons/account_bank_statement_extensions/i18n/es_CR.po [new file with mode: 0644]
addons/account_bank_statement_extensions/i18n/es_EC.po [new file with mode: 0644]
addons/account_bank_statement_extensions/i18n/es_MX.po [new file with mode: 0644]
addons/account_bank_statement_extensions/i18n/es_UY.po [new file with mode: 0644]
addons/account_bank_statement_extensions/report/__init__.py [new file with mode: 0644]
addons/account_bank_statement_extensions/report/bank_statement_balance_report.py [new file with mode: 0644]
addons/account_bank_statement_extensions/report/bank_statement_balance_report.rml [new file with mode: 0644]
addons/account_bank_statement_extensions/res_partner_bank.py [new file with mode: 0644]
addons/account_bank_statement_extensions/security/ir.model.access.csv [new file with mode: 0644]
addons/account_bank_statement_extensions/wizard/__init__.py [new file with mode: 0644]
addons/account_bank_statement_extensions/wizard/cancel_statement_line.py [new file with mode: 0644]
addons/account_bank_statement_extensions/wizard/cancel_statement_line_wizard.xml [new file with mode: 0644]
addons/account_bank_statement_extensions/wizard/confirm_statement_line.py [new file with mode: 0644]
addons/account_bank_statement_extensions/wizard/confirm_statement_line_wizard.xml [new file with mode: 0644]
addons/account_budget/__init__.py [new file with mode: 0644]
addons/account_budget/__openerp__.py [new file with mode: 0644]
addons/account_budget/account_budget.py [new file with mode: 0644]
addons/account_budget/account_budget_demo.xml [new file with mode: 0644]
addons/account_budget/account_budget_report.xml [new file with mode: 0644]
addons/account_budget/account_budget_view.xml [new file with mode: 0644]
addons/account_budget/account_budget_workflow.xml [new file with mode: 0644]
addons/account_budget/i18n/account_budget.pot [new file with mode: 0644]
addons/account_budget/i18n/es.po [new file with mode: 0644]
addons/account_budget/i18n/es_AR.po [new file with mode: 0644]
addons/account_budget/i18n/es_CR.po [new file with mode: 0644]
addons/account_budget/i18n/es_EC.po [new file with mode: 0644]
addons/account_budget/i18n/es_MX.po [new file with mode: 0644]
addons/account_budget/i18n/es_PY.po [new file with mode: 0644]
addons/account_budget/i18n/es_UY.po [new file with mode: 0644]
addons/account_budget/i18n/es_VE.po [new file with mode: 0644]
addons/account_budget/images/budget.jpeg [new file with mode: 0644]
addons/account_budget/images/budgetary_position.jpeg [new file with mode: 0644]
addons/account_budget/report/__init__.py [new file with mode: 0644]
addons/account_budget/report/analytic_account_budget_report.py [new file with mode: 0644]
addons/account_budget/report/analytic_account_budget_report.rml [new file with mode: 0644]
addons/account_budget/report/analytic_account_budget_report.sxw [new file with mode: 0644]
addons/account_budget/report/budget_report.py [new file with mode: 0644]
addons/account_budget/report/budget_report.rml [new file with mode: 0644]
addons/account_budget/report/budget_report.sxw [new file with mode: 0644]
addons/account_budget/report/crossovered_budget_report.py [new file with mode: 0644]
addons/account_budget/report/crossovered_budget_report.rml [new file with mode: 0644]
addons/account_budget/report/crossovered_budget_report.sxw [new file with mode: 0644]
addons/account_budget/security/account_budget_security.xml [new file with mode: 0644]
addons/account_budget/security/ir.model.access.csv [new file with mode: 0644]
addons/account_budget/test/account_budget.yml [new file with mode: 0644]
addons/account_budget/test/account_budget_report.yml [new file with mode: 0644]
addons/account_budget/test/account_budget_spread.yml [new file with mode: 0644]
addons/account_budget/wizard/__init__.py [new file with mode: 0644]
addons/account_budget/wizard/account_budget_analytic.py [new file with mode: 0644]
addons/account_budget/wizard/account_budget_analytic_view.xml [new file with mode: 0644]
addons/account_budget/wizard/account_budget_crossovered_report.py [new file with mode: 0644]
addons/account_budget/wizard/account_budget_crossovered_report_view.xml [new file with mode: 0644]
addons/account_budget/wizard/account_budget_crossovered_summary_report.py [new file with mode: 0644]
addons/account_budget/wizard/account_budget_crossovered_summary_report_view.xml [new file with mode: 0644]
addons/account_budget/wizard/account_budget_report.py [new file with mode: 0644]
addons/account_budget/wizard/account_budget_report_view.xml [new file with mode: 0644]
addons/account_cancel/__init__.py [new file with mode: 0644]
addons/account_cancel/__openerp__.py [new file with mode: 0644]
addons/account_cancel/account_cancel_view.xml [new file with mode: 0644]
addons/account_cancel/i18n/account_cancel.pot [new file with mode: 0644]
addons/account_cancel/i18n/es.po [new file with mode: 0644]
addons/account_cancel/i18n/es_CL.po [new file with mode: 0644]
addons/account_cancel/i18n/es_CR.po [new file with mode: 0644]
addons/account_cancel/i18n/es_EC.po [new file with mode: 0644]
addons/account_cancel/i18n/es_MX.po [new file with mode: 0644]
addons/account_cancel/i18n/es_PY.po [new file with mode: 0644]
addons/account_cancel/i18n/es_UY.po [new file with mode: 0644]
addons/account_cancel/i18n/es_VE.po [new file with mode: 0644]
addons/account_cancel/images/account_cancel.jpeg [new file with mode: 0644]
addons/account_chart/__init__.py [new file with mode: 0644]
addons/account_chart/__openerp__.py [new file with mode: 0644]
addons/account_chart/account_chart.xml [new file with mode: 0644]
addons/account_chart/i18n/account_chart.pot [new file with mode: 0644]
addons/account_chart/i18n/es.po [new file with mode: 0644]
addons/account_chart/i18n/es_AR.po [new file with mode: 0644]
addons/account_chart/i18n/es_CL.po [new file with mode: 0644]
addons/account_chart/i18n/es_CR.po [new file with mode: 0644]
addons/account_chart/i18n/es_EC.po [new file with mode: 0644]
addons/account_chart/i18n/es_MX.po [new file with mode: 0644]
addons/account_chart/i18n/es_PY.po [new file with mode: 0644]
addons/account_chart/i18n/es_UY.po [new file with mode: 0644]
addons/account_chart/i18n/es_VE.po [new file with mode: 0644]
addons/account_check_writing/__init__.py [new file with mode: 0644]
addons/account_check_writing/__openerp__.py [new file with mode: 0644]
addons/account_check_writing/account.py [new file with mode: 0644]
addons/account_check_writing/account_check_writing_data.xml [new file with mode: 0644]
addons/account_check_writing/account_check_writing_report.xml [new file with mode: 0644]
addons/account_check_writing/account_demo.xml [new file with mode: 0644]
addons/account_check_writing/account_view.xml [new file with mode: 0644]
addons/account_check_writing/account_voucher.py [new file with mode: 0644]
addons/account_check_writing/account_voucher_view.xml [new file with mode: 0644]
addons/account_check_writing/i18n/account_check_writing.pot [new file with mode: 0644]
addons/account_check_writing/i18n/es.po [new file with mode: 0644]
addons/account_check_writing/i18n/es_CR.po [new file with mode: 0644]
addons/account_check_writing/i18n/es_EC.po [new file with mode: 0644]
addons/account_check_writing/i18n/es_MX.po [new file with mode: 0644]
addons/account_check_writing/i18n/es_UY.po [new file with mode: 0644]
addons/account_check_writing/report/__init__.py [new file with mode: 0644]
addons/account_check_writing/report/check_print.py [new file with mode: 0644]
addons/account_check_writing/report/check_print.sxw [new file with mode: 0644]
addons/account_check_writing/report/check_print_bottom.rml [new file with mode: 0644]
addons/account_check_writing/report/check_print_middle.rml [new file with mode: 0644]
addons/account_check_writing/report/check_print_top.rml [new file with mode: 0644]
addons/account_coda/README.txt [new file with mode: 0644]
addons/account_coda/__init__.py [new file with mode: 0644]
addons/account_coda/__openerp__.py [new file with mode: 0644]
addons/account_coda/account_coda.py [new file with mode: 0644]
addons/account_coda/account_coda_comm_type.xml [new file with mode: 0644]
addons/account_coda/account_coda_trans_category.xml [new file with mode: 0644]
addons/account_coda/account_coda_trans_code.xml [new file with mode: 0644]
addons/account_coda/account_coda_trans_type.xml [new file with mode: 0644]
addons/account_coda/account_coda_view.xml [new file with mode: 0644]
addons/account_coda/account_coda_wizard.xml [new file with mode: 0644]
addons/account_coda/i18n/account_coda.pot [new file with mode: 0644]
addons/account_coda/i18n/es.po [new file with mode: 0644]
addons/account_coda/i18n/es_CR.po [new file with mode: 0644]
addons/account_coda/i18n/es_EC.po [new file with mode: 0644]
addons/account_coda/i18n/es_MX.po [new file with mode: 0644]
addons/account_coda/i18n/es_PY.po [new file with mode: 0644]
addons/account_coda/i18n/es_UY.po [new file with mode: 0644]
addons/account_coda/i18n/es_VE.po [new file with mode: 0644]
addons/account_coda/images/coda_logs.jpeg [new file with mode: 0644]
addons/account_coda/images/import_coda_logs.jpeg [new file with mode: 0644]
addons/account_coda/security/account_security.xml [new file with mode: 0644]
addons/account_coda/security/ir.model.access.csv [new file with mode: 0644]
addons/account_coda/test_coda_file/Ontvangen_CODA.2011-01-11-18.59.15.txt [new file with mode: 0644]
addons/account_coda/wizard/__init__.py [new file with mode: 0644]
addons/account_coda/wizard/account_coda_import.py [new file with mode: 0644]
addons/account_followup/__init__.py [new file with mode: 0644]
addons/account_followup/__openerp__.py [new file with mode: 0644]
addons/account_followup/account_followup.py [new file with mode: 0644]
addons/account_followup/account_followup_data.xml [new file with mode: 0644]
addons/account_followup/account_followup_demo.xml [new file with mode: 0644]
addons/account_followup/account_followup_view.xml [new file with mode: 0644]
addons/account_followup/i18n/account_followup.pot [new file with mode: 0644]
addons/account_followup/i18n/es.po [new file with mode: 0644]
addons/account_followup/i18n/es_AR.po [new file with mode: 0644]
addons/account_followup/i18n/es_CR.po [new file with mode: 0644]
addons/account_followup/i18n/es_EC.po [new file with mode: 0644]
addons/account_followup/i18n/es_MX.po [new file with mode: 0644]
addons/account_followup/i18n/es_PY.po [new file with mode: 0644]
addons/account_followup/i18n/es_UY.po [new file with mode: 0644]
addons/account_followup/i18n/es_VE.po [new file with mode: 0644]
addons/account_followup/images/follow_ups.jpeg [new file with mode: 0644]
addons/account_followup/images/send_followups.jpeg [new file with mode: 0644]
addons/account_followup/report/__init__.py [new file with mode: 0644]
addons/account_followup/report/account_followup_print.py [new file with mode: 0644]
addons/account_followup/report/account_followup_print.rml [new file with mode: 0644]
addons/account_followup/report/account_followup_print.sxw [new file with mode: 0644]
addons/account_followup/report/account_followup_report.py [new file with mode: 0644]
addons/account_followup/report/account_followup_report.xml [new file with mode: 0644]
addons/account_followup/security/account_followup_security.xml [new file with mode: 0644]
addons/account_followup/security/ir.model.access.csv [new file with mode: 0644]
addons/account_followup/test/account_followup.yml [new file with mode: 0644]
addons/account_followup/test/account_followup_report.yml [new file with mode: 0644]
addons/account_followup/wizard/__init__.py [new file with mode: 0644]
addons/account_followup/wizard/account_followup_print.py [new file with mode: 0644]
addons/account_followup/wizard/account_followup_print_view.xml [new file with mode: 0644]
addons/account_invoice_layout/__init__.py [new file with mode: 0644]
addons/account_invoice_layout/__openerp__.py [new file with mode: 0644]
addons/account_invoice_layout/account_invoice_layout.py [new file with mode: 0644]
addons/account_invoice_layout/account_invoice_layout_demo.xml [new file with mode: 0644]
addons/account_invoice_layout/account_invoice_layout_report.xml [new file with mode: 0644]
addons/account_invoice_layout/account_invoice_layout_view.xml [new file with mode: 0644]
addons/account_invoice_layout/i18n/account_invoice_layout.pot [new file with mode: 0644]
addons/account_invoice_layout/i18n/es.po [new file with mode: 0644]
addons/account_invoice_layout/i18n/es_AR.po [new file with mode: 0644]
addons/account_invoice_layout/i18n/es_CR.po [new file with mode: 0644]
addons/account_invoice_layout/i18n/es_EC.po [new file with mode: 0644]
addons/account_invoice_layout/i18n/es_MX.po [new file with mode: 0644]
addons/account_invoice_layout/i18n/es_PY.po [new file with mode: 0644]
addons/account_invoice_layout/i18n/es_UY.po [new file with mode: 0644]
addons/account_invoice_layout/i18n/es_VE.po [new file with mode: 0644]
addons/account_invoice_layout/images/notification_messages.jpeg [new file with mode: 0644]
addons/account_invoice_layout/report/__init__.py [new file with mode: 0644]
addons/account_invoice_layout/report/report_account_invoice_layout.py [new file with mode: 0644]
addons/account_invoice_layout/report/report_account_invoice_layout.rml [new file with mode: 0644]
addons/account_invoice_layout/report/report_account_invoice_layout.sxw [new file with mode: 0644]
addons/account_invoice_layout/report/special_message_invoice.py [new file with mode: 0644]
addons/account_invoice_layout/report/special_message_invoice.rml [new file with mode: 0644]
addons/account_invoice_layout/report/special_message_invoice.sxw [new file with mode: 0644]
addons/account_invoice_layout/security/ir.model.access.csv [new file with mode: 0644]
addons/account_invoice_layout/test/account_invoice_layout_report.yml [new file with mode: 0644]
addons/account_invoice_layout/wizard/__init__.py [new file with mode: 0644]
addons/account_invoice_layout/wizard/account_invoice_special_message.py [new file with mode: 0644]
addons/account_invoice_layout/wizard/account_invoice_special_message.xml [new file with mode: 0644]
addons/account_payment/__init__.py [new file with mode: 0644]
addons/account_payment/__openerp__.py [new file with mode: 0644]
addons/account_payment/account_invoice.py [new file with mode: 0644]
addons/account_payment/account_invoice_view.xml [new file with mode: 0644]
addons/account_payment/account_move_line.py [new file with mode: 0644]
addons/account_payment/account_payment.py [new file with mode: 0644]
addons/account_payment/account_payment_demo.xml [new file with mode: 0644]
addons/account_payment/account_payment_report.xml [new file with mode: 0644]
addons/account_payment/account_payment_sequence.xml [new file with mode: 0644]
addons/account_payment/account_payment_view.xml [new file with mode: 0644]
addons/account_payment/account_payment_workflow.xml [new file with mode: 0644]
addons/account_payment/i18n/account_payment.pot [new file with mode: 0644]
addons/account_payment/i18n/es.po [new file with mode: 0644]
addons/account_payment/i18n/es_AR.po [new file with mode: 0644]
addons/account_payment/i18n/es_CL.po [new file with mode: 0644]
addons/account_payment/i18n/es_CR.po [new file with mode: 0644]
addons/account_payment/i18n/es_EC.po [new file with mode: 0644]
addons/account_payment/i18n/es_MX.po [new file with mode: 0644]
addons/account_payment/i18n/es_PY.po [new file with mode: 0644]
addons/account_payment/i18n/es_UY.po [new file with mode: 0644]
addons/account_payment/i18n/es_VE.po [new file with mode: 0644]
addons/account_payment/images/payment_mode.jpeg [new file with mode: 0644]
addons/account_payment/images/payment_order.jpeg [new file with mode: 0644]
addons/account_payment/report/__init__.py [new file with mode: 0644]
addons/account_payment/report/order.rml [new file with mode: 0644]
addons/account_payment/report/order.sxw [new file with mode: 0644]
addons/account_payment/report/payment_order.py [new file with mode: 0644]
addons/account_payment/security/account_payment_security.xml [new file with mode: 0644]
addons/account_payment/security/ir.model.access.csv [new file with mode: 0644]
addons/account_payment/test/account_payment_demo.yml [new file with mode: 0644]
addons/account_payment/test/account_payment_report.yml [new file with mode: 0644]
addons/account_payment/test/cancel_payment_order.yml [new file with mode: 0644]
addons/account_payment/test/payment_order_process.yml [new file with mode: 0644]
addons/account_payment/wizard/__init__.py [new file with mode: 0644]
addons/account_payment/wizard/account_payment_create_order_view.xml [new file with mode: 0644]
addons/account_payment/wizard/account_payment_order.py [new file with mode: 0644]
addons/account_payment/wizard/account_payment_pay.py [new file with mode: 0644]
addons/account_payment/wizard/account_payment_pay_view.xml [new file with mode: 0644]
addons/account_payment/wizard/account_payment_populate_statement.py [new file with mode: 0644]
addons/account_payment/wizard/account_payment_populate_statement_view.xml [new file with mode: 0644]
addons/account_sequence/__init__.py [new file with mode: 0644]
addons/account_sequence/__openerp__.py [new file with mode: 0644]
addons/account_sequence/account_sequence.py [new file with mode: 0644]
addons/account_sequence/account_sequence.xml [new file with mode: 0644]
addons/account_sequence/account_sequence_data.xml [new file with mode: 0644]
addons/account_sequence/account_sequence_installer.py [new file with mode: 0644]
addons/account_sequence/account_sequence_installer_view.xml [new file with mode: 0644]
addons/account_sequence/i18n/account_sequence.pot [new file with mode: 0644]
addons/account_sequence/i18n/es.po [new file with mode: 0644]
addons/account_sequence/i18n/es_CR.po [new file with mode: 0644]
addons/account_sequence/i18n/es_EC.po [new file with mode: 0644]
addons/account_sequence/i18n/es_MX.po [new file with mode: 0644]
addons/account_sequence/i18n/es_PY.po [new file with mode: 0644]
addons/account_sequence/i18n/es_UY.po [new file with mode: 0644]
addons/account_sequence/i18n/es_VE.po [new file with mode: 0644]
addons/account_sequence/images/internal_sequence_number.jpeg [new file with mode: 0644]
addons/account_voucher/__init__.py [new file with mode: 0644]
addons/account_voucher/__openerp__.py [new file with mode: 0644]
addons/account_voucher/account_voucher.py [new file with mode: 0644]
addons/account_voucher/account_voucher_pay_invoice.xml [new file with mode: 0644]
addons/account_voucher/account_voucher_report.xml [new file with mode: 0644]
addons/account_voucher/account_voucher_sequence.xml [new file with mode: 0644]
addons/account_voucher/account_voucher_view.xml [new file with mode: 0644]
addons/account_voucher/account_voucher_wizard.xml [new file with mode: 0644]
addons/account_voucher/account_voucher_workflow.xml [new file with mode: 0644]
addons/account_voucher/i18n/account_voucher.pot [new file with mode: 0644]
addons/account_voucher/i18n/es.po [new file with mode: 0644]
addons/account_voucher/i18n/es_AR.po [new file with mode: 0644]
addons/account_voucher/i18n/es_CR.po [new file with mode: 0644]
addons/account_voucher/i18n/es_EC.po [new file with mode: 0644]
addons/account_voucher/i18n/es_MX.po [new file with mode: 0644]
addons/account_voucher/i18n/es_PY.po [new file with mode: 0644]
addons/account_voucher/i18n/es_UY.po [new file with mode: 0644]
addons/account_voucher/i18n/es_VE.po [new file with mode: 0644]
addons/account_voucher/images/customer_payment.jpeg [new file with mode: 0644]
addons/account_voucher/images/journal_voucher.jpeg [new file with mode: 0644]
addons/account_voucher/images/sales_receipt.jpeg [new file with mode: 0644]
addons/account_voucher/images/supplier_voucher.jpeg [new file with mode: 0644]
addons/account_voucher/invoice.py [new file with mode: 0644]
addons/account_voucher/report/__init__.py [new file with mode: 0644]
addons/account_voucher/report/account_voucher.py [new file with mode: 0644]
addons/account_voucher/report/account_voucher.rml [new file with mode: 0644]
addons/account_voucher/report/account_voucher.sxw [new file with mode: 0644]
addons/account_voucher/report/account_voucher_print.py [new file with mode: 0644]
addons/account_voucher/report/account_voucher_print.rml [new file with mode: 0644]
addons/account_voucher/report/account_voucher_print.sxw [new file with mode: 0644]
addons/account_voucher/report/account_voucher_sales_receipt.py [new file with mode: 0644]
addons/account_voucher/report/account_voucher_sales_receipt_view.xml [new file with mode: 0644]
addons/account_voucher/security/account_voucher_security.xml [new file with mode: 0644]
addons/account_voucher/security/ir.model.access.csv [new file with mode: 0644]
addons/account_voucher/static/src/img/icon.png [new file with mode: 0644]
addons/account_voucher/test/account_voucher.yml [new file with mode: 0644]
addons/account_voucher/test/account_voucher_report.yml [new file with mode: 0644]
addons/account_voucher/test/case1_usd_usd.yml [new file with mode: 0644]
addons/account_voucher/test/case2_suppl_usd_eur.yml [new file with mode: 0644]
addons/account_voucher/test/case2_usd_eur_debtor_in_eur.yml [new file with mode: 0644]
addons/account_voucher/test/case2_usd_eur_debtor_in_usd.yml [new file with mode: 0644]
addons/account_voucher/test/case3_eur_eur.yml [new file with mode: 0644]
addons/account_voucher/test/case4_cad_chf.yml [new file with mode: 0644]
addons/account_voucher/test/sales_payment.yml [new file with mode: 0644]
addons/account_voucher/test/sales_receipt.yml [new file with mode: 0644]
addons/account_voucher/voucher_payment_receipt_view.xml [new file with mode: 0644]
addons/account_voucher/voucher_sales_purchase_view.xml [new file with mode: 0644]
addons/account_voucher/wizard/__init__.py [new file with mode: 0644]
addons/account_voucher/wizard/account_statement_from_invoice.py [new file with mode: 0644]
addons/account_voucher/wizard/account_statement_from_invoice_view.xml [new file with mode: 0644]
addons/account_voucher/wizard/account_voucher_unreconcile.py [new file with mode: 0644]
addons/account_voucher/wizard/account_voucher_unreconcile_view.xml [new file with mode: 0644]
addons/analytic/__init__.py [new file with mode: 0644]
addons/analytic/__openerp__.py [new file with mode: 0644]
addons/analytic/analytic.py [new file with mode: 0644]
addons/analytic/i18n/analytic.pot [new file with mode: 0644]
addons/analytic/i18n/es.po [new file with mode: 0644]
addons/analytic/i18n/es_CR.po [new file with mode: 0644]
addons/analytic/i18n/es_EC.po [new file with mode: 0644]
addons/analytic/i18n/es_MX.po [new file with mode: 0644]
addons/analytic/i18n/es_PY.po [new file with mode: 0644]
addons/analytic/i18n/es_UY.po [new file with mode: 0644]
addons/analytic/i18n/es_VE.po [new file with mode: 0644]
addons/analytic/security/analytic_security.xml [new file with mode: 0644]
addons/analytic/security/ir.model.access.csv [new file with mode: 0644]
addons/analytic_journal_billing_rate/__init__.py [new file with mode: 0644]
addons/analytic_journal_billing_rate/__openerp__.py [new file with mode: 0644]
addons/analytic_journal_billing_rate/analytic_journal_billing_rate.py [new file with mode: 0644]
addons/analytic_journal_billing_rate/analytic_journal_billing_rate_view.xml [new file with mode: 0644]
addons/analytic_journal_billing_rate/i18n/analytic_journal_billing_rate.pot [new file with mode: 0644]
addons/analytic_journal_billing_rate/i18n/es.po [new file with mode: 0644]
addons/analytic_journal_billing_rate/i18n/es_AR.po [new file with mode: 0644]
addons/analytic_journal_billing_rate/i18n/es_CR.po [new file with mode: 0644]
addons/analytic_journal_billing_rate/i18n/es_EC.po [new file with mode: 0644]
addons/analytic_journal_billing_rate/i18n/es_MX.po [new file with mode: 0644]
addons/analytic_journal_billing_rate/i18n/es_PY.po [new file with mode: 0644]
addons/analytic_journal_billing_rate/i18n/es_UY.po [new file with mode: 0644]
addons/analytic_journal_billing_rate/i18n/es_VE.po [new file with mode: 0644]
addons/analytic_journal_billing_rate/images/analytic_journal_billing_rate.jpeg [new file with mode: 0644]
addons/analytic_journal_billing_rate/security/ir.model.access.csv [new file with mode: 0644]
addons/analytic_user_function/__init__.py [new file with mode: 0644]
addons/analytic_user_function/__openerp__.py [new file with mode: 0644]
addons/analytic_user_function/analytic_user_function.py [new file with mode: 0644]
addons/analytic_user_function/analytic_user_function_view.xml [new file with mode: 0644]
addons/analytic_user_function/i18n/analytic_user_function.pot [new file with mode: 0644]
addons/analytic_user_function/i18n/es.po [new file with mode: 0644]
addons/analytic_user_function/i18n/es_AR.po [new file with mode: 0644]
addons/analytic_user_function/i18n/es_CR.po [new file with mode: 0644]
addons/analytic_user_function/i18n/es_EC.po [new file with mode: 0644]
addons/analytic_user_function/i18n/es_MX.po [new file with mode: 0644]
addons/analytic_user_function/i18n/es_PY.po [new file with mode: 0644]
addons/analytic_user_function/i18n/es_UY.po [new file with mode: 0644]
addons/analytic_user_function/i18n/es_VE.po [new file with mode: 0644]
addons/analytic_user_function/images/analytic_user_function.jpeg [new file with mode: 0644]
addons/analytic_user_function/security/ir.model.access.csv [new file with mode: 0644]
addons/anonymization/__init__.py [new file with mode: 0644]
addons/anonymization/__openerp__.py [new file with mode: 0644]
addons/anonymization/anonymization.py [new file with mode: 0644]
addons/anonymization/anonymization_demo.xml [new file with mode: 0644]
addons/anonymization/anonymization_view.xml [new file with mode: 0644]
addons/anonymization/i18n/anonymization.pot [new file with mode: 0644]
addons/anonymization/i18n/es.po [new file with mode: 0644]
addons/anonymization/i18n/es_CR.po [new file with mode: 0644]
addons/anonymization/i18n/es_EC.po [new file with mode: 0644]
addons/anonymization/i18n/es_MX.po [new file with mode: 0644]
addons/anonymization/i18n/es_PY.po [new file with mode: 0644]
addons/anonymization/i18n/es_UY.po [new file with mode: 0644]
addons/anonymization/i18n/es_VE.po [new file with mode: 0644]
addons/anonymization/images/anonymization1.jpeg [new file with mode: 0644]
addons/anonymization/images/anonymization2.jpeg [new file with mode: 0644]
addons/anonymization/images/anonymization3.jpeg [new file with mode: 0644]
addons/anonymization/ir.model.fields.anonymization.csv [new file with mode: 0644]
addons/anonymization/security/ir.model.access.csv [new file with mode: 0644]
addons/association/__init__.py [new file with mode: 0644]
addons/association/__openerp__.py [new file with mode: 0644]
addons/association/i18n/association.pot [new file with mode: 0644]
addons/association/i18n/es.po [new file with mode: 0644]
addons/association/i18n/es_AR.po [new file with mode: 0644]
addons/association/i18n/es_CR.po [new file with mode: 0644]
addons/association/i18n/es_EC.po [new file with mode: 0644]
addons/association/i18n/es_MX.po [new file with mode: 0644]
addons/association/i18n/es_PY.po [new file with mode: 0644]
addons/association/i18n/es_UY.po [new file with mode: 0644]
addons/association/i18n/es_VE.po [new file with mode: 0644]
addons/association/images/association-hover.png [new file with mode: 0644]
addons/association/images/association.png [new file with mode: 0644]
addons/association/images/association1.jpeg [new file with mode: 0644]
addons/association/profile_association.xml [new file with mode: 0644]
addons/association/security/ir.model.access.csv [new file with mode: 0644]
addons/auction/__init__.py [new file with mode: 0644]
addons/auction/__openerp__.py [new file with mode: 0644]
addons/auction/auction.png [new file with mode: 0644]
addons/auction/auction.py [new file with mode: 0644]
addons/auction/auction_data.xml [new file with mode: 0644]
addons/auction/auction_demo.xml [new file with mode: 0644]
addons/auction/auction_report.xml [new file with mode: 0644]
addons/auction/auction_sequence.xml [new file with mode: 0644]
addons/auction/auction_view.xml [new file with mode: 0644]
addons/auction/auction_wizard.xml [new file with mode: 0644]
addons/auction/barcode/__init__.py [new file with mode: 0644]
addons/auction/barcode/code128.py [new file with mode: 0644]
addons/auction/barcode/code39.py [new file with mode: 0644]
addons/auction/barcode/code93.py [new file with mode: 0644]
addons/auction/barcode/common.py [new file with mode: 0644]
addons/auction/barcode/fourstate.py [new file with mode: 0644]
addons/auction/barcode/out.pdf [new file with mode: 0644]
addons/auction/barcode/test.py [new file with mode: 0644]
addons/auction/barcode/usps.py [new file with mode: 0644]
addons/auction/board_auction_demo.xml [new file with mode: 0644]
addons/auction/board_auction_manager_view.xml [new file with mode: 0644]
addons/auction/board_auction_view.xml [new file with mode: 0644]
addons/auction/i18n/auction.pot [new file with mode: 0644]
addons/auction/i18n/es.po [new file with mode: 0644]
addons/auction/i18n/es_AR.po [new file with mode: 0644]
addons/auction/i18n/es_CR.po [new file with mode: 0644]
addons/auction/i18n/es_EC.po [new file with mode: 0644]
addons/auction/i18n/es_MX.po [new file with mode: 0644]
addons/auction/i18n/es_PY.po [new file with mode: 0644]
addons/auction/i18n/es_UY.po [new file with mode: 0644]
addons/auction/i18n/es_VE.po [new file with mode: 0644]
addons/auction/images/auction1.jpeg [new file with mode: 0644]
addons/auction/images/auction2.jpeg [new file with mode: 0644]
addons/auction/images/auction3.jpeg [new file with mode: 0644]
addons/auction/report/__init__.py [new file with mode: 0644]
addons/auction/report/ach_bordereau.xml [new file with mode: 0644]
addons/auction/report/ach_bordereau.xsl [new file with mode: 0644]
addons/auction/report/ach_bordereau_photo.xml [new file with mode: 0644]
addons/auction/report/ach_bordereau_photo.xsl [new file with mode: 0644]
addons/auction/report/artists.xml [new file with mode: 0644]
addons/auction/report/artists.xsl [new file with mode: 0644]
addons/auction/report/artists_lots.py [new file with mode: 0644]
addons/auction/report/auction_artists.py [new file with mode: 0644]
addons/auction/report/auction_artists.rml [new file with mode: 0644]
addons/auction/report/auction_artists.sxw [new file with mode: 0644]
addons/auction/report/auction_bids.py [new file with mode: 0644]
addons/auction/report/auction_bids.rml [new file with mode: 0644]
addons/auction/report/auction_bids.sxw [new file with mode: 0644]
addons/auction/report/auction_buyer_result.py [new file with mode: 0644]
addons/auction/report/auction_buyer_result.rml [new file with mode: 0644]
addons/auction/report/auction_buyer_result.sxw [new file with mode: 0644]
addons/auction/report/auction_catelog.py [new file with mode: 0644]
addons/auction/report/auction_catelog.rml [new file with mode: 0644]
addons/auction/report/auction_catelog.sxw [new file with mode: 0644]
addons/auction/report/auction_invoice.py [new file with mode: 0644]
addons/auction/report/auction_objects.py [new file with mode: 0644]
addons/auction/report/auction_objects.rml [new file with mode: 0644]
addons/auction/report/auction_objects.sxw [new file with mode: 0644]
addons/auction/report/auction_result.py [new file with mode: 0644]
addons/auction/report/auction_result.rml [new file with mode: 0644]
addons/auction/report/auction_result.sxw [new file with mode: 0644]
addons/auction/report/auction_total.rml [new file with mode: 0644]
addons/auction/report/auction_total.sxw [new file with mode: 0644]
addons/auction/report/auction_total_rml.py [new file with mode: 0644]
addons/auction/report/auction_total_rml.rml [new file with mode: 0644]
addons/auction/report/bids.xml [new file with mode: 0644]
addons/auction/report/bids.xsl [new file with mode: 0644]
addons/auction/report/bids_lots.py [new file with mode: 0644]
addons/auction/report/bids_lots.rml [new file with mode: 0644]
addons/auction/report/bids_lots.sxw [new file with mode: 0644]
addons/auction/report/bids_phones_details.py [new file with mode: 0644]
addons/auction/report/bids_phones_details.rml [new file with mode: 0644]
addons/auction/report/bids_phones_details.sxw [new file with mode: 0644]
addons/auction/report/buyer_form_report.py [new file with mode: 0644]
addons/auction/report/buyer_form_report.rml [new file with mode: 0644]
addons/auction/report/buyer_form_report.sxw [new file with mode: 0644]
addons/auction/report/buyer_list.py [new file with mode: 0644]
addons/auction/report/buyer_list.rml [new file with mode: 0644]
addons/auction/report/buyer_list.sxw [new file with mode: 0644]
addons/auction/report/buyer_list.xml [new file with mode: 0644]
addons/auction/report/buyer_list.xsl [new file with mode: 0644]
addons/auction/report/catalog.xml [new file with mode: 0644]
addons/auction/report/catalog.xsl [new file with mode: 0644]
addons/auction/report/catalog2.py [new file with mode: 0644]
addons/auction/report/catalog2.xsl [new file with mode: 0644]
addons/auction/report/catelogwithpictures.py [new file with mode: 0644]
addons/auction/report/catelogwithpictures.rml [new file with mode: 0644]
addons/auction/report/catelogwithpictures.sxw [new file with mode: 0644]
addons/auction/report/content.xml [new file with mode: 0644]
addons/auction/report/corporate_defaults.xsl [new file with mode: 0644]
addons/auction/report/deposit.xml [new file with mode: 0644]
addons/auction/report/deposit.xsl [new file with mode: 0644]
addons/auction/report/deposit_seller.py [new file with mode: 0644]
addons/auction/report/deposit_seller.rml [new file with mode: 0644]
addons/auction/report/deposit_seller.sxw [new file with mode: 0644]
addons/auction/report/huissier.py [new file with mode: 0644]
addons/auction/report/huissier.xsl [new file with mode: 0644]
addons/auction/report/images/aeko_logo.jpg [new file with mode: 0644]
addons/auction/report/images/flagey_head.png [new file with mode: 0644]
addons/auction/report/images/flagey_logo.jpg [new file with mode: 0644]
addons/auction/report/loan_info.sxw [new file with mode: 0644]
addons/auction/report/lots_bids_phone.xml [new file with mode: 0644]
addons/auction/report/lots_bids_phone.xsl [new file with mode: 0644]
addons/auction/report/lots_bids_phone2.xml [new file with mode: 0644]
addons/auction/report/lots_bids_phone2.xsl [new file with mode: 0644]
addons/auction/report/lots_deposit.xml [new file with mode: 0644]
addons/auction/report/lots_deposit.xsl [new file with mode: 0644]
addons/auction/report/lots_list.py [new file with mode: 0644]
addons/auction/report/lots_list.rml [new file with mode: 0644]
addons/auction/report/lots_list.sxw [new file with mode: 0644]
addons/auction/report/lots_list.xml [new file with mode: 0644]
addons/auction/report/lots_list.xsl [new file with mode: 0644]
addons/auction/report/lots_list_inv.xml [new file with mode: 0644]
addons/auction/report/lots_list_inv.xsl [new file with mode: 0644]
addons/auction/report/lots_list_inventory.py [new file with mode: 0644]
addons/auction/report/lots_list_inventory.rml [new file with mode: 0644]
addons/auction/report/lots_list_inventory.sxw [new file with mode: 0644]
addons/auction/report/lots_list_landscape.py [new file with mode: 0644]
addons/auction/report/lots_list_landscape.rml [new file with mode: 0644]
addons/auction/report/lots_list_landscape.sxw [new file with mode: 0644]
addons/auction/report/lots_list_landscape.xml [new file with mode: 0644]
addons/auction/report/lots_list_landscape.xsl [new file with mode: 0644]
addons/auction/report/lots_with_vat.xml [new file with mode: 0644]
addons/auction/report/lots_with_vat.xsl [new file with mode: 0644]
addons/auction/report/photo_shadow.py [new file with mode: 0644]
addons/auction/report/report_auction.py [new file with mode: 0644]
addons/auction/report/report_auction_view.xml [new file with mode: 0644]
addons/auction/report/report_lot_bar_code.py [new file with mode: 0644]
addons/auction/report/report_lot_bar_code.rml [new file with mode: 0644]
addons/auction/report/results.xml [new file with mode: 0644]
addons/auction/report/results.xsl [new file with mode: 0644]
addons/auction/report/results_buyer.xml [new file with mode: 0644]
addons/auction/report/results_buyer.xsl [new file with mode: 0644]
addons/auction/report/rml_template.xsl [new file with mode: 0644]
addons/auction/report/seller_address.py [new file with mode: 0644]
addons/auction/report/seller_form_report.py [new file with mode: 0644]
addons/auction/report/seller_form_report.rml [new file with mode: 0644]
addons/auction/report/seller_form_report.sxw [new file with mode: 0644]
addons/auction/report/seller_list.xml [new file with mode: 0644]
addons/auction/report/seller_list.xsl [new file with mode: 0644]
addons/auction/report/test_report.sxw [new file with mode: 0644]
addons/auction/report/total.py [new file with mode: 0644]
addons/auction/report/total.xsl [new file with mode: 0644]
addons/auction/report/vnd_bordereau.xml [new file with mode: 0644]
addons/auction/report/vnd_bordereau.xsl [new file with mode: 0644]
addons/auction/security/auction_security.xml [new file with mode: 0644]
addons/auction/security/ir.model.access.csv [new file with mode: 0644]
addons/auction/test/auction.yml [new file with mode: 0644]
addons/auction/test/auction_report.yml [new file with mode: 0644]
addons/auction/test/auction_wizard.yml [new file with mode: 0644]
addons/auction/wizard/__init__.py [new file with mode: 0644]
addons/auction/wizard/auction_aie_send.py [new file with mode: 0644]
addons/auction/wizard/auction_aie_send_result.py [new file with mode: 0644]
addons/auction/wizard/auction_aie_send_result_view.xml [new file with mode: 0644]
addons/auction/wizard/auction_aie_send_view.xml [new file with mode: 0644]
addons/auction/wizard/auction_catalog_flagey_report.py [new file with mode: 0644]
addons/auction/wizard/auction_catalog_flagey_view.xml [new file with mode: 0644]
addons/auction/wizard/auction_lots_able.py [new file with mode: 0644]
addons/auction/wizard/auction_lots_able_view.xml [new file with mode: 0644]
addons/auction/wizard/auction_lots_auction_move.py [new file with mode: 0644]
addons/auction/wizard/auction_lots_auction_move_view.xml [new file with mode: 0644]
addons/auction/wizard/auction_lots_buyer_map.py [new file with mode: 0644]
addons/auction/wizard/auction_lots_buyer_map_view.xml [new file with mode: 0644]
addons/auction/wizard/auction_lots_cancel.py [new file with mode: 0644]
addons/auction/wizard/auction_lots_cancel_view.xml [new file with mode: 0644]
addons/auction/wizard/auction_lots_enable.py [new file with mode: 0644]
addons/auction/wizard/auction_lots_enable_view.xml [new file with mode: 0644]
addons/auction/wizard/auction_lots_invoice.py [new file with mode: 0644]
addons/auction/wizard/auction_lots_invoice_view.xml [new file with mode: 0644]
addons/auction/wizard/auction_lots_make_invoice.py [new file with mode: 0644]
addons/auction/wizard/auction_lots_make_invoice_buyer.py [new file with mode: 0644]
addons/auction/wizard/auction_lots_make_invoice_buyer_view.xml [new file with mode: 0644]
addons/auction/wizard/auction_lots_make_invoice_view.xml [new file with mode: 0644]
addons/auction/wizard/auction_lots_numerotate.py [new file with mode: 0644]
addons/auction/wizard/auction_lots_numerotate_view.xml [new file with mode: 0644]
addons/auction/wizard/auction_lots_sms_send.py [new file with mode: 0644]
addons/auction/wizard/auction_lots_sms_send_view.xml [new file with mode: 0644]
addons/auction/wizard/auction_pay_buy.py [new file with mode: 0644]
addons/auction/wizard/auction_pay_buy_view.xml [new file with mode: 0644]
addons/auction/wizard/auction_pay_sel.py [new file with mode: 0644]
addons/auction/wizard/auction_pay_sel_view.xml [new file with mode: 0644]
addons/auction/wizard/auction_payer_sel.py [new file with mode: 0644]
addons/auction/wizard/auction_payer_sel_view.xml [new file with mode: 0644]
addons/auction/wizard/auction_taken.py [new file with mode: 0644]
addons/auction/wizard/auction_taken_view.xml [new file with mode: 0644]
addons/auction/wizard/auction_transfer_unsold_object.py [new file with mode: 0644]
addons/auction/wizard/auction_transfer_unsold_object_view.xml [new file with mode: 0644]
addons/audittrail/__init__.py [new file with mode: 0644]
addons/audittrail/__openerp__.py [new file with mode: 0644]
addons/audittrail/audittrail.py [new file with mode: 0644]
addons/audittrail/audittrail_demo.xml [new file with mode: 0644]
addons/audittrail/audittrail_view.xml [new file with mode: 0644]
addons/audittrail/i18n/audittrail.pot [new file with mode: 0644]
addons/audittrail/i18n/es.po [new file with mode: 0644]
addons/audittrail/i18n/es_AR.po [new file with mode: 0644]
addons/audittrail/i18n/es_CR.po [new file with mode: 0644]
addons/audittrail/i18n/es_EC.po [new file with mode: 0644]
addons/audittrail/i18n/es_MX.po [new file with mode: 0644]
addons/audittrail/i18n/es_PY.po [new file with mode: 0644]
addons/audittrail/i18n/es_UY.po [new file with mode: 0644]
addons/audittrail/i18n/es_VE.po [new file with mode: 0644]
addons/audittrail/images/audittrail1.jpeg [new file with mode: 0644]
addons/audittrail/images/audittrail2.jpeg [new file with mode: 0644]
addons/audittrail/images/audittrail3.jpeg [new file with mode: 0644]
addons/audittrail/security/audittrail_security.xml [new file with mode: 0644]
addons/audittrail/security/ir.model.access.csv [new file with mode: 0644]
addons/audittrail/wizard/__init__.py [new file with mode: 0644]
addons/audittrail/wizard/audittrail_view_log.py [new file with mode: 0644]
addons/audittrail/wizard/audittrail_view_log_view.xml [new file with mode: 0644]
addons/auth_openid/__init__.py [new file with mode: 0644]
addons/auth_openid/__openerp__.py [new file with mode: 0644]
addons/auth_openid/controllers/__init__.py [new file with mode: 0644]
addons/auth_openid/controllers/main.py [new file with mode: 0644]
addons/auth_openid/i18n/auth_openid.pot [new file with mode: 0644]
addons/auth_openid/i18n/es.po [new file with mode: 0644]
addons/auth_openid/i18n/es_CR.po [new file with mode: 0644]
addons/auth_openid/i18n/es_UY.po [new file with mode: 0644]
addons/auth_openid/res_users.py [new file with mode: 0644]
addons/auth_openid/res_users.xml [new file with mode: 0644]
addons/auth_openid/static/src/css/openid.css [new file with mode: 0644]
addons/auth_openid/static/src/img/aol.png [new file with mode: 0644]
addons/auth_openid/static/src/img/claimid.png [new file with mode: 0644]
addons/auth_openid/static/src/img/google.png [new file with mode: 0644]
addons/auth_openid/static/src/img/googleapps.gif [new file with mode: 0644]
addons/auth_openid/static/src/img/googlefav.png [new file with mode: 0644]
addons/auth_openid/static/src/img/launchpad.gif [new file with mode: 0644]
addons/auth_openid/static/src/img/launchpad.png [new file with mode: 0644]
addons/auth_openid/static/src/img/login-bg.gif [new file with mode: 0644]
addons/auth_openid/static/src/img/marketplace.gif [new file with mode: 0644]
addons/auth_openid/static/src/img/myopenid.png [new file with mode: 0644]
addons/auth_openid/static/src/img/openid.png [new file with mode: 0644]
addons/auth_openid/static/src/img/openid_16.png [new file with mode: 0644]
addons/auth_openid/static/src/img/textfield_key.png [new file with mode: 0644]
addons/auth_openid/static/src/img/verisign.png [new file with mode: 0644]
addons/auth_openid/static/src/img/yahoo.png [new file with mode: 0644]
addons/auth_openid/static/src/js/auth_openid.js [new file with mode: 0644]
addons/auth_openid/static/src/xml/auth_openid.xml [new file with mode: 0644]
addons/auth_openid/utils.py [new file with mode: 0644]
addons/base_action_rule/__init__.py [new file with mode: 0644]
addons/base_action_rule/__openerp__.py [new file with mode: 0644]
addons/base_action_rule/base_action_rule.py [new file with mode: 0644]
addons/base_action_rule/base_action_rule_data.xml [new file with mode: 0644]
addons/base_action_rule/base_action_rule_view.xml [new file with mode: 0644]
addons/base_action_rule/i18n/base_action_rule.pot [new file with mode: 0644]
addons/base_action_rule/i18n/es.po [new file with mode: 0644]
addons/base_action_rule/i18n/es_CR.po [new file with mode: 0644]
addons/base_action_rule/i18n/es_EC.po [new file with mode: 0644]
addons/base_action_rule/i18n/es_MX.po [new file with mode: 0644]
addons/base_action_rule/i18n/es_PY.po [new file with mode: 0644]
addons/base_action_rule/i18n/es_UY.po [new file with mode: 0644]
addons/base_action_rule/i18n/es_VE.po [new file with mode: 0644]
addons/base_action_rule/images/base_action_rule1.jpeg [new file with mode: 0644]
addons/base_action_rule/images/base_action_rule2.jpeg [new file with mode: 0644]
addons/base_action_rule/images/base_action_rule3.jpeg [new file with mode: 0644]
addons/base_action_rule/security/ir.model.access.csv [new file with mode: 0644]
addons/base_calendar/__init__.py [new file with mode: 0644]
addons/base_calendar/__openerp__.py [new file with mode: 0644]
addons/base_calendar/base_calendar.py [new file with mode: 0644]
addons/base_calendar/base_calendar_data.xml [new file with mode: 0644]
addons/base_calendar/base_calendar_view.xml [new file with mode: 0644]
addons/base_calendar/i18n/base_calendar.pot [new file with mode: 0644]
addons/base_calendar/i18n/es.po [new file with mode: 0644]
addons/base_calendar/i18n/es_CR.po [new file with mode: 0644]
addons/base_calendar/i18n/es_EC.po [new file with mode: 0644]
addons/base_calendar/i18n/es_MX.po [new file with mode: 0644]
addons/base_calendar/i18n/es_PY.po [new file with mode: 0644]
addons/base_calendar/i18n/es_UY.po [new file with mode: 0644]
addons/base_calendar/i18n/es_VE.po [new file with mode: 0644]
addons/base_calendar/images/base_calendar1.jpeg [new file with mode: 0644]
addons/base_calendar/images/base_calendar2.jpeg [new file with mode: 0644]
addons/base_calendar/images/base_calendar3.jpeg [new file with mode: 0644]
addons/base_calendar/images/base_calendar4.jpeg [new file with mode: 0644]
addons/base_calendar/security/calendar_security.xml [new file with mode: 0644]
addons/base_calendar/security/ir.model.access.csv [new file with mode: 0644]
addons/base_calendar/test/base_calendar_test.yml [new file with mode: 0644]
addons/base_calendar/test/test_crm_recurrent_meeting_case2.yml [new file with mode: 0644]
addons/base_calendar/wizard/__init__.py [new file with mode: 0644]
addons/base_calendar/wizard/base_calendar_invite_attendee.py [new file with mode: 0644]
addons/base_calendar/wizard/base_calendar_invite_attendee_view.xml [new file with mode: 0644]
addons/base_contact/__init__.py [new file with mode: 0644]
addons/base_contact/__openerp__.py [new file with mode: 0644]
addons/base_contact/base_contact.py [new file with mode: 0644]
addons/base_contact/base_contact_demo.xml [new file with mode: 0644]
addons/base_contact/base_contact_view.xml [new file with mode: 0644]
addons/base_contact/i18n/base_contact.pot [new file with mode: 0644]
addons/base_contact/i18n/es.po [new file with mode: 0644]
addons/base_contact/i18n/es_AR.po [new file with mode: 0644]
addons/base_contact/i18n/es_CR.po [new file with mode: 0644]
addons/base_contact/i18n/es_EC.po [new file with mode: 0644]
addons/base_contact/i18n/es_MX.po [new file with mode: 0644]
addons/base_contact/i18n/es_PY.po [new file with mode: 0644]
addons/base_contact/i18n/es_UY.po [new file with mode: 0644]
addons/base_contact/i18n/es_VE.po [new file with mode: 0644]
addons/base_contact/images/base_contact1.jpeg [new file with mode: 0644]
addons/base_contact/images/base_contact2.jpeg [new file with mode: 0644]
addons/base_contact/images/base_contact3.jpeg [new file with mode: 0644]
addons/base_contact/images/photo.png [new file with mode: 0644]
addons/base_contact/process/base_contact_process.xml [new file with mode: 0644]
addons/base_contact/security/ir.model.access.csv [new file with mode: 0644]
addons/base_contact/test/base_contact00.yml [new file with mode: 0644]
addons/base_crypt/__init__.py [new file with mode: 0644]
addons/base_crypt/__openerp__.py [new file with mode: 0644]
addons/base_crypt/crypt.py [new file with mode: 0644]
addons/base_crypt/i18n/base_crypt.pot [new file with mode: 0644]
addons/base_crypt/i18n/es.po [new file with mode: 0644]
addons/base_crypt/i18n/es_CL.po [new file with mode: 0644]
addons/base_crypt/i18n/es_CR.po [new file with mode: 0644]
addons/base_crypt/i18n/es_MX.po [new file with mode: 0644]
addons/base_crypt/i18n/es_PY.po [new file with mode: 0644]
addons/base_crypt/i18n/es_UY.po [new file with mode: 0644]
addons/base_crypt/i18n/es_VE.po [new file with mode: 0644]
addons/base_headers_webkit/__init__.py [new file with mode: 0644]
addons/base_headers_webkit/__openerp__.py [new file with mode: 0644]
addons/base_headers_webkit/base_headers_data.xml [new file with mode: 0644]
addons/base_iban/__init__.py [new file with mode: 0644]
addons/base_iban/__openerp__.py [new file with mode: 0644]
addons/base_iban/base_iban.py [new file with mode: 0644]
addons/base_iban/base_iban_data.xml [new file with mode: 0644]
addons/base_iban/base_iban_view.xml [new file with mode: 0644]
addons/base_iban/i18n/base_iban.pot [new file with mode: 0644]
addons/base_iban/i18n/es.po [new file with mode: 0644]
addons/base_iban/i18n/es_AR.po [new file with mode: 0644]
addons/base_iban/i18n/es_CR.po [new file with mode: 0644]
addons/base_iban/i18n/es_EC.po [new file with mode: 0644]
addons/base_iban/i18n/es_MX.po [new file with mode: 0644]
addons/base_iban/i18n/es_PY.po [new file with mode: 0644]
addons/base_iban/i18n/es_UY.po [new file with mode: 0644]
addons/base_iban/i18n/es_VE.po [new file with mode: 0644]
addons/base_iban/images/base_iban1.jpeg [new file with mode: 0644]
addons/base_module_doc_rst/__init__.py [new file with mode: 0644]
addons/base_module_doc_rst/__openerp__.py [new file with mode: 0644]
addons/base_module_doc_rst/base_module_doc_rst.py [new file with mode: 0644]
addons/base_module_doc_rst/base_module_doc_rst_view.xml [new file with mode: 0644]
addons/base_module_doc_rst/i18n/base_module_doc_rst.pot [new file with mode: 0644]
addons/base_module_doc_rst/i18n/es.po [new file with mode: 0644]
addons/base_module_doc_rst/i18n/es_AR.po [new file with mode: 0644]
addons/base_module_doc_rst/i18n/es_CR.po [new file with mode: 0644]
addons/base_module_doc_rst/i18n/es_ES.po [new file with mode: 0644]
addons/base_module_doc_rst/i18n/es_MX.po [new file with mode: 0644]
addons/base_module_doc_rst/i18n/es_PY.po [new file with mode: 0644]
addons/base_module_doc_rst/i18n/es_UY.po [new file with mode: 0644]
addons/base_module_doc_rst/i18n/es_VE.po [new file with mode: 0644]
addons/base_module_doc_rst/images/base_module_doc_rst1.jpeg [new file with mode: 0644]
addons/base_module_doc_rst/module_report.xml [new file with mode: 0644]
addons/base_module_doc_rst/report/__init__.py [new file with mode: 0644]
addons/base_module_doc_rst/report/ir_module_reference_graph.rml [new file with mode: 0644]
addons/base_module_doc_rst/report/ir_module_reference_graph.sxw [new file with mode: 0644]
addons/base_module_doc_rst/report/ir_module_reference_print_graph.py [new file with mode: 0644]
addons/base_module_doc_rst/report/report_proximity_graph.py [new file with mode: 0644]
addons/base_module_doc_rst/wizard/__init__.py [new file with mode: 0644]
addons/base_module_doc_rst/wizard/generate_relation_graph.py [new file with mode: 0644]
addons/base_module_doc_rst/wizard/generate_relation_graph_view.xml [new file with mode: 0644]
addons/base_module_doc_rst/wizard/tech_guide_rst_view.xml [new file with mode: 0644]
addons/base_module_doc_rst/wizard/tech_rst_guide.py [new file with mode: 0644]
addons/base_module_quality/README.txt [new file with mode: 0644]
addons/base_module_quality/__init__.py [new file with mode: 0644]
addons/base_module_quality/__openerp__.py [new file with mode: 0644]
addons/base_module_quality/base_module_quality.py [new file with mode: 0644]
addons/base_module_quality/base_module_quality_view.xml [new file with mode: 0644]
addons/base_module_quality/document/quality.doc [new file with mode: 0644]
addons/base_module_quality/i18n/base_module_quality.pot [new file with mode: 0644]
addons/base_module_quality/i18n/es.po [new file with mode: 0644]
addons/base_module_quality/i18n/es_AR.po [new file with mode: 0644]
addons/base_module_quality/i18n/es_CR.po [new file with mode: 0644]
addons/base_module_quality/i18n/es_EC.po [new file with mode: 0644]
addons/base_module_quality/i18n/es_MX.po [new file with mode: 0644]
addons/base_module_quality/i18n/es_PY.po [new file with mode: 0644]
addons/base_module_quality/i18n/es_UY.po [new file with mode: 0644]
addons/base_module_quality/i18n/es_VE.po [new file with mode: 0644]
addons/base_module_quality/images/base_module_quality1.jpeg [new file with mode: 0644]
addons/base_module_quality/images/base_module_quality2.jpeg [new file with mode: 0644]
addons/base_module_quality/images/base_module_quality3.jpeg [new file with mode: 0644]
addons/base_module_quality/method_test/__init__.py [new file with mode: 0644]
addons/base_module_quality/method_test/method_test.py [new file with mode: 0644]
addons/base_module_quality/object_test/__init__.py [new file with mode: 0644]
addons/base_module_quality/object_test/object_test.py [new file with mode: 0644]
addons/base_module_quality/pep8_test/__init__.py [new file with mode: 0644]
addons/base_module_quality/pep8_test/pep8_test.py [new file with mode: 0644]
addons/base_module_quality/pylint_test/__init__.py [new file with mode: 0644]
addons/base_module_quality/pylint_test/pylint_test.py [new file with mode: 0644]
addons/base_module_quality/pylint_test/pylint_test_config.txt [new file with mode: 0644]
addons/base_module_quality/security/ir.model.access.csv [new file with mode: 0644]
addons/base_module_quality/speed_test/__init__.py [new file with mode: 0644]
addons/base_module_quality/speed_test/speed_test.py [new file with mode: 0644]
addons/base_module_quality/structure_test/__init__.py [new file with mode: 0644]
addons/base_module_quality/structure_test/structure_test.py [new file with mode: 0644]
addons/base_module_quality/terp_test/__init__.py [new file with mode: 0644]
addons/base_module_quality/terp_test/terp_test.py [new file with mode: 0644]
addons/base_module_quality/unit_test/__init__.py [new file with mode: 0644]
addons/base_module_quality/unit_test/unit_test.py [new file with mode: 0644]
addons/base_module_quality/wizard/__init__.py [new file with mode: 0644]
addons/base_module_quality/wizard/module_quality_check.py [new file with mode: 0644]
addons/base_module_quality/wizard/module_quality_check_view.xml [new file with mode: 0644]
addons/base_module_quality/wizard/quality_save_report.py [new file with mode: 0644]
addons/base_module_quality/wizard/quality_save_report_view.xml [new file with mode: 0644]
addons/base_module_quality/workflow_test/__init__.py [new file with mode: 0644]
addons/base_module_quality/workflow_test/workflow_test.py [new file with mode: 0644]
addons/base_module_record/__init__.py [new file with mode: 0644]
addons/base_module_record/__openerp__.py [new file with mode: 0644]
addons/base_module_record/base_module_record.py [new file with mode: 0644]
addons/base_module_record/i18n/base_module_record.pot [new file with mode: 0644]
addons/base_module_record/i18n/es.po [new file with mode: 0644]
addons/base_module_record/i18n/es_AR.po [new file with mode: 0644]
addons/base_module_record/i18n/es_CR.po [new file with mode: 0644]
addons/base_module_record/i18n/es_EC.po [new file with mode: 0644]
addons/base_module_record/i18n/es_MX.po [new file with mode: 0644]
addons/base_module_record/i18n/es_PY.po [new file with mode: 0644]
addons/base_module_record/i18n/es_UY.po [new file with mode: 0644]
addons/base_module_record/i18n/es_VE.po [new file with mode: 0644]
addons/base_module_record/images/base_module_record1.jpeg [new file with mode: 0644]
addons/base_module_record/images/base_module_record2.jpeg [new file with mode: 0644]
addons/base_module_record/images/base_module_record3.jpeg [new file with mode: 0644]
addons/base_module_record/security/ir.model.access.csv [new file with mode: 0644]
addons/base_module_record/wizard/__init__.py [new file with mode: 0644]
addons/base_module_record/wizard/base_module_record_data.py [new file with mode: 0644]
addons/base_module_record/wizard/base_module_record_data_view.xml [new file with mode: 0644]
addons/base_module_record/wizard/base_module_record_object_view.xml [new file with mode: 0644]
addons/base_module_record/wizard/base_module_record_objects.py [new file with mode: 0644]
addons/base_module_record/wizard/base_module_save.py [new file with mode: 0644]
addons/base_module_record/wizard/base_module_save_view.xml [new file with mode: 0644]
addons/base_report_designer/__init__.py [new file with mode: 0644]
addons/base_report_designer/__openerp__.py [new file with mode: 0644]
addons/base_report_designer/base_report_designer.py [new file with mode: 0644]
addons/base_report_designer/base_report_designer_installer.xml [new file with mode: 0644]
addons/base_report_designer/i18n/base_report_designer.pot [new file with mode: 0644]
addons/base_report_designer/i18n/es.po [new file with mode: 0644]
addons/base_report_designer/i18n/es_AR.po [new file with mode: 0644]
addons/base_report_designer/i18n/es_CR.po [new file with mode: 0644]
addons/base_report_designer/i18n/es_EC.po [new file with mode: 0644]
addons/base_report_designer/i18n/es_MX.po [new file with mode: 0644]
addons/base_report_designer/i18n/es_PY.po [new file with mode: 0644]
addons/base_report_designer/i18n/es_UY.po [new file with mode: 0644]
addons/base_report_designer/i18n/es_VE.po [new file with mode: 0644]
addons/base_report_designer/images/base_report_designer1.jpeg [new file with mode: 0644]
addons/base_report_designer/images/base_report_designer2.jpeg [new file with mode: 0644]
addons/base_report_designer/installer.py [new file with mode: 0644]
addons/base_report_designer/openerp_sxw2rml/__init__.py [new file with mode: 0644]
addons/base_report_designer/openerp_sxw2rml/normalized_odt2rml.xsl [new file with mode: 0644]
addons/base_report_designer/openerp_sxw2rml/normalized_oo2rml.xsl [new file with mode: 0644]
addons/base_report_designer/openerp_sxw2rml/office.dtd [new file with mode: 0644]
addons/base_report_designer/openerp_sxw2rml/openerp_sxw2rml.py [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer.zip [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/README [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/Makefile [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/OOo_run.sh [new file with mode: 0755]
addons/base_report_designer/plugin/openerp_report_designer/bin/package/Addons.xcu [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/package/images/About.jpg [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/package/images/aboutus_b.png [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/package/images/aboutus_s.png [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/package/images/convetBtoF_b.png [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/package/images/convetBtoF_s.png [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/package/images/convetFtoB_b.png [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/package/images/convetFtoB_s.png [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/package/images/export_rml_b.png [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/package/images/export_rml_s.png [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/package/images/expression_b.png [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/package/images/expression_s.png [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/package/images/field_b.png [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/package/images/field_s.png [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/package/images/lang_b.png [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/package/images/logo_1.png [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/package/images/logo_s.png [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/package/images/loop_b.png [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/package/images/loop_s.png [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/package/images/modify_b.png [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/package/images/modify_s.png [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/package/images/report_b.bmp [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/package/images/report_s.bmp [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/package/images/reportb.bmp [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/package/images/reports.bmp [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/package/images/server_b.png [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/package/images/server_s.png [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/script/About.py [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/script/AddAttachment.py [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/script/Change.py [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/script/ConvertBracesToField.py [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/script/ConvertFieldsToBraces.py [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/script/ExportToRML.py [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/script/Expression.py [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/script/Fields.py [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/script/LoginTest.py [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/script/ModifyExistingReport.py [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/script/NewReport.py [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/script/Repeatln.py [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/script/SendToServer.py [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/script/ServerParameter.py [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/script/Translation.py [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/script/__init__.py [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/script/compile_all.py [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/script/import [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/__init__.py [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/actions.py [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/error.py [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/functions.py [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/gui.py [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/logreport.py [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/rpc.py [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/tiny_socket.py [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/script/lib/tools.py [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/bin/script/modify.py [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/test/test.txt [new file with mode: 0644]
addons/base_report_designer/plugin/openerp_report_designer/test/test_fields.py [new file with mode: 0644]
addons/base_report_designer/wizard/__init__.py [new file with mode: 0644]
addons/base_report_designer/wizard/base_report_design_view.xml [new file with mode: 0644]
addons/base_report_designer/wizard/base_report_designer_modify.py [new file with mode: 0644]
addons/base_setup/__init__.py [new file with mode: 0644]
addons/base_setup/__openerp__.py [new file with mode: 0644]
addons/base_setup/base_setup.py [new file with mode: 0644]
addons/base_setup/base_setup_views.xml [new file with mode: 0644]
addons/base_setup/i18n/base_setup.pot [new file with mode: 0644]
addons/base_setup/i18n/es.po [new file with mode: 0644]
addons/base_setup/i18n/es_AR.po [new file with mode: 0644]
addons/base_setup/i18n/es_CL.po [new file with mode: 0644]
addons/base_setup/i18n/es_CR.po [new file with mode: 0644]
addons/base_setup/i18n/es_EC.po [new file with mode: 0644]
addons/base_setup/i18n/es_MX.po [new file with mode: 0644]
addons/base_setup/i18n/es_PY.po [new file with mode: 0644]
addons/base_setup/i18n/es_UY.po [new file with mode: 0644]
addons/base_setup/i18n/es_VE.po [new file with mode: 0644]
addons/base_setup/images/base_setup1.jpeg [new file with mode: 0644]
addons/base_setup/images/base_setup2.jpeg [new file with mode: 0644]
addons/base_setup/images/base_setup3.jpeg [new file with mode: 0644]
addons/base_setup/images/base_setup4.jpeg [new file with mode: 0644]
addons/base_setup/security/ir.model.access.csv [new file with mode: 0644]
addons/base_synchro/__init__.py [new file with mode: 0644]
addons/base_synchro/__openerp__.py [new file with mode: 0644]
addons/base_synchro/base_synchro_obj.py [new file with mode: 0644]
addons/base_synchro/base_synchro_view.xml [new file with mode: 0644]
addons/base_synchro/i18n/base_synchro.pot [new file with mode: 0644]
addons/base_synchro/i18n/es.po [new file with mode: 0644]
addons/base_synchro/i18n/es_CR.po [new file with mode: 0644]
addons/base_synchro/i18n/es_MX.po [new file with mode: 0644]
addons/base_synchro/i18n/es_PY.po [new file with mode: 0644]
addons/base_synchro/i18n/es_UY.po [new file with mode: 0644]
addons/base_synchro/i18n/es_VE.po [new file with mode: 0644]
addons/base_synchro/images/1_servers_synchro.jpeg [new file with mode: 0644]
addons/base_synchro/images/2_synchronize.jpeg [new file with mode: 0644]
addons/base_synchro/images/3_objects_synchro.jpeg [new file with mode: 0644]
addons/base_synchro/security/ir.model.access.csv [new file with mode: 0644]
addons/base_synchro/wizard/__init__.py [new file with mode: 0644]
addons/base_synchro/wizard/base_synchro.py [new file with mode: 0644]
addons/base_synchro/wizard/base_synchro_view.xml [new file with mode: 0644]
addons/base_tools/LICENSE [new file with mode: 0644]
addons/base_tools/__init__.py [new file with mode: 0644]
addons/base_tools/__openerp__.py [new file with mode: 0644]
addons/base_tools/i18n/base_tools.pot [new file with mode: 0644]
addons/base_tools/i18n/es.po [new file with mode: 0644]
addons/base_tools/i18n/es_AR.po [new file with mode: 0644]
addons/base_tools/i18n/es_CL.po [new file with mode: 0644]
addons/base_tools/i18n/es_CR.po [new file with mode: 0644]
addons/base_tools/i18n/es_EC.po [new file with mode: 0644]
addons/base_tools/i18n/es_MX.po [new file with mode: 0644]
addons/base_tools/i18n/es_PY.po [new file with mode: 0644]
addons/base_tools/i18n/es_UY.po [new file with mode: 0644]
addons/base_tools/i18n/es_VE.po [new file with mode: 0644]
addons/base_tools/images/tools-hover.png [new file with mode: 0644]
addons/base_tools/images/tools.png [new file with mode: 0644]
addons/base_tools/tools_view.xml [new file with mode: 0644]
addons/base_vat/__init__.py [new file with mode: 0644]
addons/base_vat/__openerp__.py [new file with mode: 0644]
addons/base_vat/base_vat.py [new file with mode: 0644]
addons/base_vat/base_vat_view.xml [new file with mode: 0644]
addons/base_vat/i18n/base_vat.pot [new file with mode: 0644]
addons/base_vat/i18n/es.po [new file with mode: 0644]
addons/base_vat/i18n/es_AR.po [new file with mode: 0644]
addons/base_vat/i18n/es_CL.po [new file with mode: 0644]
addons/base_vat/i18n/es_CR.po [new file with mode: 0644]
addons/base_vat/i18n/es_EC.po [new file with mode: 0644]
addons/base_vat/i18n/es_MX.po [new file with mode: 0644]
addons/base_vat/i18n/es_PY.po [new file with mode: 0644]
addons/base_vat/i18n/es_UY.po [new file with mode: 0644]
addons/base_vat/i18n/es_VE.po [new file with mode: 0644]
addons/base_vat/images/1_partner_vat.jpeg [new file with mode: 0644]
addons/base_vat/res_company.py [new file with mode: 0644]
addons/board/__init__.py [new file with mode: 0644]
addons/board/__openerp__.py [new file with mode: 0644]
addons/board/board.py [new file with mode: 0644]
addons/board/board_data_admin.xml [new file with mode: 0644]
addons/board/board_data_home.xml [new file with mode: 0644]
addons/board/board_demo.xml [new file with mode: 0644]
addons/board/board_view.xml [new file with mode: 0644]
addons/board/i18n/board.pot [new file with mode: 0644]
addons/board/i18n/es.po [new file with mode: 0644]
addons/board/i18n/es_AR.po [new file with mode: 0644]
addons/board/i18n/es_CL.po [new file with mode: 0644]
addons/board/i18n/es_CR.po [new file with mode: 0644]
addons/board/i18n/es_EC.po [new file with mode: 0644]
addons/board/i18n/es_MX.po [new file with mode: 0644]
addons/board/i18n/es_PY.po [new file with mode: 0644]
addons/board/i18n/es_UY.po [new file with mode: 0644]
addons/board/i18n/es_VE.po [new file with mode: 0644]
addons/board/images/1_dashboard_definition.jpeg [new file with mode: 0644]
addons/board/images/2_publish_note.jpeg [new file with mode: 0644]
addons/board/images/3_admin_dashboard.jpeg [new file with mode: 0644]
addons/board/security/ir.model.access.csv [new file with mode: 0644]
addons/board/wizard/__init__.py [new file with mode: 0644]
addons/board/wizard/board_menu_create.py [new file with mode: 0644]
addons/board/wizard/board_menu_create_view.xml [new file with mode: 0644]
addons/caldav/__init__.py [new file with mode: 0644]
addons/caldav/__openerp__.py [new file with mode: 0644]
addons/caldav/caldav.py [new file with mode: 0644]
addons/caldav/caldav_data.xml [new file with mode: 0644]
addons/caldav/caldav_node.py [new file with mode: 0644]
addons/caldav/caldav_setup.xml [new file with mode: 0644]
addons/caldav/caldav_view.xml [new file with mode: 0644]
addons/caldav/calendar.py [new file with mode: 0644]
addons/caldav/calendar_collection.py [new file with mode: 0644]
addons/caldav/doc/all.rst [new file with mode: 0644]
addons/caldav/doc/android.rst [new file with mode: 0644]
addons/caldav/doc/caldav_doc.pdf [new file with mode: 0644]
addons/caldav/doc/evolution.rst [new file with mode: 0644]
addons/caldav/doc/iPhone.rst [new file with mode: 0644]
addons/caldav/doc/makefile [new file with mode: 0644]
addons/caldav/doc/path_discovery.rst [new file with mode: 0644]
addons/caldav/doc/sunbird.rst [new file with mode: 0644]
addons/caldav/i18n/caldav.pot [new file with mode: 0644]
addons/caldav/i18n/es.po [new file with mode: 0644]
addons/caldav/i18n/es_CR.po [new file with mode: 0644]
addons/caldav/i18n/es_EC.po [new file with mode: 0644]
addons/caldav/i18n/es_MX.po [new file with mode: 0644]
addons/caldav/i18n/es_PY.po [new file with mode: 0644]
addons/caldav/i18n/es_UY.po [new file with mode: 0644]
addons/caldav/i18n/es_VE.po [new file with mode: 0644]
addons/caldav/images/calendar_collections.jpeg [new file with mode: 0644]
addons/caldav/images/calendars.jpeg [new file with mode: 0644]
addons/caldav/images/export_ics_file.jpeg [new file with mode: 0644]
addons/caldav/orm_utils.py [new file with mode: 0644]
addons/caldav/security/ir.model.access.csv [new file with mode: 0644]
addons/caldav/wizard/__init__.py [new file with mode: 0644]
addons/caldav/wizard/caldav_browse.py [new file with mode: 0644]
addons/caldav/wizard/caldav_browse_view.xml [new file with mode: 0644]
addons/caldav/wizard/calendar_event_export.py [new file with mode: 0644]
addons/caldav/wizard/calendar_event_export_view.xml [new file with mode: 0644]
addons/caldav/wizard/calendar_event_import.py [new file with mode: 0644]
addons/caldav/wizard/calendar_event_import_view.xml [new file with mode: 0644]
addons/caldav/wizard/calendar_event_subscribe.py [new file with mode: 0644]
addons/caldav/wizard/calendar_event_subscribe_view.xml [new file with mode: 0644]
addons/claim_from_delivery/__init__.py [new file with mode: 0644]
addons/claim_from_delivery/__openerp__.py [new file with mode: 0644]
addons/claim_from_delivery/claim_delivery_view.xml [new file with mode: 0644]
addons/claim_from_delivery/i18n/claim_from_delivery.pot [new file with mode: 0644]
addons/claim_from_delivery/i18n/es.po [new file with mode: 0644]
addons/claim_from_delivery/i18n/es_AR.po [new file with mode: 0644]
addons/claim_from_delivery/i18n/es_CL.po [new file with mode: 0644]
addons/claim_from_delivery/i18n/es_CR.po [new file with mode: 0644]
addons/claim_from_delivery/i18n/es_EC.po [new file with mode: 0644]
addons/claim_from_delivery/i18n/es_MX.po [new file with mode: 0644]
addons/claim_from_delivery/i18n/es_PY.po [new file with mode: 0644]
addons/claim_from_delivery/i18n/es_UY.po [new file with mode: 0644]
addons/claim_from_delivery/i18n/es_VE.po [new file with mode: 0644]
addons/claim_from_delivery/images/1_claim_link_delivery_order.jpeg [new file with mode: 0644]
addons/crm/__init__.py [new file with mode: 0644]
addons/crm/__openerp__.py [new file with mode: 0644]
addons/crm/board_crm_statistical_view.xml [new file with mode: 0644]
addons/crm/board_crm_view.xml [new file with mode: 0644]
addons/crm/crm.py [new file with mode: 0644]
addons/crm/crm_action_rule.py [new file with mode: 0644]
addons/crm/crm_action_rule_view.xml [new file with mode: 0644]
addons/crm/crm_data.xml [new file with mode: 0644]
addons/crm/crm_demo.xml [new file with mode: 0644]
addons/crm/crm_installer_view.xml [new file with mode: 0644]
addons/crm/crm_lead.py [new file with mode: 0644]
addons/crm/crm_lead_data.xml [new file with mode: 0644]
addons/crm/crm_lead_demo.xml [new file with mode: 0644]
addons/crm/crm_lead_menu.xml [new file with mode: 0644]
addons/crm/crm_lead_view.xml [new file with mode: 0644]
addons/crm/crm_meeting.py [new file with mode: 0644]
addons/crm/crm_meeting_data.xml [new file with mode: 0644]
addons/crm/crm_meeting_demo.xml [new file with mode: 0644]
addons/crm/crm_meeting_menu.xml [new file with mode: 0644]
addons/crm/crm_meeting_shortcut_data.xml [new file with mode: 0644]
addons/crm/crm_meeting_view.xml [new file with mode: 0644]
addons/crm/crm_operators.py [new file with mode: 0644]
addons/crm/crm_phonecall.py [new file with mode: 0644]
addons/crm/crm_phonecall_data.xml [new file with mode: 0644]
addons/crm/crm_phonecall_demo.xml [new file with mode: 0644]
addons/crm/crm_phonecall_menu.xml [new file with mode: 0644]
addons/crm/crm_phonecall_view.xml [new file with mode: 0644]
addons/crm/crm_report.xml [new file with mode: 0644]
addons/crm/crm_report_view.xml [new file with mode: 0644]
addons/crm/crm_segmentation.py [new file with mode: 0644]
addons/crm/crm_view.xml [new file with mode: 0644]
addons/crm/i18n/crm.pot [new file with mode: 0644]
addons/crm/i18n/es.po [new file with mode: 0644]
addons/crm/i18n/es_AR.po [new file with mode: 0644]
addons/crm/i18n/es_CR.po [new file with mode: 0644]
addons/crm/i18n/es_EC.po [new file with mode: 0644]
addons/crm/i18n/es_MX.po [new file with mode: 0644]
addons/crm/i18n/es_MX.po.moved [new file with mode: 0644]
addons/crm/i18n/es_PY.po [new file with mode: 0644]
addons/crm/i18n/es_UY.po [new file with mode: 0644]
addons/crm/i18n/es_VE.po [new file with mode: 0644]
addons/crm/images/crm_dashboard.jpeg [new file with mode: 0644]
addons/crm/images/leads.jpeg [new file with mode: 0644]
addons/crm/images/meetings.jpeg [new file with mode: 0644]
addons/crm/images/opportunities.jpeg [new file with mode: 0644]
addons/crm/images/outbound_calls.jpeg [new file with mode: 0644]
addons/crm/images/sale_crm_crm_dashboard.png [new file with mode: 0644]
addons/crm/images/stages.jpeg [new file with mode: 0644]
addons/crm/process/crm_configuration_process.xml [new file with mode: 0644]
addons/crm/report/__init__.py [new file with mode: 0644]
addons/crm/report/crm_lead_report.py [new file with mode: 0644]
addons/crm/report/crm_lead_report_view.xml [new file with mode: 0644]
addons/crm/report/crm_phonecall_report.py [new file with mode: 0644]
addons/crm/report/crm_phonecall_report_view.xml [new file with mode: 0644]
addons/crm/report/report_businessopp.py [new file with mode: 0644]
addons/crm/res_partner.py [new file with mode: 0644]
addons/crm/res_partner_view.xml [new file with mode: 0644]
addons/crm/scripts/php/countrylist.php [new file with mode: 0644]
addons/crm/scripts/php/crmlead.php [new file with mode: 0644]
addons/crm/scripts/php/form.php [new file with mode: 0644]
addons/crm/scripts/php/xmlrpc.inc [new file with mode: 0644]
addons/crm/security/crm_security.xml [new file with mode: 0644]
addons/crm/security/ir.model.access.csv [new file with mode: 0644]
addons/crm/static/src/img/icon.png [new file with mode: 0644]
addons/crm/test/customer_request.eml [new file with mode: 0644]
addons/crm/test/process/action_rule.yml [new file with mode: 0644]
addons/crm/test/process/cancel_lead.yml [new file with mode: 0644]
addons/crm/test/process/communication_with_customer.yml [new file with mode: 0644]
addons/crm/test/process/lead2opportunity2win.yml [new file with mode: 0644]
addons/crm/test/process/merge_opportunity.yml [new file with mode: 0644]
addons/crm/test/process/segmentation.yml [new file with mode: 0644]
addons/crm/test/ui/crm_demo.yml [new file with mode: 0644]
addons/crm/test/ui/delete_lead.yml [new file with mode: 0644]
addons/crm/test/ui/duplicate_lead.yml [new file with mode: 0644]
addons/crm/wizard/__init__.py [new file with mode: 0644]
addons/crm/wizard/crm_add_note.py [new file with mode: 0644]
addons/crm/wizard/crm_add_note_view.xml [new file with mode: 0644]
addons/crm/wizard/crm_lead_to_opportunity.py [new file with mode: 0644]
addons/crm/wizard/crm_lead_to_opportunity_view.xml [new file with mode: 0644]
addons/crm/wizard/crm_lead_to_partner.py [new file with mode: 0644]
addons/crm/wizard/crm_lead_to_partner_view.xml [new file with mode: 0644]
addons/crm/wizard/crm_merge_opportunities.py [new file with mode: 0644]
addons/crm/wizard/crm_merge_opportunities_view.xml [new file with mode: 0644]
addons/crm/wizard/crm_opportunity_to_phonecall.py [new file with mode: 0644]
addons/crm/wizard/crm_opportunity_to_phonecall_view.xml [new file with mode: 0644]
addons/crm/wizard/crm_partner_to_opportunity.py [new file with mode: 0644]
addons/crm/wizard/crm_partner_to_opportunity_view.xml [new file with mode: 0644]
addons/crm/wizard/crm_phonecall_to_meeting.py [new file with mode: 0644]
addons/crm/wizard/crm_phonecall_to_meeting_view.xml [new file with mode: 0644]
addons/crm/wizard/crm_phonecall_to_opportunity.py [new file with mode: 0644]
addons/crm/wizard/crm_phonecall_to_opportunity_view.xml [new file with mode: 0644]
addons/crm/wizard/crm_phonecall_to_partner.py [new file with mode: 0644]
addons/crm/wizard/crm_phonecall_to_partner_view.xml [new file with mode: 0644]
addons/crm/wizard/crm_phonecall_to_phonecall.py [new file with mode: 0644]
addons/crm/wizard/crm_phonecall_to_phonecall_view.xml [new file with mode: 0644]
addons/crm/wizard/mail_compose_message.py [new file with mode: 0644]
addons/crm_caldav/__init__.py [new file with mode: 0644]
addons/crm_caldav/__openerp__.py [new file with mode: 0644]
addons/crm_caldav/crm_caldav.py [new file with mode: 0644]
addons/crm_caldav/crm_caldav_data.xml [new file with mode: 0644]
addons/crm_caldav/crm_caldav_setup.xml [new file with mode: 0644]
addons/crm_caldav/crm_caldav_view.xml [new file with mode: 0644]
addons/crm_caldav/i18n/crm_caldav.pot [new file with mode: 0644]
addons/crm_caldav/i18n/es.po [new file with mode: 0644]
addons/crm_caldav/i18n/es_CR.po [new file with mode: 0644]
addons/crm_caldav/i18n/es_EC.po [new file with mode: 0644]
addons/crm_caldav/i18n/es_MX.po [new file with mode: 0644]
addons/crm_caldav/i18n/es_PY.po [new file with mode: 0644]
addons/crm_caldav/i18n/es_UY.po [new file with mode: 0644]
addons/crm_caldav/i18n/es_VE.po [new file with mode: 0644]
addons/crm_caldav/images/caldav_browse_step1.jpeg [new file with mode: 0644]
addons/crm_caldav/images/caldav_browse_step2.jpeg [new file with mode: 0644]
addons/crm_claim/__init__.py [new file with mode: 0644]
addons/crm_claim/__openerp__.py [new file with mode: 0644]
addons/crm_claim/crm_claim.py [new file with mode: 0644]
addons/crm_claim/crm_claim_data.xml [new file with mode: 0644]
addons/crm_claim/crm_claim_demo.xml [new file with mode: 0644]
addons/crm_claim/crm_claim_menu.xml [new file with mode: 0644]
addons/crm_claim/crm_claim_view.xml [new file with mode: 0644]
addons/crm_claim/i18n/crm_claim.pot [new file with mode: 0644]
addons/crm_claim/i18n/es.po [new file with mode: 0644]
addons/crm_claim/i18n/es_CR.po [new file with mode: 0644]
addons/crm_claim/i18n/es_EC.po [new file with mode: 0644]
addons/crm_claim/i18n/es_MX.po [new file with mode: 0644]
addons/crm_claim/i18n/es_PY.po [new file with mode: 0644]
addons/crm_claim/i18n/es_UY.po [new file with mode: 0644]
addons/crm_claim/i18n/es_VE.po [new file with mode: 0644]
addons/crm_claim/images/claim_categories.jpeg [new file with mode: 0644]
addons/crm_claim/images/claim_stages.jpeg [new file with mode: 0644]
addons/crm_claim/images/claims.jpeg [new file with mode: 0644]
addons/crm_claim/report/__init__.py [new file with mode: 0644]
addons/crm_claim/report/crm_claim_report.py [new file with mode: 0644]
addons/crm_claim/report/crm_claim_report_view.xml [new file with mode: 0644]
addons/crm_claim/security/ir.model.access.csv [new file with mode: 0644]
addons/crm_claim/test/customer_claim.eml [new file with mode: 0644]
addons/crm_claim/test/process/claim.yml [new file with mode: 0644]
addons/crm_claim/test/ui/claim_demo.yml [new file with mode: 0644]
addons/crm_fundraising/__init__.py [new file with mode: 0644]
addons/crm_fundraising/__openerp__.py [new file with mode: 0644]
addons/crm_fundraising/crm_fundraising.py [new file with mode: 0644]
addons/crm_fundraising/crm_fundraising_data.xml [new file with mode: 0644]
addons/crm_fundraising/crm_fundraising_demo.xml [new file with mode: 0644]
addons/crm_fundraising/crm_fundraising_menu.xml [new file with mode: 0644]
addons/crm_fundraising/crm_fundraising_view.xml [new file with mode: 0644]
addons/crm_fundraising/i18n/crm_fundraising.pot [new file with mode: 0644]
addons/crm_fundraising/i18n/es.po [new file with mode: 0644]
addons/crm_fundraising/i18n/es_CR.po [new file with mode: 0644]
addons/crm_fundraising/i18n/es_EC.po [new file with mode: 0644]
addons/crm_fundraising/i18n/es_MX.po [new file with mode: 0644]
addons/crm_fundraising/i18n/es_PY.po [new file with mode: 0644]
addons/crm_fundraising/i18n/es_UY.po [new file with mode: 0644]
addons/crm_fundraising/i18n/es_VE.po [new file with mode: 0644]
addons/crm_fundraising/images/fundraising_analysis.jpeg [new file with mode: 0644]
addons/crm_fundraising/images/fundraising_categories.jpeg [new file with mode: 0644]
addons/crm_fundraising/images/funds.jpeg [new file with mode: 0644]
addons/crm_fundraising/report/__init__.py [new file with mode: 0644]
addons/crm_fundraising/report/crm_fundraising_report.py [new file with mode: 0644]
addons/crm_fundraising/report/crm_fundraising_report_view.xml [new file with mode: 0644]
addons/crm_fundraising/security/ir.model.access.csv [new file with mode: 0644]
addons/crm_fundraising/test/customer_fundraising.eml [new file with mode: 0644]
addons/crm_fundraising/test/process/fund-rising.yml [new file with mode: 0644]
addons/crm_helpdesk/__init__.py [new file with mode: 0644]
addons/crm_helpdesk/__openerp__.py [new file with mode: 0644]
addons/crm_helpdesk/crm_helpdesk.py [new file with mode: 0644]
addons/crm_helpdesk/crm_helpdesk_data.xml [new file with mode: 0644]
addons/crm_helpdesk/crm_helpdesk_demo.xml [new file with mode: 0644]
addons/crm_helpdesk/crm_helpdesk_menu.xml [new file with mode: 0644]
addons/crm_helpdesk/crm_helpdesk_view.xml [new file with mode: 0644]
addons/crm_helpdesk/i18n/crm_helpdesk.pot [new file with mode: 0644]
addons/crm_helpdesk/i18n/es.po [new file with mode: 0644]
addons/crm_helpdesk/i18n/es_CR.po [new file with mode: 0644]
addons/crm_helpdesk/i18n/es_MX.po [new file with mode: 0644]
addons/crm_helpdesk/i18n/es_PY.po [new file with mode: 0644]
addons/crm_helpdesk/i18n/es_UY.po [new file with mode: 0644]
addons/crm_helpdesk/i18n/es_VE.po [new file with mode: 0644]
addons/crm_helpdesk/images/helpdesk_analysis.jpeg [new file with mode: 0644]
addons/crm_helpdesk/images/helpdesk_categories.jpeg [new file with mode: 0644]
addons/crm_helpdesk/images/helpdesk_requests.jpeg [new file with mode: 0644]
addons/crm_helpdesk/report/__init__.py [new file with mode: 0644]
addons/crm_helpdesk/report/crm_helpdesk_report.py [new file with mode: 0644]
addons/crm_helpdesk/report/crm_helpdesk_report_view.xml [new file with mode: 0644]
addons/crm_helpdesk/security/ir.model.access.csv [new file with mode: 0644]
addons/crm_helpdesk/test/customer_question.eml [new file with mode: 0644]
addons/crm_helpdesk/test/process/help-desk.yml [new file with mode: 0644]
addons/crm_partner_assign/__init__.py [new file with mode: 0644]
addons/crm_partner_assign/__openerp__.py [new file with mode: 0644]
addons/crm_partner_assign/crm_lead_view.xml [new file with mode: 0644]
addons/crm_partner_assign/i18n/crm_partner_assign.pot [new file with mode: 0644]
addons/crm_partner_assign/i18n/es.po [new file with mode: 0644]
addons/crm_partner_assign/i18n/es_CR.po [new file with mode: 0644]
addons/crm_partner_assign/i18n/es_MX.po [new file with mode: 0644]
addons/crm_partner_assign/i18n/es_PY.po [new file with mode: 0644]
addons/crm_partner_assign/i18n/es_UY.po [new file with mode: 0644]
addons/crm_partner_assign/i18n/es_VE.po [new file with mode: 0644]
addons/crm_partner_assign/images/partner_geo_localization.jpeg [new file with mode: 0644]
addons/crm_partner_assign/images/partner_grade.jpeg [new file with mode: 0644]
addons/crm_partner_assign/partner_geo_assign.py [new file with mode: 0644]
addons/crm_partner_assign/report/__init__.py [new file with mode: 0644]
addons/crm_partner_assign/report/crm_lead_report.py [new file with mode: 0644]
addons/crm_partner_assign/report/crm_lead_report_view.xml [new file with mode: 0644]
addons/crm_partner_assign/report/crm_partner_report.py [new file with mode: 0644]
addons/crm_partner_assign/report/crm_partner_report_view.xml [new file with mode: 0644]
addons/crm_partner_assign/res_partner_demo.xml [new file with mode: 0644]
addons/crm_partner_assign/res_partner_view.xml [new file with mode: 0644]
addons/crm_partner_assign/security/ir.model.access.csv [new file with mode: 0644]
addons/crm_partner_assign/test/process/partner_assign.yml [new file with mode: 0644]
addons/crm_partner_assign/wizard/__init__.py [new file with mode: 0644]
addons/crm_partner_assign/wizard/crm_forward_to_partner.py [new file with mode: 0644]
addons/crm_partner_assign/wizard/crm_forward_to_partner_view.xml [new file with mode: 0644]
addons/crm_profiling/__init__.py [new file with mode: 0644]
addons/crm_profiling/__openerp__.py [new file with mode: 0644]
addons/crm_profiling/crm_profiling.py [new file with mode: 0644]
addons/crm_profiling/crm_profiling_demo.xml [new file with mode: 0644]
addons/crm_profiling/crm_profiling_view.xml [new file with mode: 0644]
addons/crm_profiling/i18n/crm_profiling.pot [new file with mode: 0644]
addons/crm_profiling/i18n/es.po [new file with mode: 0644]
addons/crm_profiling/i18n/es_AR.po [new file with mode: 0644]
addons/crm_profiling/i18n/es_CR.po [new file with mode: 0644]
addons/crm_profiling/i18n/es_EC.po [new file with mode: 0644]
addons/crm_profiling/i18n/es_MX.po [new file with mode: 0644]
addons/crm_profiling/i18n/es_PY.po [new file with mode: 0644]
addons/crm_profiling/i18n/es_UY.po [new file with mode: 0644]
addons/crm_profiling/i18n/es_VE.po [new file with mode: 0644]
addons/crm_profiling/images/profiling_questionnaires.jpeg [new file with mode: 0644]
addons/crm_profiling/images/profiling_questions.jpeg [new file with mode: 0644]
addons/crm_profiling/security/ir.model.access.csv [new file with mode: 0644]
addons/crm_profiling/test/process/profiling.yml [new file with mode: 0644]
addons/crm_profiling/wizard/__init__.py [new file with mode: 0644]
addons/crm_profiling/wizard/open_questionnaire.py [new file with mode: 0644]
addons/crm_profiling/wizard/open_questionnaire_view.xml [new file with mode: 0644]
addons/crm_todo/__init__.py [new file with mode: 0644]
addons/crm_todo/__openerp__.py [new file with mode: 0644]
addons/crm_todo/crm_todo.py [new file with mode: 0644]
addons/crm_todo/crm_todo_demo.xml [new file with mode: 0644]
addons/crm_todo/crm_todo_view.xml [new file with mode: 0644]
addons/crm_todo/i18n/crm_todo.pot [new file with mode: 0644]
addons/crm_todo/i18n/es.po [new file with mode: 0644]
addons/crm_todo/i18n/es_CR.po [new file with mode: 0644]
addons/crm_todo/i18n/es_UY.po [new file with mode: 0644]
addons/decimal_precision/__init__.py [new file with mode: 0644]
addons/decimal_precision/__openerp__.py [new file with mode: 0644]
addons/decimal_precision/decimal_precision.py [new file with mode: 0644]
addons/decimal_precision/decimal_precision_view.xml [new file with mode: 0644]
addons/decimal_precision/i18n/decimal_precision.pot [new file with mode: 0644]
addons/decimal_precision/i18n/es.po [new file with mode: 0644]
addons/decimal_precision/i18n/es_CR.po [new file with mode: 0644]
addons/decimal_precision/i18n/es_EC.po [new file with mode: 0644]
addons/decimal_precision/i18n/es_MX.po [new file with mode: 0644]
addons/decimal_precision/i18n/es_PY.po [new file with mode: 0644]
addons/decimal_precision/i18n/es_UY.po [new file with mode: 0644]
addons/decimal_precision/i18n/es_VE.po [new file with mode: 0644]
addons/decimal_precision/images/1_decimal_accuracy_form.jpeg [new file with mode: 0644]
addons/decimal_precision/images/2_decimal_accuracy_list.jpeg [new file with mode: 0644]
addons/decimal_precision/security/ir.model.access.csv [new file with mode: 0644]
addons/delivery/__init__.py [new file with mode: 0644]
addons/delivery/__openerp__.py [new file with mode: 0644]
addons/delivery/delivery.py [new file with mode: 0644]
addons/delivery/delivery_data.xml [new file with mode: 0644]
addons/delivery/delivery_demo.xml [new file with mode: 0644]
addons/delivery/delivery_report.xml [new file with mode: 0644]
addons/delivery/delivery_view.xml [new file with mode: 0644]
addons/delivery/i18n/delivery.pot [new file with mode: 0644]
addons/delivery/i18n/es.po [new file with mode: 0644]
addons/delivery/i18n/es_AR.po [new file with mode: 0644]
addons/delivery/i18n/es_CR.po [new file with mode: 0644]
addons/delivery/i18n/es_EC.po [new file with mode: 0644]
addons/delivery/i18n/es_MX.po [new file with mode: 0644]
addons/delivery/i18n/es_PY.po [new file with mode: 0644]
addons/delivery/i18n/es_UY.po [new file with mode: 0644]
addons/delivery/i18n/es_VE.po [new file with mode: 0644]
addons/delivery/images/1_delivery_method.jpeg [new file with mode: 0644]
addons/delivery/images/2_delivery_pricelist.jpeg [new file with mode: 0644]
addons/delivery/partner.py [new file with mode: 0644]
addons/delivery/partner_view.xml [new file with mode: 0644]
addons/delivery/report/__init__.py [new file with mode: 0644]
addons/delivery/report/shipping.py [new file with mode: 0644]
addons/delivery/report/shipping.rml [new file with mode: 0644]
addons/delivery/report/shipping.sxw [new file with mode: 0644]
addons/delivery/sale.py [new file with mode: 0644]
addons/delivery/security/ir.model.access.csv [new file with mode: 0644]
addons/delivery/stock.py [new file with mode: 0644]
addons/delivery/test/delivery_chained_pickings.yml [new file with mode: 0644]
addons/delivery/test/delivery_cost.yml [new file with mode: 0644]
addons/delivery/wizard/__init__.py [new file with mode: 0644]
addons/delivery/wizard/delivery_sale_order.py [new file with mode: 0644]
addons/delivery/wizard/delivery_sale_order_view.xml [new file with mode: 0644]
addons/document/README.txt [new file with mode: 0644]
addons/document/__init__.py [new file with mode: 0644]
addons/document/__openerp__.py [new file with mode: 0644]
addons/document/board_document_demo.xml [new file with mode: 0644]
addons/document/board_document_view.xml [new file with mode: 0644]
addons/document/content_index.py [new file with mode: 0644]
addons/document/custom_report.xml [new file with mode: 0644]
addons/document/custom_view.xml [new file with mode: 0644]
addons/document/dict_tools.py [new file with mode: 0644]
addons/document/directory_content.py [new file with mode: 0644]
addons/document/directory_report.py [new file with mode: 0644]
addons/document/doc/access_permissions.rst [new file with mode: 0644]
addons/document/document.py [new file with mode: 0644]
addons/document/document_data.xml [new file with mode: 0644]
addons/document/document_demo.xml [new file with mode: 0644]
addons/document/document_directory.py [new file with mode: 0644]
addons/document/document_storage.py [new file with mode: 0644]
addons/document/document_view.xml [new file with mode: 0644]
addons/document/i18n/document.pot [new file with mode: 0644]
addons/document/i18n/es.po [new file with mode: 0644]
addons/document/i18n/es_AR.po [new file with mode: 0644]
addons/document/i18n/es_CR.po [new file with mode: 0644]
addons/document/i18n/es_EC.po [new file with mode: 0644]
addons/document/i18n/es_MX.po [new file with mode: 0644]
addons/document/i18n/es_PY.po [new file with mode: 0644]
addons/document/i18n/es_UY.po [new file with mode: 0644]
addons/document/i18n/es_VE.po [new file with mode: 0644]
addons/document/images/1_directories.jpeg [new file with mode: 0644]
addons/document/images/2_storage_media.jpeg [new file with mode: 0644]
addons/document/images/3_directories_structure.jpeg [new file with mode: 0644]
addons/document/nodes.py [new file with mode: 0644]
addons/document/odt2txt.py [new file with mode: 0755]
addons/document/report/__init__.py [new file with mode: 0644]
addons/document/report/document_report.py [new file with mode: 0644]
addons/document/report/document_report_view.xml [new file with mode: 0644]
addons/document/security/document_security.xml [new file with mode: 0644]
addons/document/security/ir.model.access.csv [new file with mode: 0644]
addons/document/std_index.py [new file with mode: 0644]
addons/document/test/document_test.yml [new file with mode: 0644]
addons/document/test/document_test2.yml [new file with mode: 0644]
addons/document/test/partner.pdf [new file with mode: 0644]
addons/document/test_cindex.py [new file with mode: 0755]
addons/document/wizard/__init__.py [new file with mode: 0644]
addons/document/wizard/document_configuration.py [new file with mode: 0644]
addons/document/wizard/document_configuration_view.xml [new file with mode: 0644]
addons/document_ftp/__init__.py [new file with mode: 0644]
addons/document_ftp/__openerp__.py [new file with mode: 0644]
addons/document_ftp/ftpserver/__init__.py [new file with mode: 0644]
addons/document_ftp/ftpserver/abstracted_fs.py [new file with mode: 0644]
addons/document_ftp/ftpserver/authorizer.py [new file with mode: 0644]
addons/document_ftp/ftpserver/ftpserver.py [new file with mode: 0755]
addons/document_ftp/i18n/document_ftp.pot [new file with mode: 0644]
addons/document_ftp/i18n/es.po [new file with mode: 0644]
addons/document_ftp/i18n/es_CR.po [new file with mode: 0644]
addons/document_ftp/i18n/es_EC.po [new file with mode: 0644]
addons/document_ftp/i18n/es_MX.po [new file with mode: 0644]
addons/document_ftp/i18n/es_PY.po [new file with mode: 0644]
addons/document_ftp/i18n/es_UY.po [new file with mode: 0644]
addons/document_ftp/i18n/es_VE.po [new file with mode: 0644]
addons/document_ftp/images/1_configure_ftp.jpeg [new file with mode: 0644]
addons/document_ftp/images/2_document_browse.jpeg [new file with mode: 0644]
addons/document_ftp/images/3_document_ftp.jpeg [new file with mode: 0644]
addons/document_ftp/security/ir.model.access.csv [new file with mode: 0644]
addons/document_ftp/test/document_ftp_test.yml [new file with mode: 0644]
addons/document_ftp/test/document_ftp_test2.yml [new file with mode: 0644]
addons/document_ftp/test/document_ftp_test3.yml [new file with mode: 0644]
addons/document_ftp/test/document_ftp_test4.yml [new file with mode: 0644]
addons/document_ftp/test/document_ftp_test5.yml [new file with mode: 0644]
addons/document_ftp/test_easyftp.py [new file with mode: 0644]
addons/document_ftp/wizard/__init__.py [new file with mode: 0644]
addons/document_ftp/wizard/ftp_browse.py [new file with mode: 0644]
addons/document_ftp/wizard/ftp_browse_view.xml [new file with mode: 0644]
addons/document_ftp/wizard/ftp_configuration.py [new file with mode: 0644]
addons/document_ftp/wizard/ftp_configuration_view.xml [new file with mode: 0644]
addons/document_webdav/__init__.py [new file with mode: 0644]
addons/document_webdav/__openerp__.py [new file with mode: 0644]
addons/document_webdav/cache.py [new file with mode: 0644]
addons/document_webdav/dav_fs.py [new file with mode: 0644]
addons/document_webdav/doc/well-known.rst [new file with mode: 0644]
addons/document_webdav/document_webdav.py [new file with mode: 0644]
addons/document_webdav/i18n/document_webdav.pot [new file with mode: 0644]
addons/document_webdav/i18n/es.po [new file with mode: 0644]
addons/document_webdav/i18n/es_CR.po [new file with mode: 0644]
addons/document_webdav/i18n/es_EC.po [new file with mode: 0644]
addons/document_webdav/i18n/es_MX.po [new file with mode: 0644]
addons/document_webdav/i18n/es_PY.po [new file with mode: 0644]
addons/document_webdav/i18n/es_UY.po [new file with mode: 0644]
addons/document_webdav/i18n/es_VE.po [new file with mode: 0644]
addons/document_webdav/images/dav_properties.jpeg [new file with mode: 0644]
addons/document_webdav/images/directories_structure_principals.jpeg [new file with mode: 0644]
addons/document_webdav/nodes.py [new file with mode: 0644]
addons/document_webdav/public_html/index.html [new file with mode: 0644]
addons/document_webdav/redirect.py [new file with mode: 0644]
addons/document_webdav/security/ir.model.access.csv [new file with mode: 0644]
addons/document_webdav/test/webdav_test1.yml [new file with mode: 0644]
addons/document_webdav/test_davclient.py [new file with mode: 0755]
addons/document_webdav/webdav.py [new file with mode: 0644]
addons/document_webdav/webdav_demo.xml [new file with mode: 0644]
addons/document_webdav/webdav_server.py [new file with mode: 0644]
addons/document_webdav/webdav_setup.xml [new file with mode: 0644]
addons/document_webdav/webdav_view.xml [new file with mode: 0644]
addons/edi/__init__.py [new file with mode: 0644]
addons/edi/__openerp__.py [new file with mode: 0644]
addons/edi/controllers/__init__.py [new file with mode: 0644]
addons/edi/controllers/main.py [new file with mode: 0644]
addons/edi/edi_service.py [new file with mode: 0644]
addons/edi/i18n/edi.pot [new file with mode: 0644]
addons/edi/i18n/es.po [new file with mode: 0644]
addons/edi/i18n/es_CR.po [new file with mode: 0644]
addons/edi/i18n/es_UY.po [new file with mode: 0644]
addons/edi/models/__init__.py [new file with mode: 0644]
addons/edi/models/edi.py [new file with mode: 0644]
addons/edi/models/email_template.py [new file with mode: 0644]
addons/edi/models/res_company.py [new file with mode: 0644]
addons/edi/models/res_currency.py [new file with mode: 0644]
addons/edi/models/res_partner.py [new file with mode: 0644]
addons/edi/security/ir.model.access.csv [new file with mode: 0644]
addons/edi/static/src/css/edi.css [new file with mode: 0644]
addons/edi/static/src/img/knowledge.png [new file with mode: 0644]
addons/edi/static/src/img/pdf.png [new file with mode: 0644]
addons/edi/static/src/js/edi.js [new file with mode: 0644]
addons/edi/static/src/xml/edi.xml [new file with mode: 0644]
addons/edi/static/src/xml/edi_account.xml [new file with mode: 0644]
addons/edi/static/src/xml/edi_sale_purchase.xml [new file with mode: 0644]
addons/edi/test/edi_partner_test.yml [new file with mode: 0644]
addons/edi_company_control_invoice/LICENSE [new file with mode: 0644]
addons/edi_company_control_invoice/__init__.py [new file with mode: 0644]
addons/edi_company_control_invoice/__openerp__.py [new file with mode: 0644]
addons/edi_company_control_invoice/data/edi_data.xml [new file with mode: 0644]
addons/edi_company_control_invoice/i18n/nl.po [new file with mode: 0644]
addons/edi_company_control_invoice/model/__init__.py [new file with mode: 0644]
addons/edi_company_control_invoice/model/res_company.py [new file with mode: 0644]
addons/edi_company_control_invoice/static/src/img/icon.png [new file with mode: 0644]
addons/edi_company_control_invoice/view/res_company_view.xml [new file with mode: 0644]
addons/edi_company_control_purchase/LICENSE [new file with mode: 0644]
addons/edi_company_control_purchase/__init__.py [new file with mode: 0644]
addons/edi_company_control_purchase/__openerp__.py [new file with mode: 0644]
addons/edi_company_control_purchase/data/edi_data.xml [new file with mode: 0644]
addons/edi_company_control_purchase/i18n/nl.po [new file with mode: 0644]
addons/edi_company_control_purchase/model/__init__.py [new file with mode: 0644]
addons/edi_company_control_purchase/model/res_company.py [new file with mode: 0644]
addons/edi_company_control_purchase/static/src/img/icon.png [new file with mode: 0644]
addons/edi_company_control_purchase/view/res_company_view.xml [new file with mode: 0644]
addons/edi_company_control_sale/LICENSE [new file with mode: 0644]
addons/edi_company_control_sale/__init__.py [new file with mode: 0644]
addons/edi_company_control_sale/__openerp__.py [new file with mode: 0644]
addons/edi_company_control_sale/data/edi_data.xml [new file with mode: 0644]
addons/edi_company_control_sale/i18n/nl.po [new file with mode: 0644]
addons/edi_company_control_sale/model/__init__.py [new file with mode: 0644]
addons/edi_company_control_sale/model/res_company.py [new file with mode: 0644]
addons/edi_company_control_sale/static/src/img/icon.png [new file with mode: 0644]
addons/edi_company_control_sale/view/res_company_view.xml [new file with mode: 0644]
addons/email_template/__init__.py [new file with mode: 0644]
addons/email_template/__openerp__.py [new file with mode: 0644]
addons/email_template/email_template.py [new file with mode: 0644]
addons/email_template/email_template_view.xml [new file with mode: 0644]
addons/email_template/html2text.py [new file with mode: 0755]
addons/email_template/i18n/email_template.pot [new file with mode: 0644]
addons/email_template/i18n/es.po [new file with mode: 0644]
addons/email_template/i18n/es_CL.po [new file with mode: 0644]
addons/email_template/i18n/es_CR.po [new file with mode: 0644]
addons/email_template/i18n/es_EC.po [new file with mode: 0644]
addons/email_template/i18n/es_MX.po [new file with mode: 0644]
addons/email_template/i18n/es_UY.po [new file with mode: 0644]
addons/email_template/i18n/es_VE.po [new file with mode: 0644]
addons/email_template/images/1_email_account.jpeg [new file with mode: 0644]
addons/email_template/images/2_email_template.jpeg [new file with mode: 0644]
addons/email_template/images/3_emails.jpeg [new file with mode: 0644]
addons/email_template/res_partner.py [new file with mode: 0644]
addons/email_template/res_partner_demo.yml [new file with mode: 0644]
addons/email_template/res_partner_view.xml [new file with mode: 0644]
addons/email_template/security/ir.model.access.csv [new file with mode: 0644]
addons/email_template/wizard/__init__.py [new file with mode: 0644]
addons/email_template/wizard/email_compose_message_view.xml [new file with mode: 0644]
addons/email_template/wizard/email_template_preview.py [new file with mode: 0644]
addons/email_template/wizard/email_template_preview_view.xml [new file with mode: 0644]
addons/email_template/wizard/mail_compose_message.py [new file with mode: 0644]
addons/event/__init__.py [new file with mode: 0644]
addons/event/__openerp__.py [new file with mode: 0644]
addons/event/board_association_view.xml [new file with mode: 0644]
addons/event/event.py [new file with mode: 0644]
addons/event/event_demo.xml [new file with mode: 0644]
addons/event/event_view.xml [new file with mode: 0644]
addons/event/i18n/es.po [new file with mode: 0644]
addons/event/i18n/es_AR.po [new file with mode: 0644]
addons/event/i18n/es_CR.po [new file with mode: 0644]
addons/event/i18n/es_EC.po [new file with mode: 0644]
addons/event/i18n/es_MX.po [new file with mode: 0644]
addons/event/i18n/es_UY.po [new file with mode: 0644]
addons/event/i18n/es_VE.po [new file with mode: 0644]
addons/event/i18n/event.pot [new file with mode: 0644]
addons/event/images/1_event_type_list.jpeg [new file with mode: 0644]
addons/event/images/2_events.jpeg [new file with mode: 0644]
addons/event/images/3_registrations.jpeg [new file with mode: 0644]
addons/event/report/__init__.py [new file with mode: 0644]
addons/event/report/report_event_registration.py [new file with mode: 0644]
addons/event/report/report_event_registration_view.xml [new file with mode: 0644]
addons/event/res_partner.py [new file with mode: 0644]
addons/event/res_partner_view.xml [new file with mode: 0644]
addons/event/security/ir.model.access.csv [new file with mode: 0644]
addons/event/test/process/event_confirm2done.yml [new file with mode: 0644]
addons/event/test/process/event_draft2cancel.yml [new file with mode: 0644]
addons/event/test/process/partner_register2invoice.yml [new file with mode: 0644]
addons/event/test/ui/demo_data.yml [new file with mode: 0644]
addons/event/test/ui/duplicate_event.yml [new file with mode: 0644]
addons/event/wizard/__init__.py [new file with mode: 0644]
addons/event/wizard/event_confirm.py [new file with mode: 0644]
addons/event/wizard/event_confirm_registration.py [new file with mode: 0644]
addons/event/wizard/event_confirm_registration_view.xml [new file with mode: 0644]
addons/event/wizard/event_confirm_view.xml [new file with mode: 0644]
addons/event/wizard/event_make_invoice.py [new file with mode: 0644]
addons/event/wizard/event_make_invoice_view.xml [new file with mode: 0644]
addons/event/wizard/partner_event_registration.py [new file with mode: 0644]
addons/event/wizard/partner_event_registration_view.xml [new file with mode: 0644]
addons/event_project/__init__.py [new file with mode: 0644]
addons/event_project/__openerp__.py [new file with mode: 0644]
addons/event_project/event_project.py [new file with mode: 0644]
addons/event_project/event_project_view.xml [new file with mode: 0644]
addons/event_project/i18n/es.po [new file with mode: 0644]
addons/event_project/i18n/es_AR.po [new file with mode: 0644]
addons/event_project/i18n/es_CR.po [new file with mode: 0644]
addons/event_project/i18n/es_EC.po [new file with mode: 0644]
addons/event_project/i18n/es_MX.po [new file with mode: 0644]
addons/event_project/i18n/es_PY.po [new file with mode: 0644]
addons/event_project/i18n/es_UY.po [new file with mode: 0644]
addons/event_project/i18n/es_VE.po [new file with mode: 0644]
addons/event_project/i18n/event_project.pot [new file with mode: 0644]
addons/event_project/images/event.jpeg [new file with mode: 0644]
addons/event_project/wizard/__init__.py [new file with mode: 0644]
addons/event_project/wizard/event_project_retro.py [new file with mode: 0644]
addons/event_project/wizard/event_project_retro_view.xml [new file with mode: 0644]
addons/fetchmail/__init__.py [new file with mode: 0644]
addons/fetchmail/__openerp__.py [new file with mode: 0644]
addons/fetchmail/fetchmail.py [new file with mode: 0644]
addons/fetchmail/fetchmail_data.xml [new file with mode: 0644]
addons/fetchmail/fetchmail_installer_view.xml [new file with mode: 0644]
addons/fetchmail/fetchmail_view.xml [new file with mode: 0644]
addons/fetchmail/i18n/es.po [new file with mode: 0644]
addons/fetchmail/i18n/es_CR.po [new file with mode: 0644]
addons/fetchmail/i18n/es_MX.po [new file with mode: 0644]
addons/fetchmail/i18n/es_UY.po [new file with mode: 0644]
addons/fetchmail/i18n/es_VE.po [new file with mode: 0644]
addons/fetchmail/i18n/fetchmail.pot [new file with mode: 0644]
addons/fetchmail/images/1_email_servers.jpeg [new file with mode: 0644]
addons/fetchmail/security/ir.model.access.csv [new file with mode: 0644]
addons/fetchmail_crm/__init__.py [new file with mode: 0644]
addons/fetchmail_crm/__openerp__.py [new file with mode: 0644]
addons/fetchmail_crm/i18n/es.po [new file with mode: 0644]
addons/fetchmail_crm/i18n/es_CR.po [new file with mode: 0644]
addons/fetchmail_crm/i18n/es_UY.po [new file with mode: 0644]
addons/fetchmail_crm/i18n/fetchmail_crm.pot [new file with mode: 0644]
addons/fetchmail_crm/installer.xml [new file with mode: 0644]
addons/fetchmail_crm_claim/__init__.py [new file with mode: 0644]
addons/fetchmail_crm_claim/__openerp__.py [new file with mode: 0644]
addons/fetchmail_crm_claim/i18n/es.po [new file with mode: 0644]
addons/fetchmail_crm_claim/i18n/es_CR.po [new file with mode: 0644]
addons/fetchmail_crm_claim/i18n/es_UY.po [new file with mode: 0644]
addons/fetchmail_crm_claim/i18n/fetchmail_crm_claim.pot [new file with mode: 0644]
addons/fetchmail_crm_claim/installer.xml [new file with mode: 0644]
addons/fetchmail_hr_recruitment/__init__.py [new file with mode: 0644]
addons/fetchmail_hr_recruitment/__openerp__.py [new file with mode: 0644]
addons/fetchmail_hr_recruitment/i18n/es.po [new file with mode: 0644]
addons/fetchmail_hr_recruitment/i18n/es_CR.po [new file with mode: 0644]
addons/fetchmail_hr_recruitment/i18n/es_UY.po [new file with mode: 0644]
addons/fetchmail_hr_recruitment/i18n/fetchmail_hr_recruitment.pot [new file with mode: 0644]
addons/fetchmail_hr_recruitment/installer.xml [new file with mode: 0644]
addons/fetchmail_project_issue/__init__.py [new file with mode: 0644]
addons/fetchmail_project_issue/__openerp__.py [new file with mode: 0644]
addons/fetchmail_project_issue/i18n/es.po [new file with mode: 0644]
addons/fetchmail_project_issue/i18n/es_CR.po [new file with mode: 0644]
addons/fetchmail_project_issue/i18n/es_UY.po [new file with mode: 0644]
addons/fetchmail_project_issue/i18n/fetchmail_project_issue.pot [new file with mode: 0644]
addons/fetchmail_project_issue/installer.xml [new file with mode: 0644]
addons/google_base_account/__init__.py [new file with mode: 0644]
addons/google_base_account/__openerp__.py [new file with mode: 0644]
addons/google_base_account/google_base_account.py [new file with mode: 0644]
addons/google_base_account/google_base_account_view.xml [new file with mode: 0644]
addons/google_base_account/i18n/es.po [new file with mode: 0644]
addons/google_base_account/i18n/es_CR.po [new file with mode: 0644]
addons/google_base_account/i18n/es_UY.po [new file with mode: 0644]
addons/google_base_account/i18n/google_base_account.pot [new file with mode: 0644]
addons/google_base_account/wizard/__init__.py [new file with mode: 0644]
addons/google_base_account/wizard/google_login.py [new file with mode: 0644]
addons/google_base_account/wizard/google_login_view.xml [new file with mode: 0644]
addons/google_map/__init__.py [new file with mode: 0644]
addons/google_map/__openerp__.py [new file with mode: 0644]
addons/google_map/google_map_launch.py [new file with mode: 0644]
addons/google_map/google_map_view.xml [new file with mode: 0644]
addons/google_map/i18n/es.po [new file with mode: 0644]
addons/google_map/i18n/es_AR.po [new file with mode: 0644]
addons/google_map/i18n/es_CR.po [new file with mode: 0644]
addons/google_map/i18n/es_EC.po [new file with mode: 0644]
addons/google_map/i18n/es_MX.po [new file with mode: 0644]
addons/google_map/i18n/es_PY.po [new file with mode: 0644]
addons/google_map/i18n/es_UY.po [new file with mode: 0644]
addons/google_map/i18n/es_VE.po [new file with mode: 0644]
addons/google_map/i18n/google_map.pot [new file with mode: 0644]
addons/google_map/images/google_map.jpeg [new file with mode: 0644]
addons/hr/__init__.py [new file with mode: 0644]
addons/hr/__openerp__.py [new file with mode: 0644]
addons/hr/hr.py [new file with mode: 0644]
addons/hr/hr_board.xml [new file with mode: 0644]
addons/hr/hr_data.xml [new file with mode: 0644]
addons/hr/hr_demo.xml [new file with mode: 0644]
addons/hr/hr_department.py [new file with mode: 0644]
addons/hr/hr_department_view.xml [new file with mode: 0644]
addons/hr/hr_installer.xml [new file with mode: 0644]
addons/hr/hr_view.xml [new file with mode: 0644]
addons/hr/i18n/es.po [new file with mode: 0644]
addons/hr/i18n/es_AR.po [new file with mode: 0644]
addons/hr/i18n/es_CL.po [new file with mode: 0644]
addons/hr/i18n/es_CR.po [new file with mode: 0644]
addons/hr/i18n/es_EC.po [new file with mode: 0644]
addons/hr/i18n/es_MX.po [new file with mode: 0644]
addons/hr/i18n/es_UY.po [new file with mode: 0644]
addons/hr/i18n/es_VE.po [new file with mode: 0644]
addons/hr/i18n/hr.pot [new file with mode: 0644]
addons/hr/images/hr-hover.png [new file with mode: 0644]
addons/hr/images/hr.png [new file with mode: 0644]
addons/hr/images/hr_department.jpeg [new file with mode: 0644]
addons/hr/images/hr_employee.jpeg [new file with mode: 0644]
addons/hr/images/hr_job_position.jpeg [new file with mode: 0644]
addons/hr/images/photo.png [new file with mode: 0644]
addons/hr/process/hr_process.xml [new file with mode: 0644]
addons/hr/security/hr_security.xml [new file with mode: 0644]
addons/hr/security/ir.model.access.csv [new file with mode: 0644]
addons/hr/static/src/css/hr.css [new file with mode: 0644]
addons/hr/static/src/img/hr.png [new file with mode: 0644]
addons/hr/test/hr_demo.yml [new file with mode: 0644]
addons/hr/test/open2recruit2close_job.yml [new file with mode: 0644]
addons/hr_attendance/__init__.py [new file with mode: 0644]
addons/hr_attendance/__openerp__.py [new file with mode: 0644]
addons/hr_attendance/hr_attendance.py [new file with mode: 0644]
addons/hr_attendance/hr_attendance_demo.xml [new file with mode: 0644]
addons/hr_attendance/hr_attendance_report.xml [new file with mode: 0644]
addons/hr_attendance/hr_attendance_view.xml [new file with mode: 0644]
addons/hr_attendance/i18n/es.po [new file with mode: 0644]
addons/hr_attendance/i18n/es_AR.po [new file with mode: 0644]
addons/hr_attendance/i18n/es_CL.po [new file with mode: 0644]
addons/hr_attendance/i18n/es_CR.po [new file with mode: 0644]
addons/hr_attendance/i18n/es_EC.po [new file with mode: 0644]
addons/hr_attendance/i18n/es_MX.po [new file with mode: 0644]
addons/hr_attendance/i18n/es_PY.po [new file with mode: 0644]
addons/hr_attendance/i18n/es_UY.po [new file with mode: 0644]
addons/hr_attendance/i18n/es_VE.po [new file with mode: 0644]
addons/hr_attendance/i18n/hr_attendance.pot [new file with mode: 0644]
addons/hr_attendance/images/hr_attendances.jpeg [new file with mode: 0644]
addons/hr_attendance/report/__init__.py [new file with mode: 0644]
addons/hr_attendance/report/attendance_by_month.py [new file with mode: 0644]
addons/hr_attendance/report/attendance_errors.py [new file with mode: 0644]
addons/hr_attendance/report/attendance_errors.rml [new file with mode: 0644]
addons/hr_attendance/report/attendance_errors.sxw [new file with mode: 0644]
addons/hr_attendance/report/bymonth.xsl [new file with mode: 0644]
addons/hr_attendance/report/hr_custom_default.xsl [new file with mode: 0644]
addons/hr_attendance/report/hr_custom_rml.xsl [new file with mode: 0644]
addons/hr_attendance/report/timesheet.py [new file with mode: 0644]
addons/hr_attendance/report/timesheet.xsl [new file with mode: 0644]
addons/hr_attendance/security/ir.model.access.csv [new file with mode: 0644]
addons/hr_attendance/security/ir_rule.xml [new file with mode: 0644]
addons/hr_attendance/test/attendance_process.yml [new file with mode: 0644]
addons/hr_attendance/test/hr_attendance_report.yml [new file with mode: 0644]
addons/hr_attendance/wizard/__init__.py [new file with mode: 0644]
addons/hr_attendance/wizard/hr_attendance_bymonth.py [new file with mode: 0644]
addons/hr_attendance/wizard/hr_attendance_bymonth_view.xml [new file with mode: 0644]
addons/hr_attendance/wizard/hr_attendance_byweek.py [new file with mode: 0644]
addons/hr_attendance/wizard/hr_attendance_byweek_view.xml [new file with mode: 0644]
addons/hr_attendance/wizard/hr_attendance_error.py [new file with mode: 0644]
addons/hr_attendance/wizard/hr_attendance_error_view.xml [new file with mode: 0644]
addons/hr_attendance/wizard/hr_attendance_sign_in_out.py [new file with mode: 0644]
addons/hr_attendance/wizard/hr_attendance_sign_in_out_view.xml [new file with mode: 0644]
addons/hr_contract/__init__.py [new file with mode: 0644]
addons/hr_contract/__openerp__.py [new file with mode: 0644]
addons/hr_contract/hr_contract.py [new file with mode: 0644]
addons/hr_contract/hr_contract_data.xml [new file with mode: 0644]
addons/hr_contract/hr_contract_view.xml [new file with mode: 0644]
addons/hr_contract/i18n/es.po [new file with mode: 0644]
addons/hr_contract/i18n/es_AR.po [new file with mode: 0644]
addons/hr_contract/i18n/es_CR.po [new file with mode: 0644]
addons/hr_contract/i18n/es_EC.po [new file with mode: 0644]
addons/hr_contract/i18n/es_MX.po [new file with mode: 0644]
addons/hr_contract/i18n/es_PY.po [new file with mode: 0644]
addons/hr_contract/i18n/es_UY.po [new file with mode: 0644]
addons/hr_contract/i18n/es_VE.po [new file with mode: 0644]
addons/hr_contract/i18n/hr_contract.pot [new file with mode: 0644]
addons/hr_contract/images/hr_contract.jpeg [new file with mode: 0644]
addons/hr_contract/security/ir.model.access.csv [new file with mode: 0644]
addons/hr_contract/test/test_hr_contract.yml [new file with mode: 0644]
addons/hr_evaluation/__init__.py [new file with mode: 0644]
addons/hr_evaluation/__openerp__.py [new file with mode: 0644]
addons/hr_evaluation/board_hr_evaluation_view.xml [new file with mode: 0644]
addons/hr_evaluation/hr_evaluation.py [new file with mode: 0644]
addons/hr_evaluation/hr_evaluation_data.xml [new file with mode: 0644]
addons/hr_evaluation/hr_evaluation_demo.xml [new file with mode: 0644]
addons/hr_evaluation/hr_evaluation_installer.xml [new file with mode: 0644]
addons/hr_evaluation/hr_evaluation_view.xml [new file with mode: 0644]
addons/hr_evaluation/i18n/es.po [new file with mode: 0644]
addons/hr_evaluation/i18n/es_CR.po [new file with mode: 0644]
addons/hr_evaluation/i18n/es_EC.po [new file with mode: 0644]
addons/hr_evaluation/i18n/es_MX.po [new file with mode: 0644]
addons/hr_evaluation/i18n/es_UY.po [new file with mode: 0644]
addons/hr_evaluation/i18n/es_VE.po [new file with mode: 0644]
addons/hr_evaluation/i18n/hr_evaluation.pot [new file with mode: 0644]
addons/hr_evaluation/images/hr_evaluation.jpeg [new file with mode: 0644]
addons/hr_evaluation/images/hr_evaluation_analysis.jpeg [new file with mode: 0644]
addons/hr_evaluation/report/__init__.py [new file with mode: 0644]
addons/hr_evaluation/report/hr_evaluation_report.py [new file with mode: 0644]
addons/hr_evaluation/report/hr_evaluation_report_view.xml [new file with mode: 0644]
addons/hr_evaluation/security/hr_evaluation_security.xml [new file with mode: 0644]
addons/hr_evaluation/security/ir.model.access.csv [new file with mode: 0644]
addons/hr_evaluation/specifications/evaluation_plan.png [new file with mode: 0644]
addons/hr_evaluation/static/src/img/icon.png [new file with mode: 0644]
addons/hr_evaluation/test/hr_evalution_demo.yml [new file with mode: 0644]
addons/hr_evaluation/test/test_hr_evaluation.yml [new file with mode: 0644]
addons/hr_evaluation/wizard/__init__.py [new file with mode: 0644]
addons/hr_evaluation/wizard/hr_evaluation_mail.py [new file with mode: 0644]
addons/hr_evaluation/wizard/hr_evaluation_mail_view.xml [new file with mode: 0644]
addons/hr_evaluation/wizard/mail_compose_message.py [new file with mode: 0644]
addons/hr_expense/__init__.py [new file with mode: 0644]
addons/hr_expense/__openerp__.py [new file with mode: 0644]
addons/hr_expense/board_hr_expense_manager_view.xml [new file with mode: 0644]
addons/hr_expense/board_hr_expense_view.xml [new file with mode: 0644]
addons/hr_expense/hr.expense.expense.csv [new file with mode: 0644]
addons/hr_expense/hr_expense.py [new file with mode: 0644]
addons/hr_expense/hr_expense_data.xml [new file with mode: 0644]
addons/hr_expense/hr_expense_demo.xml [new file with mode: 0644]
addons/hr_expense/hr_expense_installer_view.xml [new file with mode: 0644]
addons/hr_expense/hr_expense_report.xml [new file with mode: 0644]
addons/hr_expense/hr_expense_sequence.xml [new file with mode: 0644]
addons/hr_expense/hr_expense_view.xml [new file with mode: 0644]
addons/hr_expense/hr_expense_workflow.xml [new file with mode: 0644]
addons/hr_expense/i18n/es.po [new file with mode: 0644]
addons/hr_expense/i18n/es_AR.po [new file with mode: 0644]
addons/hr_expense/i18n/es_CR.po [new file with mode: 0644]
addons/hr_expense/i18n/es_EC.po [new file with mode: 0644]
addons/hr_expense/i18n/es_MX.po [new file with mode: 0644]
addons/hr_expense/i18n/es_UY.po [new file with mode: 0644]
addons/hr_expense/i18n/es_VE.po [new file with mode: 0644]
addons/hr_expense/i18n/hr_expense.pot [new file with mode: 0644]
addons/hr_expense/images/hr_expenses.jpeg [new file with mode: 0644]
addons/hr_expense/images/hr_expenses_analysis.jpeg [new file with mode: 0644]
addons/hr_expense/process/hr_expense_process.xml [new file with mode: 0644]
addons/hr_expense/report/__init__.py [new file with mode: 0644]
addons/hr_expense/report/expense.py [new file with mode: 0644]
addons/hr_expense/report/expense.rml [new file with mode: 0644]
addons/hr_expense/report/expense.sxw [new file with mode: 0644]
addons/hr_expense/report/hr_expense_report.py [new file with mode: 0644]
addons/hr_expense/report/hr_expense_report_view.xml [new file with mode: 0644]
addons/hr_expense/security/ir.model.access.csv [new file with mode: 0644]
addons/hr_expense/security/ir_rule.xml [new file with mode: 0644]
addons/hr_expense/static/src/img/icon.png [new file with mode: 0644]
addons/hr_expense/test/expense_demo.yml [new file with mode: 0644]
addons/hr_expense/test/expense_process.yml [new file with mode: 0644]
addons/hr_holidays/__init__.py [new file with mode: 0644]
addons/hr_holidays/__openerp__.py [new file with mode: 0644]
addons/hr_holidays/board_hr_holidays_view.xml [new file with mode: 0644]
addons/hr_holidays/board_hr_manager_holidays_view.xml [new file with mode: 0644]
addons/hr_holidays/hr_bel_holidays_2008.xml [new file with mode: 0644]
addons/hr_holidays/hr_holidays.py [new file with mode: 0644]
addons/hr_holidays/hr_holidays_data.xml [new file with mode: 0644]
addons/hr_holidays/hr_holidays_demo.xml [new file with mode: 0644]
addons/hr_holidays/hr_holidays_report.xml [new file with mode: 0644]
addons/hr_holidays/hr_holidays_view.xml [new file with mode: 0644]
addons/hr_holidays/hr_holidays_wizard.xml [new file with mode: 0644]
addons/hr_holidays/hr_holidays_workflow.xml [new file with mode: 0644]
addons/hr_holidays/i18n/es.po [new file with mode: 0644]
addons/hr_holidays/i18n/es_AR.po [new file with mode: 0644]
addons/hr_holidays/i18n/es_CR.po [new file with mode: 0644]
addons/hr_holidays/i18n/es_EC.po [new file with mode: 0644]
addons/hr_holidays/i18n/es_MX.po [new file with mode: 0644]
addons/hr_holidays/i18n/es_UY.po [new file with mode: 0644]
addons/hr_holidays/i18n/es_VE.po [new file with mode: 0644]
addons/hr_holidays/i18n/hr_holidays.pot [new file with mode: 0644]
addons/hr_holidays/images/hr_allocation_requests.jpeg [new file with mode: 0644]
addons/hr_holidays/images/hr_leave_requests.jpeg [new file with mode: 0644]
addons/hr_holidays/images/leaves_analysis.jpeg [new file with mode: 0644]
addons/hr_holidays/process/hr_holidays_process.xml [new file with mode: 0644]
addons/hr_holidays/report/__init__.py [new file with mode: 0644]
addons/hr_holidays/report/available_holidays.py [new file with mode: 0644]
addons/hr_holidays/report/available_holidays_view.xml [new file with mode: 0644]
addons/hr_holidays/report/holidays_summary.xsl [new file with mode: 0644]
addons/hr_holidays/report/holidays_summary_report.py [new file with mode: 0644]
addons/hr_holidays/report/hr_custom_default.xsl [new file with mode: 0644]
addons/hr_holidays/report/hr_custom_rml.xsl [new file with mode: 0644]
addons/hr_holidays/report/hr_holidays_report.py [new file with mode: 0644]
addons/hr_holidays/report/hr_holidays_report_view.xml [new file with mode: 0644]
addons/hr_holidays/security/ir.model.access.csv [new file with mode: 0644]
addons/hr_holidays/security/ir_rule.xml [new file with mode: 0644]
addons/hr_holidays/static/src/img/icon.png [new file with mode: 0644]
addons/hr_holidays/test/hr_holidays_report.yml [new file with mode: 0644]
addons/hr_holidays/test/test_hr_holiday.yml [new file with mode: 0644]
addons/hr_holidays/wizard/__init__.py [new file with mode: 0644]
addons/hr_holidays/wizard/hr_holidays_summary_department.py [new file with mode: 0644]
addons/hr_holidays/wizard/hr_holidays_summary_department_view.xml [new file with mode: 0644]
addons/hr_holidays/wizard/hr_holidays_summary_employees.py [new file with mode: 0644]
addons/hr_holidays/wizard/hr_holidays_summary_employees_view.xml [new file with mode: 0644]
addons/hr_payroll/__init__.py [new file with mode: 0644]
addons/hr_payroll/__openerp__.py [new file with mode: 0644]
addons/hr_payroll/hr_payroll.py [new file with mode: 0644]
addons/hr_payroll/hr_payroll_data.xml [new file with mode: 0644]
addons/hr_payroll/hr_payroll_demo.xml [new file with mode: 0644]
addons/hr_payroll/hr_payroll_report.xml [new file with mode: 0644]
addons/hr_payroll/hr_payroll_sequence.xml [new file with mode: 0644]
addons/hr_payroll/hr_payroll_view.xml [new file with mode: 0644]
addons/hr_payroll/hr_payroll_workflow.xml [new file with mode: 0644]
addons/hr_payroll/i18n/es.po [new file with mode: 0644]
addons/hr_payroll/i18n/es_CR.po [new file with mode: 0644]
addons/hr_payroll/i18n/es_EC.po [new file with mode: 0644]
addons/hr_payroll/i18n/es_MX.po [new file with mode: 0644]
addons/hr_payroll/i18n/es_UY.po [new file with mode: 0644]
addons/hr_payroll/i18n/es_VE.po [new file with mode: 0644]
addons/hr_payroll/i18n/hr_payroll.pot [new file with mode: 0644]
addons/hr_payroll/images/hr_company_contributions.jpeg [new file with mode: 0644]
addons/hr_payroll/images/hr_employee_payslip.jpeg [new file with mode: 0644]
addons/hr_payroll/images/hr_salary_heads.jpeg [new file with mode: 0644]
addons/hr_payroll/images/hr_salary_structure.jpeg [new file with mode: 0644]
addons/hr_payroll/report/__init__.py [new file with mode: 0644]
addons/hr_payroll/report/report_contribution_register.py [new file with mode: 0644]
addons/hr_payroll/report/report_contribution_register.rml [new file with mode: 0644]
addons/hr_payroll/report/report_contribution_register.sxw [new file with mode: 0644]
addons/hr_payroll/report/report_payslip.py [new file with mode: 0644]
addons/hr_payroll/report/report_payslip.rml [new file with mode: 0644]
addons/hr_payroll/report/report_payslip.sxw [new file with mode: 0644]
addons/hr_payroll/report/report_payslip_details.py [new file with mode: 0644]
addons/hr_payroll/report/report_payslip_details.rml [new file with mode: 0644]
addons/hr_payroll/report/report_payslip_details.sxw [new file with mode: 0644]
addons/hr_payroll/security/hr_security.xml [new file with mode: 0644]
addons/hr_payroll/security/ir.model.access.csv [new file with mode: 0644]
addons/hr_payroll/static/src/img/icon.png [new file with mode: 0644]
addons/hr_payroll/test/hr_payroll_report.yml [new file with mode: 0644]
addons/hr_payroll/test/payslip.yml [new file with mode: 0644]
addons/hr_payroll/wizard/__init__.py [new file with mode: 0644]
addons/hr_payroll/wizard/hr_payroll_contribution_register_report.py [new file with mode: 0644]
addons/hr_payroll/wizard/hr_payroll_contribution_register_report.xml [new file with mode: 0644]
addons/hr_payroll/wizard/hr_payroll_payslips_by_employees.py [new file with mode: 0644]
addons/hr_payroll/wizard/hr_payroll_payslips_by_employees.xml [new file with mode: 0644]
addons/hr_payroll_account/__init__.py [new file with mode: 0644]
addons/hr_payroll_account/__openerp__.py [new file with mode: 0644]
addons/hr_payroll_account/hr_payroll_account.py [new file with mode: 0644]
addons/hr_payroll_account/hr_payroll_account_demo.xml [new file with mode: 0644]
addons/hr_payroll_account/hr_payroll_account_view.xml [new file with mode: 0644]
addons/hr_payroll_account/hr_payroll_account_workflow.xml [new file with mode: 0644]
addons/hr_payroll_account/i18n/es.po [new file with mode: 0644]
addons/hr_payroll_account/i18n/es_CR.po [new file with mode: 0644]
addons/hr_payroll_account/i18n/es_EC.po [new file with mode: 0644]
addons/hr_payroll_account/i18n/es_MX.po [new file with mode: 0644]
addons/hr_payroll_account/i18n/es_PY.po [new file with mode: 0644]
addons/hr_payroll_account/i18n/es_UY.po [new file with mode: 0644]
addons/hr_payroll_account/i18n/es_VE.po [new file with mode: 0644]
addons/hr_payroll_account/i18n/hr_payroll_account.pot [new file with mode: 0644]
addons/hr_payroll_account/images/hr_employee_payslip.jpeg [new file with mode: 0644]
addons/hr_payroll_account/test/hr_payroll_account.yml [new file with mode: 0644]
addons/hr_payroll_account/wizard/__init__.py [new file with mode: 0644]
addons/hr_payroll_account/wizard/hr_payroll_payslips_by_employees.py [new file with mode: 0644]
addons/hr_recruitment/__init__.py [new file with mode: 0644]
addons/hr_recruitment/__openerp__.py [new file with mode: 0644]
addons/hr_recruitment/board_hr_recruitment_statistical_view.xml [new file with mode: 0644]
addons/hr_recruitment/hr_recruitment.py [new file with mode: 0644]
addons/hr_recruitment/hr_recruitment_data.xml [new file with mode: 0644]
addons/hr_recruitment/hr_recruitment_demo.yml [new file with mode: 0644]
addons/hr_recruitment/hr_recruitment_installer_view.xml [new file with mode: 0644]
addons/hr_recruitment/hr_recruitment_menu.xml [new file with mode: 0644]
addons/hr_recruitment/hr_recruitment_view.xml [new file with mode: 0644]
addons/hr_recruitment/i18n/es.po [new file with mode: 0644]
addons/hr_recruitment/i18n/es_CR.po [new file with mode: 0644]
addons/hr_recruitment/i18n/es_MX.po [new file with mode: 0644]
addons/hr_recruitment/i18n/es_UY.po [new file with mode: 0644]
addons/hr_recruitment/i18n/es_VE.po [new file with mode: 0644]
addons/hr_recruitment/i18n/hr_recruitment.pot [new file with mode: 0644]
addons/hr_recruitment/images/hr_recruitment_analysis.jpeg [new file with mode: 0644]
addons/hr_recruitment/images/hr_recruitment_applicants.jpeg [new file with mode: 0644]
addons/hr_recruitment/report/__init__.py [new file with mode: 0644]
addons/hr_recruitment/report/hr_recruitment_report.py [new file with mode: 0644]
addons/hr_recruitment/report/hr_recruitment_report_view.xml [new file with mode: 0644]
addons/hr_recruitment/security/hr_recruitment_security.xml [new file with mode: 0644]
addons/hr_recruitment/security/ir.model.access.csv [new file with mode: 0644]
addons/hr_recruitment/static/src/img/icon.png [new file with mode: 0644]
addons/hr_recruitment/test/recruitment_process.yml [new file with mode: 0644]
addons/hr_recruitment/test/resume.eml [new file with mode: 0644]
addons/hr_recruitment/wizard/__init__.py [new file with mode: 0644]
addons/hr_recruitment/wizard/hr_recruitment_create_partner_job.py [new file with mode: 0644]
addons/hr_recruitment/wizard/hr_recruitment_create_partner_job_view.xml [new file with mode: 0644]
addons/hr_recruitment/wizard/hr_recruitment_employee_hired.py [new file with mode: 0644]
addons/hr_recruitment/wizard/hr_recruitment_employee_hired.xml [new file with mode: 0644]
addons/hr_recruitment/wizard/hr_recruitment_phonecall.py [new file with mode: 0644]
addons/hr_recruitment/wizard/hr_recruitment_phonecall_view.xml [new file with mode: 0644]
addons/hr_timesheet/__init__.py [new file with mode: 0644]
addons/hr_timesheet/__openerp__.py [new file with mode: 0644]
addons/hr_timesheet/hr_timesheet.py [new file with mode: 0644]
addons/hr_timesheet/hr_timesheet_data.xml [new file with mode: 0644]
addons/hr_timesheet/hr_timesheet_demo.xml [new file with mode: 0644]
addons/hr_timesheet/hr_timesheet_installer.xml [new file with mode: 0644]
addons/hr_timesheet/hr_timesheet_report.xml [new file with mode: 0644]
addons/hr_timesheet/hr_timesheet_view.xml [new file with mode: 0644]
addons/hr_timesheet/hr_timesheet_wizard.xml [new file with mode: 0644]
addons/hr_timesheet/i18n/es.po [new file with mode: 0644]
addons/hr_timesheet/i18n/es_AR.po [new file with mode: 0644]
addons/hr_timesheet/i18n/es_CR.po [new file with mode: 0644]
addons/hr_timesheet/i18n/es_EC.po [new file with mode: 0644]
addons/hr_timesheet/i18n/es_MX.po [new file with mode: 0644]
addons/hr_timesheet/i18n/es_UY.po [new file with mode: 0644]
addons/hr_timesheet/i18n/es_VE.po [new file with mode: 0644]
addons/hr_timesheet/i18n/hr_timesheet.pot [new file with mode: 0644]
addons/hr_timesheet/images/hr_timesheet_lines.jpeg [new file with mode: 0644]
addons/hr_timesheet/process/hr_timesheet_process.xml [new file with mode: 0644]
addons/hr_timesheet/report/__init__.py [new file with mode: 0644]
addons/hr_timesheet/report/custom_default.xsl [new file with mode: 0644]
addons/hr_timesheet/report/custom_rml.xsl [new file with mode: 0644]
addons/hr_timesheet/report/user_timesheet.py [new file with mode: 0644]
addons/hr_timesheet/report/user_timesheet.xsl [new file with mode: 0644]
addons/hr_timesheet/report/users_timesheet.py [new file with mode: 0644]
addons/hr_timesheet/report/users_timesheet.xsl [new file with mode: 0644]
addons/hr_timesheet/security/hr_timesheet_security.xml [new file with mode: 0644]
addons/hr_timesheet/security/ir.model.access.csv [new file with mode: 0644]
addons/hr_timesheet/test/hr_timesheet_demo.yml [new file with mode: 0644]
addons/hr_timesheet/test/hr_timesheet_report.yml [new file with mode: 0644]
addons/hr_timesheet/test/test_hr_timesheet.yml [new file with mode: 0644]
addons/hr_timesheet/wizard/__init__.py [new file with mode: 0644]
addons/hr_timesheet/wizard/hr_timesheet_print_employee.py [new file with mode: 0644]
addons/hr_timesheet/wizard/hr_timesheet_print_employee_view.xml [new file with mode: 0644]
addons/hr_timesheet/wizard/hr_timesheet_print_users.py [new file with mode: 0644]
addons/hr_timesheet/wizard/hr_timesheet_print_users_view.xml [new file with mode: 0644]
addons/hr_timesheet/wizard/hr_timesheet_sign_in_out.py [new file with mode: 0644]
addons/hr_timesheet/wizard/hr_timesheet_sign_in_out_view.xml [new file with mode: 0644]
addons/hr_timesheet_invoice/__init__.py [new file with mode: 0644]
addons/hr_timesheet_invoice/__openerp__.py [new file with mode: 0644]
addons/hr_timesheet_invoice/board_hr_timesheet_invoice.xml [new file with mode: 0644]
addons/hr_timesheet_invoice/hr_timesheet_invoice.py [new file with mode: 0644]
addons/hr_timesheet_invoice/hr_timesheet_invoice_data.xml [new file with mode: 0644]
addons/hr_timesheet_invoice/hr_timesheet_invoice_demo.xml [new file with mode: 0644]
addons/hr_timesheet_invoice/hr_timesheet_invoice_report.xml [new file with mode: 0644]
addons/hr_timesheet_invoice/hr_timesheet_invoice_view.xml [new file with mode: 0644]
addons/hr_timesheet_invoice/hr_timesheet_invoice_wizard.xml [new file with mode: 0644]
addons/hr_timesheet_invoice/i18n/es.po [new file with mode: 0644]
addons/hr_timesheet_invoice/i18n/es_AR.po [new file with mode: 0644]
addons/hr_timesheet_invoice/i18n/es_CR.po [new file with mode: 0644]
addons/hr_timesheet_invoice/i18n/es_EC.po [new file with mode: 0644]
addons/hr_timesheet_invoice/i18n/es_MX.po [new file with mode: 0644]
addons/hr_timesheet_invoice/i18n/es_UY.po [new file with mode: 0644]
addons/hr_timesheet_invoice/i18n/es_VE.po [new file with mode: 0644]
addons/hr_timesheet_invoice/i18n/hr_timesheet_invoice.pot [new file with mode: 0644]
addons/hr_timesheet_invoice/images/hr_bill_task_work.jpeg [new file with mode: 0644]
addons/hr_timesheet_invoice/images/hr_type_of_invoicing.jpeg [new file with mode: 0644]
addons/hr_timesheet_invoice/report/__init__.py [new file with mode: 0644]
addons/hr_timesheet_invoice/report/account_analytic_profit.py [new file with mode: 0644]
addons/hr_timesheet_invoice/report/account_analytic_profit.rml [new file with mode: 0644]
addons/hr_timesheet_invoice/report/account_analytic_profit.sxw [new file with mode: 0644]
addons/hr_timesheet_invoice/report/cost_ledger.py [new file with mode: 0644]
addons/hr_timesheet_invoice/report/cost_ledger.rml [new file with mode: 0644]
addons/hr_timesheet_invoice/report/cost_ledger.sxw [new file with mode: 0644]
addons/hr_timesheet_invoice/report/hr_timesheet_invoice_report.py [new file with mode: 0644]
addons/hr_timesheet_invoice/report/hr_timesheet_invoice_report_view.xml [new file with mode: 0644]
addons/hr_timesheet_invoice/report/report_analytic.py [new file with mode: 0644]
addons/hr_timesheet_invoice/report/report_analytic_view.xml [new file with mode: 0644]
addons/hr_timesheet_invoice/security/ir.model.access.csv [new file with mode: 0644]
addons/hr_timesheet_invoice/test/hr_timesheet_invoice_report.yml [new file with mode: 0644]
addons/hr_timesheet_invoice/test/test_hr_timesheet_invoice.yml [new file with mode: 0644]
addons/hr_timesheet_invoice/wizard/__init__.py [new file with mode: 0644]
addons/hr_timesheet_invoice/wizard/hr_timesheet_analytic_cost_ledger_report.py [new file with mode: 0644]
addons/hr_timesheet_invoice/wizard/hr_timesheet_analytic_profit.py [new file with mode: 0644]
addons/hr_timesheet_invoice/wizard/hr_timesheet_analytic_profit_view.xml [new file with mode: 0644]
addons/hr_timesheet_invoice/wizard/hr_timesheet_final_invoice_create.py [new file with mode: 0644]
addons/hr_timesheet_invoice/wizard/hr_timesheet_invoice_analytic_cost_ledger_view.xml [new file with mode: 0644]
addons/hr_timesheet_invoice/wizard/hr_timesheet_invoice_create.py [new file with mode: 0644]
addons/hr_timesheet_invoice/wizard/hr_timesheet_invoice_create_final_view.xml [new file with mode: 0644]
addons/hr_timesheet_invoice/wizard/hr_timesheet_invoice_create_view.xml [new file with mode: 0644]
addons/hr_timesheet_sheet/__init__.py [new file with mode: 0644]
addons/hr_timesheet_sheet/__openerp__.py [new file with mode: 0644]
addons/hr_timesheet_sheet/board_hr_timesheet_view.xml [new file with mode: 0644]
addons/hr_timesheet_sheet/hr_timesheet_sheet.py [new file with mode: 0644]
addons/hr_timesheet_sheet/hr_timesheet_sheet_data.xml [new file with mode: 0644]
addons/hr_timesheet_sheet/hr_timesheet_sheet_demo.xml [new file with mode: 0644]
addons/hr_timesheet_sheet/hr_timesheet_sheet_view.xml [new file with mode: 0644]
addons/hr_timesheet_sheet/hr_timesheet_workflow.xml [new file with mode: 0644]
addons/hr_timesheet_sheet/i18n/es.po [new file with mode: 0644]
addons/hr_timesheet_sheet/i18n/es_AR.po [new file with mode: 0644]
addons/hr_timesheet_sheet/i18n/es_CR.po [new file with mode: 0644]
addons/hr_timesheet_sheet/i18n/es_EC.po [new file with mode: 0644]
addons/hr_timesheet_sheet/i18n/es_MX.po [new file with mode: 0644]
addons/hr_timesheet_sheet/i18n/es_UY.po [new file with mode: 0644]
addons/hr_timesheet_sheet/i18n/es_VE.po [new file with mode: 0644]
addons/hr_timesheet_sheet/i18n/hr_timesheet_sheet.pot [new file with mode: 0644]
addons/hr_timesheet_sheet/images/hr_my_timesheet.jpeg [new file with mode: 0644]
addons/hr_timesheet_sheet/images/hr_timesheet_analysis.jpeg [new file with mode: 0644]
addons/hr_timesheet_sheet/images/hr_timesheet_sheet_analysis.jpeg [new file with mode: 0644]
addons/hr_timesheet_sheet/images/hr_timesheets.jpeg [new file with mode: 0644]
addons/hr_timesheet_sheet/process/hr_timesheet_sheet_process.xml [new file with mode: 0644]
addons/hr_timesheet_sheet/report/__init__.py [new file with mode: 0644]
addons/hr_timesheet_sheet/report/hr_timesheet_report.py [new file with mode: 0644]
addons/hr_timesheet_sheet/report/hr_timesheet_report_view.xml [new file with mode: 0644]
addons/hr_timesheet_sheet/report/timesheet_report.py [new file with mode: 0644]
addons/hr_timesheet_sheet/report/timesheet_report_view.xml [new file with mode: 0644]
addons/hr_timesheet_sheet/security/hr_timesheet_sheet_security.xml [new file with mode: 0644]
addons/hr_timesheet_sheet/security/ir.model.access.csv [new file with mode: 0644]
addons/hr_timesheet_sheet/static/src/img/icon.png [new file with mode: 0644]
addons/hr_timesheet_sheet/test/test_hr_timesheet_sheet.yml [new file with mode: 0644]
addons/hr_timesheet_sheet/wizard/__init__.py [new file with mode: 0644]
addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py [new file with mode: 0644]
addons/hr_timesheet_sheet/wizard/hr_timesheet_current_view.xml [new file with mode: 0644]
addons/html_view/__init__.py [new file with mode: 0644]
addons/html_view/__openerp__.py [new file with mode: 0644]
addons/html_view/html_view.py [new file with mode: 0644]
addons/html_view/html_view.xml [new file with mode: 0644]
addons/html_view/i18n/es.po [new file with mode: 0644]
addons/html_view/i18n/es_AR.po [new file with mode: 0644]
addons/html_view/i18n/es_CR.po [new file with mode: 0644]
addons/html_view/i18n/es_MX.po [new file with mode: 0644]
addons/html_view/i18n/es_PY.po [new file with mode: 0644]
addons/html_view/i18n/es_UY.po [new file with mode: 0644]
addons/html_view/i18n/es_VE.po [new file with mode: 0644]
addons/html_view/i18n/html_view.pot [new file with mode: 0644]
addons/html_view/security/ir.model.access.csv [new file with mode: 0644]
addons/idea/__init__.py [new file with mode: 0644]
addons/idea/__openerp__.py [new file with mode: 0644]
addons/idea/i18n/es.po [new file with mode: 0644]
addons/idea/i18n/es_AR.po [new file with mode: 0644]
addons/idea/i18n/es_CR.po [new file with mode: 0644]
addons/idea/i18n/es_MX.po [new file with mode: 0644]
addons/idea/i18n/es_UY.po [new file with mode: 0644]
addons/idea/i18n/es_VE.po [new file with mode: 0644]
addons/idea/i18n/idea.pot [new file with mode: 0644]
addons/idea/idea.py [new file with mode: 0644]
addons/idea/idea_data.xml [new file with mode: 0644]
addons/idea/idea_view.xml [new file with mode: 0644]
addons/idea/idea_workflow.xml [new file with mode: 0644]
addons/idea/images/1_ideas.jpeg [new file with mode: 0644]
addons/idea/images/2_idea_categories.jpeg [new file with mode: 0644]
addons/idea/images/3_vote_idea.jpeg [new file with mode: 0644]
addons/idea/report/__init__.py [new file with mode: 0644]
addons/idea/report/report_vote.py [new file with mode: 0644]
addons/idea/report/report_vote_view.xml [new file with mode: 0644]
addons/idea/security/idea_security.xml [new file with mode: 0644]
addons/idea/security/ir.model.access.csv [new file with mode: 0644]
addons/idea/test/test_idea.yml [new file with mode: 0644]
addons/idea/wizard/__init__.py [new file with mode: 0644]
addons/idea/wizard/idea_post_vote.py [new file with mode: 0644]
addons/idea/wizard/idea_post_vote_view.xml [new file with mode: 0644]
addons/import_base/__init__.py [new file with mode: 0644]
addons/import_base/__openerp__.py [new file with mode: 0644]
addons/import_base/i18n/es.po [new file with mode: 0644]
addons/import_base/i18n/es_CR.po [new file with mode: 0644]
addons/import_base/i18n/es_UY.po [new file with mode: 0644]
addons/import_base/i18n/import_base.pot [new file with mode: 0644]
addons/import_base/import_base_view.xml [new file with mode: 0644]
addons/import_base/import_framework.py [new file with mode: 0644]
addons/import_base/mapper.py [new file with mode: 0644]
addons/import_google/__init__.py [new file with mode: 0644]
addons/import_google/__openerp__.py [new file with mode: 0644]
addons/import_google/i18n/es.po [new file with mode: 0644]
addons/import_google/i18n/es_CR.po [new file with mode: 0644]
addons/import_google/i18n/es_UY.po [new file with mode: 0644]
addons/import_google/i18n/import_google.pot [new file with mode: 0644]
addons/import_google/partner.py [new file with mode: 0644]
addons/import_google/security/ir.model.access.csv [new file with mode: 0644]
addons/import_google/sync_google_calendar_view.xml [new file with mode: 0644]
addons/import_google/test/test_sync_google_calendar.yml [new file with mode: 0644]
addons/import_google/test/test_sync_google_contact_import_address.yml [new file with mode: 0644]
addons/import_google/test/test_sync_google_contact_import_partner.yml [new file with mode: 0644]
addons/import_google/wizard/__init__.py [new file with mode: 0644]
addons/import_google/wizard/google_import_message.py [new file with mode: 0644]
addons/import_google/wizard/google_import_message_view.xml [new file with mode: 0644]
addons/import_google/wizard/import_google.py [new file with mode: 0644]
addons/import_google/wizard/import_google_data.py [new file with mode: 0644]
addons/import_google/wizard/import_google_data_view.xml [new file with mode: 0644]
addons/import_sugarcrm/__init__.py [new file with mode: 0644]
addons/import_sugarcrm/__openerp__.py [new file with mode: 0644]
addons/import_sugarcrm/doc/import_sugarcrm_installation_manual.odt [new file with mode: 0644]
addons/import_sugarcrm/doc/import_sugarcrm_user_manual.odt [new file with mode: 0644]
addons/import_sugarcrm/doc/import_sugarcrm_zsi_installation.txt [new file with mode: 0644]
addons/import_sugarcrm/i18n/es.po [new file with mode: 0644]
addons/import_sugarcrm/i18n/es_CR.po [new file with mode: 0644]
addons/import_sugarcrm/i18n/es_UY.po [new file with mode: 0644]
addons/import_sugarcrm/i18n/import_sugarcrm.pot [new file with mode: 0644]
addons/import_sugarcrm/import_sugarcrm.py [new file with mode: 0644]
addons/import_sugarcrm/import_sugarcrm_view.xml [new file with mode: 0644]
addons/import_sugarcrm/security/ir.model.access.csv [new file with mode: 0644]
addons/import_sugarcrm/sugar.py [new file with mode: 0644]
addons/import_sugarcrm/sugarsoap_services.py [new file with mode: 0644]
addons/import_sugarcrm/sugarsoap_services_types.py [new file with mode: 0644]
addons/import_sugarcrm/wizard/__init__.py [new file with mode: 0644]
addons/import_sugarcrm/wizard/import_message.py [new file with mode: 0644]
addons/import_sugarcrm/wizard/import_message_view.xml [new file with mode: 0644]
addons/jasper_reports/JasperReports/AbstractDataGenerator.py [new file with mode: 0644]
addons/jasper_reports/JasperReports/BrowseDataGenerator.py [new file with mode: 0644]
addons/jasper_reports/JasperReports/JasperReport.py [new file with mode: 0644]
addons/jasper_reports/JasperReports/JasperServer.py [new file with mode: 0644]
addons/jasper_reports/JasperReports/RecordDataGenerator.py [new file with mode: 0644]
addons/jasper_reports/JasperReports/__init__.py [new file with mode: 0644]
addons/jasper_reports/__init__.py [new file with mode: 0644]
addons/jasper_reports/__openerp__.py [new file with mode: 0644]
addons/jasper_reports/custom_reports/.empty [new file with mode: 0644]
addons/jasper_reports/custom_reports/cuentas_report.jasper [new file with mode: 0644]
addons/jasper_reports/custom_reports/cuentas_report.jrxml [new file with mode: 0644]
addons/jasper_reports/demo/partner.jrxml [new file with mode: 0644]
addons/jasper_reports/demo/partner.properties [new file with mode: 0644]
addons/jasper_reports/demo/partner_ca_ES.properties [new file with mode: 0644]
addons/jasper_reports/demo/partner_es_ES.properties [new file with mode: 0644]
addons/jasper_reports/demo/subpartner.jrxml [new file with mode: 0644]
addons/jasper_reports/doc/jasper_reports.rst [new file with mode: 0755]
addons/jasper_reports/http_server.py [new file with mode: 0644]
addons/jasper_reports/i18n/ar.po [new file with mode: 0644]
addons/jasper_reports/i18n/ca.po [new file with mode: 0644]
addons/jasper_reports/i18n/ca_ES.po [new file with mode: 0644]
addons/jasper_reports/i18n/es.po [new file with mode: 0644]
addons/jasper_reports/i18n/es_ES.po [new file with mode: 0644]
addons/jasper_reports/i18n/fr.po [new file with mode: 0644]
addons/jasper_reports/i18n/hr.po [new file with mode: 0644]
addons/jasper_reports/i18n/jasper_reports.pot [new file with mode: 0644]
addons/jasper_reports/i18n/pt_BR.po [new file with mode: 0644]
addons/jasper_reports/i18n/ru.po [new file with mode: 0644]
addons/jasper_reports/i18n/th.po [new file with mode: 0644]
addons/jasper_reports/i18n/zh_CN.po [new file with mode: 0644]
addons/jasper_reports/jasper_demo.xml [new file with mode: 0644]
addons/jasper_reports/jasper_report.py [new file with mode: 0644]
addons/jasper_reports/jasper_wizard.xml [new file with mode: 0644]
addons/jasper_reports/java/com/nantic/jasperreports/CsvMultiLanguageDataSource.class [new file with mode: 0644]
addons/jasper_reports/java/com/nantic/jasperreports/CsvMultiLanguageDataSource.java [new file with mode: 0644]
addons/jasper_reports/java/com/nantic/jasperreports/I18nGetText.class [new file with mode: 0644]
addons/jasper_reports/java/com/nantic/jasperreports/I18nGetText.java [new file with mode: 0644]
addons/jasper_reports/java/com/nantic/jasperreports/I18nGroovyCompiler.class [new file with mode: 0644]
addons/jasper_reports/java/com/nantic/jasperreports/I18nGroovyCompiler.java [new file with mode: 0644]
addons/jasper_reports/java/com/nantic/jasperreports/JasperServer.class [new file with mode: 0644]
addons/jasper_reports/java/com/nantic/jasperreports/JasperServer.java [new file with mode: 0644]
addons/jasper_reports/java/com/nantic/jasperreports/LanguageTable.class [new file with mode: 0644]
addons/jasper_reports/java/com/nantic/jasperreports/LanguageTable.java [new file with mode: 0644]
addons/jasper_reports/java/com/nantic/jasperreports/ReportCompiler.class [new file with mode: 0644]
addons/jasper_reports/java/com/nantic/jasperreports/ReportCompiler.java [new file with mode: 0644]
addons/jasper_reports/java/com/nantic/jasperreports/Translator.class [new file with mode: 0644]
addons/jasper_reports/java/com/nantic/jasperreports/Translator.java [new file with mode: 0644]
addons/jasper_reports/java/com/nantic/jasperreports/XmlMultiLanguageDataSource.class [new file with mode: 0644]
addons/jasper_reports/java/com/nantic/jasperreports/XmlMultiLanguageDataSource.java [new file with mode: 0644]
addons/jasper_reports/java/compile.sh [new file with mode: 0755]
addons/jasper_reports/java/create-report.sh [new file with mode: 0755]
addons/jasper_reports/java/jasperserver.log [new file with mode: 0644]
addons/jasper_reports/java/jrxml2pot [new file with mode: 0755]
addons/jasper_reports/java/lib/ant-1.7.1.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/antlr-2.7.6.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/asm-attrs.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/asm.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/barbecue-1.5-beta1.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/barcode4j-2.0.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/batik-anim.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/batik-awt-util.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/batik-bridge.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/batik-css.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/batik-dom.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/batik-ext.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/batik-gvt.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/batik-parser.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/batik-script.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/batik-svg-dom.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/batik-svggen.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/batik-util.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/batik-xml.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/bcel-5.2.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/bsh-2.0b4.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/castor-1.2.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/cglib-2.1.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/cincom-jr-xmla.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/commons-beanutils-1.8.2.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/commons-collections-3.2.1.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/commons-dbcp-1.2.2.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/commons-digester-1.7.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/commons-javaflow-20060411.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/commons-logging-1.1.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/commons-math-1.0.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/commons-pool-1.3.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/commons-vfs-1.0.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/dom4j-1.6.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/ehcache-1.1.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/eigenbase-properties-1.1.0.10924.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/eigenbase-resgen-1.3.0.11873.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/eigenbase-xom-1.3.0.11999.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/ejb3-persistence.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/gettext-commons-0.9.6.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/groovy-all-1.7.5.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/hibernate-annotations.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/hibernate-commons-annotations.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/hibernate3.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/hsqldb-1.8.0-10.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/i18n.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/iText-2.1.7.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/iTextAsian.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/jakarta-bcel-20050813.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/jasperreports-4.0.1.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/jasperreports-chart-themes-4.0.1.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/jasperreports-extensions-3.5.3.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/jasperreports-fonts-4.0.1.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/javacup.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/javassist-3.4.GA.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/jaxen-1.1.1.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/jcommon-1.0.15.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/jdt-compiler-3.1.1.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/jfreechart-1.0.12.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/jpa.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/js_activation-1.1.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/js_axis-1.4patched.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/js_commons-codec-1.3.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/js_commons-discovery-0.2.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/js_commons-httpclient-3.1.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/js_jasperserver-common-ws-3.5.0.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/js_jaxrpc.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/js_mail-1.4.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/js_saaj-api-1.3.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/js_wsdl4j-1.5.1.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/jta.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/jxl-2.6.10.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/log4j-1.2.15.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/mondrian-3.1.1.12687-Jaspersoft.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/olap4j-0.9.7.145.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/png-encoder-1.5.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/poi-3.6.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/postgresql-8.4-701.jdbc4.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/rex-20080421.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/rhino-1.7R1.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/saaj-api-1.3.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/slf4j-api.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/slf4j-log4j12.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/spring.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/sqleonardo-2009.03.rc1.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/swingx-2007_10_07.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/update-jasper-reports.sh [new file with mode: 0755]
addons/jasper_reports/java/lib/ws-commons-util-1.0.2.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/xalan.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/xml-apis-ext.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/xml-apis.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/xmlrpc-common-3.1.2.jar [new file with mode: 0644]
addons/jasper_reports/java/lib/xmlrpc-server-3.1.2.jar [new file with mode: 0644]
addons/jasper_reports/java/log4j.properties [new file with mode: 0644]
addons/jasper_reports/java/po2properties [new file with mode: 0755]
addons/jasper_reports/report/document_header.jrxml [new file with mode: 0644]
addons/jasper_reports/report/landscape_header.jrxml [new file with mode: 0644]
addons/jasper_reports/report/portrait_header.jrxml [new file with mode: 0644]
addons/jasper_reports/report/report_header.jrxml [new file with mode: 0644]
addons/jasper_reports/report_xml.py [new file with mode: 0644]
addons/jasper_reports/report_xml_view.xml [new file with mode: 0644]
addons/jasper_reports/security/ir.model.access.csv [new file with mode: 0644]
addons/jasper_reports/wizard/__init__.py [new file with mode: 0644]
addons/jasper_reports/wizard/jasper_create_data_template.py [new file with mode: 0644]
addons/jasper_reports/wizard/jasper_create_data_template.xml [new file with mode: 0644]
addons/knowledge/__init__.py [new file with mode: 0644]
addons/knowledge/__openerp__.py [new file with mode: 0644]
addons/knowledge/i18n/es.po [new file with mode: 0644]
addons/knowledge/i18n/es_AR.po [new file with mode: 0644]
addons/knowledge/i18n/es_CR.po [new file with mode: 0644]
addons/knowledge/i18n/es_MX.po [new file with mode: 0644]
addons/knowledge/i18n/es_UY.po [new file with mode: 0644]
addons/knowledge/i18n/es_VE.po [new file with mode: 0644]
addons/knowledge/i18n/knowledge.pot [new file with mode: 0644]
addons/knowledge/images/1_config_knowledge.jpeg [new file with mode: 0644]
addons/knowledge/images/knowledge-hover.png [new file with mode: 0644]
addons/knowledge/images/knowledge.png [new file with mode: 0644]
addons/knowledge/knowledge_demo.xml [new file with mode: 0644]
addons/knowledge/knowledge_view.xml [new file with mode: 0644]
addons/knowledge/security/ir.model.access.csv [new file with mode: 0644]
addons/knowledge/security/knowledge_security.xml [new file with mode: 0644]
addons/knowledge/static/src/img/icon.png [new file with mode: 0644]
addons/l10n_at/__init__.py [new file with mode: 0644]
addons/l10n_at/__openerp__.py [new file with mode: 0644]
addons/l10n_at/account_chart.xml [new file with mode: 0644]
addons/l10n_at/account_tax.xml [new file with mode: 0644]
addons/l10n_at/account_tax_code.xml [new file with mode: 0644]
addons/l10n_at/account_wizard.py [new file with mode: 0644]
addons/l10n_at/l10n_chart_at_wizard.xml [new file with mode: 0644]
addons/l10n_be/__init__.py [new file with mode: 0644]
addons/l10n_be/__openerp__.py [new file with mode: 0644]
addons/l10n_be/account_chart_template.xml [new file with mode: 0644]
addons/l10n_be/account_demo.xml [new file with mode: 0644]
addons/l10n_be/account_financial_report.xml [new file with mode: 0644]
addons/l10n_be/account_fiscal_position_tax_template.xml [new file with mode: 0644]
addons/l10n_be/account_pcmn_belgium.xml [new file with mode: 0644]
addons/l10n_be/account_tax_code_template.xml [new file with mode: 0644]
addons/l10n_be/account_tax_template.xml [new file with mode: 0644]
addons/l10n_be/company.py [new file with mode: 0644]
addons/l10n_be/fiscal_templates.xml [new file with mode: 0644]
addons/l10n_be/i18n/es.po [new file with mode: 0644]
addons/l10n_be/i18n/es_AR.po [new file with mode: 0644]
addons/l10n_be/i18n/es_CR.po [new file with mode: 0644]
addons/l10n_be/i18n/es_MX.po [new file with mode: 0644]
addons/l10n_be/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_be/i18n/es_VE.po [new file with mode: 0644]
addons/l10n_be/i18n/l10n_be.pot [new file with mode: 0644]
addons/l10n_be/images/1_config_chart_l10n_be.jpeg [new file with mode: 0644]
addons/l10n_be/images/2_l10n_be_chart.jpeg [new file with mode: 0644]
addons/l10n_be/l10n_be_sequence.xml [new file with mode: 0644]
addons/l10n_be/l10n_be_wizard.yml [new file with mode: 0644]
addons/l10n_be/pcmn.csv [new file with mode: 0644]
addons/l10n_be/pcmn3.csv [new file with mode: 0644]
addons/l10n_be/security/ir.model.access.csv [new file with mode: 0644]
addons/l10n_be/wizard/__init__.py [new file with mode: 0644]
addons/l10n_be/wizard/l10n_be_account_vat_declaration.py [new file with mode: 0644]
addons/l10n_be/wizard/l10n_be_account_vat_declaration_view.xml [new file with mode: 0644]
addons/l10n_be/wizard/l10n_be_partner_vat_listing.py [new file with mode: 0644]
addons/l10n_be/wizard/l10n_be_partner_vat_listing.rml [new file with mode: 0644]
addons/l10n_be/wizard/l10n_be_partner_vat_listing.xml [new file with mode: 0644]
addons/l10n_be/wizard/l10n_be_vat_intra.py [new file with mode: 0644]
addons/l10n_be/wizard/l10n_be_vat_intra_print.rml [new file with mode: 0644]
addons/l10n_be/wizard/l10n_be_vat_intra_view.xml [new file with mode: 0644]
addons/l10n_be_hr_payroll/__init__.py [new file with mode: 0644]
addons/l10n_be_hr_payroll/__openerp__.py [new file with mode: 0644]
addons/l10n_be_hr_payroll/data/hr.salary.rule.csv [new file with mode: 0644]
addons/l10n_be_hr_payroll/i18n/es.po [new file with mode: 0644]
addons/l10n_be_hr_payroll/i18n/es_CR.po [new file with mode: 0644]
addons/l10n_be_hr_payroll/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_be_hr_payroll/i18n/l10n_be_hr_payroll.pot [new file with mode: 0644]
addons/l10n_be_hr_payroll/l10n_be_hr_payroll.py [new file with mode: 0644]
addons/l10n_be_hr_payroll/l10n_be_hr_payroll_data.xml [new file with mode: 0644]
addons/l10n_be_hr_payroll/l10n_be_hr_payroll_demo.xml [new file with mode: 0644]
addons/l10n_be_hr_payroll/l10n_be_hr_payroll_view.xml [new file with mode: 0644]
addons/l10n_be_invoice_bba/__init__.py [new file with mode: 0644]
addons/l10n_be_invoice_bba/__openerp__.py [new file with mode: 0644]
addons/l10n_be_invoice_bba/account_invoice_view.xml [new file with mode: 0644]
addons/l10n_be_invoice_bba/i18n/es.po [new file with mode: 0644]
addons/l10n_be_invoice_bba/i18n/es_CR.po [new file with mode: 0644]
addons/l10n_be_invoice_bba/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_be_invoice_bba/i18n/l10n_be_invoice_bba.pot [new file with mode: 0644]
addons/l10n_be_invoice_bba/invoice.py [new file with mode: 0644]
addons/l10n_be_invoice_bba/partner.py [new file with mode: 0644]
addons/l10n_be_invoice_bba/partner_view.xml [new file with mode: 0644]
addons/l10n_br/__init__.py [new file with mode: 0644]
addons/l10n_br/__openerp__.py [new file with mode: 0644]
addons/l10n_br/account.py [new file with mode: 0644]
addons/l10n_br/account_view.xml [new file with mode: 0644]
addons/l10n_br/data/account.account.template.csv [new file with mode: 0644]
addons/l10n_br/data/account.account.type.csv [new file with mode: 0644]
addons/l10n_br/data/account.tax.code.template.csv [new file with mode: 0644]
addons/l10n_br/data/account_tax_template.xml [new file with mode: 0644]
addons/l10n_br/data/l10n_br_account_chart_template.xml [new file with mode: 0644]
addons/l10n_br/data/l10n_br_data.xml [new file with mode: 0644]
addons/l10n_br/i18n/es.po [new file with mode: 0644]
addons/l10n_br/i18n/es_CR.po [new file with mode: 0644]
addons/l10n_br/i18n/es_MX.po [new file with mode: 0644]
addons/l10n_br/i18n/es_PY.po [new file with mode: 0644]
addons/l10n_br/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_br/i18n/es_VE.po [new file with mode: 0644]
addons/l10n_br/i18n/l10n_br.pot [new file with mode: 0644]
addons/l10n_br/images/1_config_chart_l10n_br.jpeg [new file with mode: 0644]
addons/l10n_br/images/2_l10n_br_chart.jpeg [new file with mode: 0644]
addons/l10n_br/l10n_br.py [new file with mode: 0644]
addons/l10n_br/l10n_br_view.xml [new file with mode: 0644]
addons/l10n_br/security/ir.model.access.csv [new file with mode: 0644]
addons/l10n_ca/__init__.py [new file with mode: 0644]
addons/l10n_ca/__openerp__.py [new file with mode: 0644]
addons/l10n_ca/account_chart_en.xml [new file with mode: 0644]
addons/l10n_ca/account_chart_fr.xml [new file with mode: 0644]
addons/l10n_ca/account_chart_template_en.xml [new file with mode: 0644]
addons/l10n_ca/account_chart_template_fr.xml [new file with mode: 0644]
addons/l10n_ca/account_tax_code_en.xml [new file with mode: 0644]
addons/l10n_ca/account_tax_code_fr.xml [new file with mode: 0644]
addons/l10n_ca/account_tax_en.xml [new file with mode: 0644]
addons/l10n_ca/account_tax_fr.xml [new file with mode: 0644]
addons/l10n_ca/fiscal_templates_en.xml [new file with mode: 0644]
addons/l10n_ca/fiscal_templates_fr.xml [new file with mode: 0644]
addons/l10n_ca/i18n/es.po [new file with mode: 0644]
addons/l10n_ca/i18n/es_CR.po [new file with mode: 0644]
addons/l10n_ca/i18n/es_MX.po [new file with mode: 0644]
addons/l10n_ca/i18n/es_PY.po [new file with mode: 0644]
addons/l10n_ca/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_ca/i18n/es_VE.po [new file with mode: 0644]
addons/l10n_ca/i18n/l10n_ca_en.pot [new file with mode: 0644]
addons/l10n_ca/images/config_chart_l10n_ca.jpeg [new file with mode: 0644]
addons/l10n_ca/images/l10n_ca_chart.jpeg [new file with mode: 0644]
addons/l10n_ca/l10n_ca_wizard.xml [new file with mode: 0644]
addons/l10n_ca/static/src/img/icon.png [new file with mode: 0644]
addons/l10n_ch/__init__.py [new file with mode: 0644]
addons/l10n_ch/__openerp__.py [new file with mode: 0644]
addons/l10n_ch/account_invoice.xml [new file with mode: 0644]
addons/l10n_ch/account_wizard.py [new file with mode: 0644]
addons/l10n_ch/bank.py [new file with mode: 0644]
addons/l10n_ch/bank_view.xml [new file with mode: 0644]
addons/l10n_ch/company.py [new file with mode: 0644]
addons/l10n_ch/company_view.xml [new file with mode: 0644]
addons/l10n_ch/demo/demo.xml [new file with mode: 0644]
addons/l10n_ch/demo/dta_demo.xml [new file with mode: 0644]
addons/l10n_ch/dta_data.xml [new file with mode: 0644]
addons/l10n_ch/i18n/es.po [new file with mode: 0644]
addons/l10n_ch/i18n/es_AR.po [new file with mode: 0644]
addons/l10n_ch/i18n/es_CR.po [new file with mode: 0644]
addons/l10n_ch/i18n/es_MX.po [new file with mode: 0644]
addons/l10n_ch/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_ch/i18n/es_VE.po [new file with mode: 0644]
addons/l10n_ch/i18n/l10n_ch.pot [new file with mode: 0644]
addons/l10n_ch/images/config_chart_l10n_ch.jpeg [new file with mode: 0644]
addons/l10n_ch/images/l10n_ch_chart.jpeg [new file with mode: 0644]
addons/l10n_ch/invoice.py [new file with mode: 0644]
addons/l10n_ch/journal_data.xml [new file with mode: 0644]
addons/l10n_ch/partner.py [new file with mode: 0644]
addons/l10n_ch/payment.py [new file with mode: 0644]
addons/l10n_ch/readme.txt [new file with mode: 0644]
addons/l10n_ch/report/__init__.py [new file with mode: 0644]
addons/l10n_ch/report/bvr.jpg [new file with mode: 0644]
addons/l10n_ch/report/bvr.mako [new file with mode: 0644]
addons/l10n_ch/report/bvr1.jpg [new file with mode: 0644]
addons/l10n_ch/report/ocrbb.ttf [new file with mode: 0755]
addons/l10n_ch/report/report_webkit_html.mako [new file with mode: 0644]
addons/l10n_ch/report/report_webkit_html.py [new file with mode: 0644]
addons/l10n_ch/report/report_webkit_html_view.xml [new file with mode: 0644]
addons/l10n_ch/sample/README [new file with mode: 0644]
addons/l10n_ch/sample/sample.dta [new file with mode: 0644]
addons/l10n_ch/sample/sample.v11 [new file with mode: 0644]
addons/l10n_ch/sample/zvr_besrtechdok_fr.pdf [new file with mode: 0644]
addons/l10n_ch/security/ir.model.access.csv [new file with mode: 0644]
addons/l10n_ch/sterchi_chart/account.xml [new file with mode: 0644]
addons/l10n_ch/sterchi_chart/account_journal_rel.xml [new file with mode: 0644]
addons/l10n_ch/sterchi_chart/fiscal_position.xml [new file with mode: 0644]
addons/l10n_ch/sterchi_chart/vat.xml [new file with mode: 0644]
addons/l10n_ch/sterchi_chart/vat2011.xml [new file with mode: 0644]
addons/l10n_ch/test/l10n_ch_dta.yml [new file with mode: 0644]
addons/l10n_ch/test/l10n_ch_report.yml [new file with mode: 0644]
addons/l10n_ch/test/l10n_ch_v11.yml [new file with mode: 0644]
addons/l10n_ch/test/l10n_ch_v11_part.yml [new file with mode: 0644]
addons/l10n_ch/test/test.v11 [new file with mode: 0755]
addons/l10n_ch/test/test_part_1.v11 [new file with mode: 0755]
addons/l10n_ch/test/test_part_2.v11 [new file with mode: 0755]
addons/l10n_ch/wizard.xml [new file with mode: 0644]
addons/l10n_ch/wizard/__init__.py [new file with mode: 0644]
addons/l10n_ch/wizard/bvr_import.py [new file with mode: 0644]
addons/l10n_ch/wizard/bvr_import_view.xml [new file with mode: 0644]
addons/l10n_ch/wizard/create_dta.py [new file with mode: 0644]
addons/l10n_ch/wizard/create_dta_view.xml [new file with mode: 0644]
addons/l10n_ch/wizard/unicode2ascii.py [new file with mode: 0644]
addons/l10n_cn/__init__.py [new file with mode: 0644]
addons/l10n_cn/__openerp__.py [new file with mode: 0644]
addons/l10n_cn/account_chart.xml [new file with mode: 0644]
addons/l10n_cn/base_data.xml [new file with mode: 0644]
addons/l10n_cn/i18n/es.po [new file with mode: 0644]
addons/l10n_cn/i18n/es_CR.po [new file with mode: 0644]
addons/l10n_cn/i18n/es_MX.po [new file with mode: 0644]
addons/l10n_cn/i18n/es_PY.po [new file with mode: 0644]
addons/l10n_cn/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_cn/i18n/es_VE.po [new file with mode: 0644]
addons/l10n_cn/i18n/l10n_cn.pot [new file with mode: 0644]
addons/l10n_cn/images/config_chart_l10n_cn.jpeg [new file with mode: 0644]
addons/l10n_cn/images/l10n_cn_chart.jpeg [new file with mode: 0644]
addons/l10n_cn/l10n_chart_cn_wizard.xml [new file with mode: 0644]
addons/l10n_cr/__init__.py [new file with mode: 0644]
addons/l10n_cr/__openerp__.py [new file with mode: 0644]
addons/l10n_cr/data/account_account_template.xml [new file with mode: 0644]
addons/l10n_cr/data/account_account_type.xml [new file with mode: 0644]
addons/l10n_cr/data/account_chart_template.xml [new file with mode: 0644]
addons/l10n_cr/data/account_tax_code_template.xml [new file with mode: 0644]
addons/l10n_cr/data/account_tax_template.xml [new file with mode: 0644]
addons/l10n_cr/i18n/es.po [new file with mode: 0644]
addons/l10n_cr/i18n/es_CR.po [new file with mode: 0644]
addons/l10n_cr/i18n/es_MX.po [new file with mode: 0644]
addons/l10n_cr/i18n/es_PY.po [new file with mode: 0644]
addons/l10n_cr/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_cr/i18n/es_VE.po [new file with mode: 0644]
addons/l10n_cr/i18n/l10n_cr.pot [new file with mode: 0644]
addons/l10n_cr/images/config_chart_l10n_cr.jpeg [new file with mode: 0644]
addons/l10n_cr/images/l10n_cr_chart.jpeg [new file with mode: 0644]
addons/l10n_cr/l10n_cr_base_data.xml [new file with mode: 0644]
addons/l10n_cr/l10n_wizard.xml [new file with mode: 0644]
addons/l10n_de/__init__.py [new file with mode: 0644]
addons/l10n_de/__openerp__.py [new file with mode: 0644]
addons/l10n_de/account_chart_skr03.xml [new file with mode: 0644]
addons/l10n_de/account_chart_skr04.xml [new file with mode: 0644]
addons/l10n_de/account_chart_template_skr03.xml [new file with mode: 0644]
addons/l10n_de/account_chart_template_skr04.xml [new file with mode: 0644]
addons/l10n_de/account_tax_fiscal_position_skr03.xml [new file with mode: 0644]
addons/l10n_de/account_tax_fiscal_position_skr04.xml [new file with mode: 0644]
addons/l10n_de/account_tax_skr03.xml [new file with mode: 0644]
addons/l10n_de/account_tax_skr04.xml [new file with mode: 0644]
addons/l10n_de/account_types_skr03.xml [new file with mode: 0644]
addons/l10n_de/account_types_skr04.xml [new file with mode: 0644]
addons/l10n_de/i18n/es.po [new file with mode: 0644]
addons/l10n_de/i18n/es_AR.po [new file with mode: 0644]
addons/l10n_de/i18n/es_CR.po [new file with mode: 0644]
addons/l10n_de/i18n/es_ES.po [new file with mode: 0644]
addons/l10n_de/i18n/es_MX.po [new file with mode: 0644]
addons/l10n_de/i18n/es_PY.po [new file with mode: 0644]
addons/l10n_de/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_de/i18n/es_VE.po [new file with mode: 0644]
addons/l10n_de/i18n/l10n_de.pot [new file with mode: 0644]
addons/l10n_de/images/config_chart_l10n_de.jpeg [new file with mode: 0644]
addons/l10n_de/images/l10n_de_chart.jpeg [new file with mode: 0644]
addons/l10n_de/l10n_de_wizard.xml [new file with mode: 0644]
addons/l10n_ec/__init__.py [new file with mode: 0644]
addons/l10n_ec/__openerp__.py [new file with mode: 0644]
addons/l10n_ec/account_chart.xml [new file with mode: 0644]
addons/l10n_ec/account_tax.xml [new file with mode: 0644]
addons/l10n_ec/account_tax_code.xml [new file with mode: 0644]
addons/l10n_ec/i18n/es.po [new file with mode: 0644]
addons/l10n_ec/i18n/es_CR.po [new file with mode: 0644]
addons/l10n_ec/i18n/es_EC.po [new file with mode: 0644]
addons/l10n_ec/i18n/es_MX.po [new file with mode: 0644]
addons/l10n_ec/i18n/es_PY.po [new file with mode: 0644]
addons/l10n_ec/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_ec/i18n/es_VE.po [new file with mode: 0644]
addons/l10n_ec/i18n/l10n_ec.pot [new file with mode: 0644]
addons/l10n_ec/images/config_chart_l10n_ec.jpeg [new file with mode: 0644]
addons/l10n_ec/images/l10n_ec_chart.jpeg [new file with mode: 0644]
addons/l10n_ec/l10n_chart_ec_wizard.xml [new file with mode: 0644]
addons/l10n_es/__init__.py [new file with mode: 0644]
addons/l10n_es/__openerp__.py [new file with mode: 0644]
addons/l10n_es/account_chart.xml [new file with mode: 0644]
addons/l10n_es/account_chart_pymes.xml [new file with mode: 0644]
addons/l10n_es/fiscal_templates.xml [new file with mode: 0644]
addons/l10n_es/fiscal_templates_pymes.xml [new file with mode: 0644]
addons/l10n_es/i18n/es.po [new file with mode: 0644]
addons/l10n_es/i18n/es_CR.po [new file with mode: 0644]
addons/l10n_es/i18n/es_MX.po [new file with mode: 0644]
addons/l10n_es/i18n/es_PY.po [new file with mode: 0644]
addons/l10n_es/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_es/i18n/es_VE.po [new file with mode: 0644]
addons/l10n_es/i18n/l10n_es.pot [new file with mode: 0644]
addons/l10n_es/images/config_chart_l10n_es.jpeg [new file with mode: 0644]
addons/l10n_es/images/l10n_es_chart.jpeg [new file with mode: 0644]
addons/l10n_es/l10n_es_wizard.xml [new file with mode: 0644]
addons/l10n_es/taxes_data.xml [new file with mode: 0644]
addons/l10n_es/taxes_data_pymes.xml [new file with mode: 0644]
addons/l10n_fr/__init__.py [new file with mode: 0644]
addons/l10n_fr/__openerp__.py [new file with mode: 0644]
addons/l10n_fr/fr_fiscal_templates.xml [new file with mode: 0644]
addons/l10n_fr/fr_pcg_taxes.xml [new file with mode: 0644]
addons/l10n_fr/fr_report.xml [new file with mode: 0644]
addons/l10n_fr/fr_tax.xml [new file with mode: 0644]
addons/l10n_fr/i18n/es.po [new file with mode: 0644]
addons/l10n_fr/i18n/es_AR.po [new file with mode: 0644]
addons/l10n_fr/i18n/es_CR.po [new file with mode: 0644]
addons/l10n_fr/i18n/es_MX.po [new file with mode: 0644]
addons/l10n_fr/i18n/es_PY.po [new file with mode: 0644]
addons/l10n_fr/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_fr/i18n/es_VE.po [new file with mode: 0644]
addons/l10n_fr/i18n/l10n_fr.pot [new file with mode: 0644]
addons/l10n_fr/images/config_chart_l10n_fr.jpeg [new file with mode: 0644]
addons/l10n_fr/images/l10n_fr_chart.jpeg [new file with mode: 0644]
addons/l10n_fr/l10n_fr.py [new file with mode: 0644]
addons/l10n_fr/l10n_fr_wizard.xml [new file with mode: 0644]
addons/l10n_fr/plan_comptable_general.xml [new file with mode: 0644]
addons/l10n_fr/report/__init__.py [new file with mode: 0644]
addons/l10n_fr/report/base_report.py [new file with mode: 0644]
addons/l10n_fr/report/bilan_report.py [new file with mode: 0644]
addons/l10n_fr/report/bilan_report.rml [new file with mode: 0644]
addons/l10n_fr/report/bilan_report.sxw [new file with mode: 0644]
addons/l10n_fr/report/compute_resultant_report.py [new file with mode: 0644]
addons/l10n_fr/report/compute_resultant_report.rml [new file with mode: 0644]
addons/l10n_fr/report/compute_resultant_report.sxw [new file with mode: 0644]
addons/l10n_fr/security/ir.model.access.csv [new file with mode: 0644]
addons/l10n_fr/test/l10n_fr_report.yml [new file with mode: 0644]
addons/l10n_fr/wizard/__init__.py [new file with mode: 0644]
addons/l10n_fr/wizard/fr_report_bilan.py [new file with mode: 0644]
addons/l10n_fr/wizard/fr_report_bilan_view.xml [new file with mode: 0644]
addons/l10n_fr/wizard/fr_report_compute_resultant.py [new file with mode: 0644]
addons/l10n_fr/wizard/fr_report_compute_resultant_view.xml [new file with mode: 0644]
addons/l10n_fr_rib/__init__.py [new file with mode: 0644]
addons/l10n_fr_rib/__openerp__.py [new file with mode: 0644]
addons/l10n_fr_rib/bank.py [new file with mode: 0644]
addons/l10n_fr_rib/bank_data.xml [new file with mode: 0644]
addons/l10n_fr_rib/bank_view.xml [new file with mode: 0644]
addons/l10n_fr_rib/i18n/es.po [new file with mode: 0644]
addons/l10n_fr_rib/i18n/es_CR.po [new file with mode: 0644]
addons/l10n_fr_rib/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_fr_rib/i18n/l10n_fr_rib.pot [new file with mode: 0644]
addons/l10n_gr/__init__.py [new file with mode: 0644]
addons/l10n_gr/__openerp__.py [new file with mode: 0644]
addons/l10n_gr/account_chart.xml [new file with mode: 0644]
addons/l10n_gr/account_full_chart.xml [new file with mode: 0644]
addons/l10n_gr/account_tax.xml [new file with mode: 0644]
addons/l10n_gr/account_tax_vat.xml [new file with mode: 0644]
addons/l10n_gr/account_types.xml [new file with mode: 0644]
addons/l10n_gr/i18n/es.po [new file with mode: 0644]
addons/l10n_gr/i18n/es_CR.po [new file with mode: 0644]
addons/l10n_gr/i18n/es_MX.po [new file with mode: 0644]
addons/l10n_gr/i18n/es_PY.po [new file with mode: 0644]
addons/l10n_gr/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_gr/i18n/es_VE.po [new file with mode: 0644]
addons/l10n_gr/i18n/l10n_gr.pot [new file with mode: 0644]
addons/l10n_gr/images/config_chart_l10n_gr.jpeg [new file with mode: 0644]
addons/l10n_gr/images/l10n_gr_chart.jpeg [new file with mode: 0644]
addons/l10n_gr/l10n_gr_wizard.xml [new file with mode: 0644]
addons/l10n_gt/__init__.py [new file with mode: 0644]
addons/l10n_gt/__openerp__.py [new file with mode: 0644]
addons/l10n_gt/account_chart.xml [new file with mode: 0644]
addons/l10n_gt/account_tax.xml [new file with mode: 0644]
addons/l10n_gt/account_types.xml [new file with mode: 0644]
addons/l10n_gt/i18n/es.po [new file with mode: 0644]
addons/l10n_gt/i18n/es_CR.po [new file with mode: 0644]
addons/l10n_gt/i18n/es_MX.po [new file with mode: 0644]
addons/l10n_gt/i18n/es_PY.po [new file with mode: 0644]
addons/l10n_gt/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_gt/i18n/es_VE.po [new file with mode: 0644]
addons/l10n_gt/i18n/l10n_gt.pot [new file with mode: 0644]
addons/l10n_gt/images/config_chart_l10n_gt.jpeg [new file with mode: 0644]
addons/l10n_gt/images/l10n_gt_chart.jpeg [new file with mode: 0644]
addons/l10n_gt/l10n_gt_base.xml [new file with mode: 0644]
addons/l10n_hn/__init__.py [new file with mode: 0644]
addons/l10n_hn/__openerp__.py [new file with mode: 0644]
addons/l10n_hn/account_chart.xml [new file with mode: 0644]
addons/l10n_hn/account_tax.xml [new file with mode: 0644]
addons/l10n_hn/account_types.xml [new file with mode: 0644]
addons/l10n_hn/i18n/es.po [new file with mode: 0644]
addons/l10n_hn/i18n/es_CR.po [new file with mode: 0644]
addons/l10n_hn/i18n/es_PY.po [new file with mode: 0644]
addons/l10n_hn/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_hn/i18n/l10n_hn.pot [new file with mode: 0644]
addons/l10n_hn/l10n_hn_base.xml [new file with mode: 0644]
addons/l10n_in/__init__.py [new file with mode: 0644]
addons/l10n_in/__openerp__.py [new file with mode: 0644]
addons/l10n_in/account_tax.xml [new file with mode: 0644]
addons/l10n_in/account_tax_code.xml [new file with mode: 0644]
addons/l10n_in/i18n/es.po [new file with mode: 0644]
addons/l10n_in/i18n/es_CR.po [new file with mode: 0644]
addons/l10n_in/i18n/es_MX.po [new file with mode: 0644]
addons/l10n_in/i18n/es_PY.po [new file with mode: 0644]
addons/l10n_in/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_in/i18n/es_VE.po [new file with mode: 0644]
addons/l10n_in/i18n/l10n_in.pot [new file with mode: 0644]
addons/l10n_in/images/config_chart_l10n_in.jpeg [new file with mode: 0644]
addons/l10n_in/images/l10n_in_chart.jpeg [new file with mode: 0644]
addons/l10n_in/l10n_in_chart.xml [new file with mode: 0644]
addons/l10n_in/l10n_in_wizard.xml [new file with mode: 0644]
addons/l10n_it/__init__.py [new file with mode: 0644]
addons/l10n_it/__openerp__.py [new file with mode: 0644]
addons/l10n_it/account_chart.xml [new file with mode: 0644]
addons/l10n_it/data/account.account.template.csv [new file with mode: 0644]
addons/l10n_it/data/account.fiscal.position.template.csv [new file with mode: 0644]
addons/l10n_it/data/account.tax.code.template.csv [new file with mode: 0644]
addons/l10n_it/data/account.tax.template.csv [new file with mode: 0644]
addons/l10n_it/i18n/es.po [new file with mode: 0644]
addons/l10n_it/i18n/es_CR.po [new file with mode: 0644]
addons/l10n_it/i18n/es_MX.po [new file with mode: 0644]
addons/l10n_it/i18n/es_PY.po [new file with mode: 0644]
addons/l10n_it/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_it/i18n/es_VE.po [new file with mode: 0644]
addons/l10n_it/i18n/l10n_it.pot [new file with mode: 0644]
addons/l10n_it/images/config_chart_l10n_it.jpeg [new file with mode: 0644]
addons/l10n_it/images/l10n_it_chart.jpeg [new file with mode: 0644]
addons/l10n_it/l10n_chart_it_generic.xml [new file with mode: 0644]
addons/l10n_lu/__init__.py [new file with mode: 0644]
addons/l10n_lu/__openerp__.py [new file with mode: 0644]
addons/l10n_lu/account.account.template-2011.csv [new file with mode: 0644]
addons/l10n_lu/account.account.type-2011.csv [new file with mode: 0644]
addons/l10n_lu/account.chart.template-2011.csv [new file with mode: 0644]
addons/l10n_lu/account.fiscal.position.tax.template-2011.csv [new file with mode: 0644]
addons/l10n_lu/account.fiscal.position.template-2011.csv [new file with mode: 0644]
addons/l10n_lu/account.tax.code.template-2011.csv [new file with mode: 0644]
addons/l10n_lu/account.tax.template-2011.csv [new file with mode: 0644]
addons/l10n_lu/i18n/es.po [new file with mode: 0644]
addons/l10n_lu/i18n/es_AR.po [new file with mode: 0644]
addons/l10n_lu/i18n/es_CR.po [new file with mode: 0644]
addons/l10n_lu/i18n/es_MX.po [new file with mode: 0644]
addons/l10n_lu/i18n/es_PY.po [new file with mode: 0644]
addons/l10n_lu/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_lu/i18n/es_VE.po [new file with mode: 0644]
addons/l10n_lu/i18n/l10n_lu.pot [new file with mode: 0644]
addons/l10n_lu/images/config_chart_l10n_lu.jpeg [new file with mode: 0644]
addons/l10n_lu/images/l10n_lu_chart.jpeg [new file with mode: 0644]
addons/l10n_lu/l10n_lu_wizard.xml [new file with mode: 0644]
addons/l10n_lu/test/l10n_lu_report.yml [new file with mode: 0644]
addons/l10n_lu/wizard/TVA_MEN_09_xxxx.pdf [new file with mode: 0644]
addons/l10n_lu/wizard/TVA_TRI_10_xxxx.pdf [new file with mode: 0644]
addons/l10n_lu/wizard/__init__.py [new file with mode: 0644]
addons/l10n_lu/wizard/pdf_ext.py [new file with mode: 0644]
addons/l10n_lu/wizard/print_vat.py [new file with mode: 0644]
addons/l10n_lu/wizard/print_vat_view.xml [new file with mode: 0644]
addons/l10n_ma/__init__.py [new file with mode: 0644]
addons/l10n_ma/__openerp__.py [new file with mode: 0644]
addons/l10n_ma/account_pcg_morocco.xml [new file with mode: 0644]
addons/l10n_ma/account_type.xml [new file with mode: 0644]
addons/l10n_ma/i18n/es.po [new file with mode: 0644]
addons/l10n_ma/i18n/es_CR.po [new file with mode: 0644]
addons/l10n_ma/i18n/es_MX.po [new file with mode: 0644]
addons/l10n_ma/i18n/es_PY.po [new file with mode: 0644]
addons/l10n_ma/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_ma/i18n/es_VE.po [new file with mode: 0644]
addons/l10n_ma/i18n/l10n_ma.pot [new file with mode: 0644]
addons/l10n_ma/images/config_chart_l10n_ma.jpeg [new file with mode: 0644]
addons/l10n_ma/images/l10n_ma_chart.jpeg [new file with mode: 0644]
addons/l10n_ma/l10n_ma.py [new file with mode: 0644]
addons/l10n_ma/l10n_ma_journal.xml [new file with mode: 0644]
addons/l10n_ma/l10n_ma_tax.xml [new file with mode: 0644]
addons/l10n_ma/l10n_ma_wizard.xml [new file with mode: 0644]
addons/l10n_ma/security/compta_security.xml [new file with mode: 0644]
addons/l10n_ma/security/ir.model.access.csv [new file with mode: 0644]
addons/l10n_multilang/__init__.py [new file with mode: 0644]
addons/l10n_multilang/__openerp__.py [new file with mode: 0644]
addons/l10n_multilang/account.py [new file with mode: 0644]
addons/l10n_multilang/i18n/es.po [new file with mode: 0644]
addons/l10n_multilang/i18n/es_CR.po [new file with mode: 0644]
addons/l10n_multilang/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_multilang/i18n/l10n_multilang.pot [new file with mode: 0644]
addons/l10n_multilang/l10n_multilang.py [new file with mode: 0644]
addons/l10n_mx/__init__.py [new file with mode: 0644]
addons/l10n_mx/__openerp__.py [new file with mode: 0644]
addons/l10n_mx/account_chart.xml [new file with mode: 0644]
addons/l10n_mx/account_tax.xml [new file with mode: 0644]
addons/l10n_mx/account_tax_code.xml [new file with mode: 0644]
addons/l10n_mx/i18n/es.po [new file with mode: 0644]
addons/l10n_mx/i18n/es_CR.po [new file with mode: 0644]
addons/l10n_mx/i18n/es_MX.po [new file with mode: 0644]
addons/l10n_mx/i18n/es_PY.po [new file with mode: 0644]
addons/l10n_mx/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_mx/i18n/es_VE.po [new file with mode: 0644]
addons/l10n_mx/i18n/l10n_mx.pot [new file with mode: 0644]
addons/l10n_mx/images/config_chart_l10n_mx.jpeg [new file with mode: 0644]
addons/l10n_mx/images/l10n_mx_chart.jpeg [new file with mode: 0644]
addons/l10n_mx/l10n_chart_mx_wizard.xml [new file with mode: 0644]
addons/l10n_nl/__init__.py [new file with mode: 0644]
addons/l10n_nl/__openerp__.py [new file with mode: 0644]
addons/l10n_nl/account_chart_netherlands.xml [new file with mode: 0644]
addons/l10n_nl/account_fiscal_position_account_template.xml [new file with mode: 0644]
addons/l10n_nl/account_fiscal_position_tax_template.xml [new file with mode: 0644]
addons/l10n_nl/account_fiscal_position_template.xml [new file with mode: 0644]
addons/l10n_nl/i18n/es.po [new file with mode: 0644]
addons/l10n_nl/i18n/es_CR.po [new file with mode: 0644]
addons/l10n_nl/i18n/es_MX.po [new file with mode: 0644]
addons/l10n_nl/i18n/es_PY.po [new file with mode: 0644]
addons/l10n_nl/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_nl/i18n/es_VE.po [new file with mode: 0644]
addons/l10n_nl/i18n/l10n_nl.pot [new file with mode: 0644]
addons/l10n_nl/images/config_chart_l10n_nl.jpeg [new file with mode: 0644]
addons/l10n_nl/images/l10n_nl_chart.jpeg [new file with mode: 0644]
addons/l10n_nl/l10n_nl_wizard.xml [new file with mode: 0644]
addons/l10n_pe/__init__.py [new file with mode: 0644]
addons/l10n_pe/__openerp__.py [new file with mode: 0644]
addons/l10n_pe/account_tax.xml [new file with mode: 0644]
addons/l10n_pe/account_tax_code.xml [new file with mode: 0644]
addons/l10n_pe/i18n/es.po [new file with mode: 0644]
addons/l10n_pe/i18n/es_PY.po [new file with mode: 0644]
addons/l10n_pe/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_pe/i18n/l10n_pe.pot [new file with mode: 0644]
addons/l10n_pe/images/config_chart_l10n_pe.jpeg [new file with mode: 0644]
addons/l10n_pe/images/l10n_pe_chart.jpeg [new file with mode: 0644]
addons/l10n_pe/l10n_pe_chart.xml [new file with mode: 0644]
addons/l10n_pe/l10n_pe_wizard.xml [new file with mode: 0644]
addons/l10n_pl/__init__.py [new file with mode: 0644]
addons/l10n_pl/__openerp__.py [new file with mode: 0644]
addons/l10n_pl/account_chart.xml [new file with mode: 0644]
addons/l10n_pl/account_tax.xml [new file with mode: 0644]
addons/l10n_pl/account_tax_code.xml [new file with mode: 0644]
addons/l10n_pl/i18n/es.po [new file with mode: 0644]
addons/l10n_pl/i18n/es_CR.po [new file with mode: 0644]
addons/l10n_pl/i18n/es_MX.po [new file with mode: 0644]
addons/l10n_pl/i18n/es_PY.po [new file with mode: 0644]
addons/l10n_pl/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_pl/i18n/es_VE.po [new file with mode: 0644]
addons/l10n_pl/i18n/l10n_pl.pot [new file with mode: 0644]
addons/l10n_pl/images/config_chart_l10n_pl.jpeg [new file with mode: 0644]
addons/l10n_pl/images/l10n_pl_chart.jpeg [new file with mode: 0644]
addons/l10n_pl/l10n_chart_pl_wizard.xml [new file with mode: 0644]
addons/l10n_ro/__init__.py [new file with mode: 0644]
addons/l10n_ro/__openerp__.py [new file with mode: 0644]
addons/l10n_ro/account_chart.xml [new file with mode: 0644]
addons/l10n_ro/account_tax.xml [new file with mode: 0644]
addons/l10n_ro/account_tax_code.xml [new file with mode: 0644]
addons/l10n_ro/i18n/es.po [new file with mode: 0644]
addons/l10n_ro/i18n/es_CR.po [new file with mode: 0644]
addons/l10n_ro/i18n/es_MX.po [new file with mode: 0644]
addons/l10n_ro/i18n/es_PY.po [new file with mode: 0644]
addons/l10n_ro/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_ro/i18n/es_VE.po [new file with mode: 0644]
addons/l10n_ro/i18n/l10n_ro.pot [new file with mode: 0644]
addons/l10n_ro/images/config_chart_l10n_ro.jpeg [new file with mode: 0644]
addons/l10n_ro/images/l10n_ro_chart.jpeg [new file with mode: 0644]
addons/l10n_ro/l10n_chart_ro_wizard.xml [new file with mode: 0644]
addons/l10n_ro/partner_view.xml [new file with mode: 0644]
addons/l10n_ro/res_partner.py [new file with mode: 0644]
addons/l10n_syscohada/__init__.py [new file with mode: 0644]
addons/l10n_syscohada/__openerp__.py [new file with mode: 0644]
addons/l10n_syscohada/i18n/es.po [new file with mode: 0644]
addons/l10n_syscohada/i18n/es_CR.po [new file with mode: 0644]
addons/l10n_syscohada/i18n/es_MX.po [new file with mode: 0644]
addons/l10n_syscohada/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_syscohada/i18n/es_VE.po [new file with mode: 0644]
addons/l10n_syscohada/i18n/l10n_syscohada.pot [new file with mode: 0644]
addons/l10n_syscohada/l10n_syscohada_data.xml [new file with mode: 0644]
addons/l10n_syscohada/l10n_syscohada_wizard.xml [new file with mode: 0644]
addons/l10n_th/__init__.py [new file with mode: 0644]
addons/l10n_th/__openerp__.py [new file with mode: 0644]
addons/l10n_th/account_data.xml [new file with mode: 0644]
addons/l10n_th/i18n/es.po [new file with mode: 0644]
addons/l10n_th/i18n/es_CR.po [new file with mode: 0644]
addons/l10n_th/i18n/es_MX.po [new file with mode: 0644]
addons/l10n_th/i18n/es_PY.po [new file with mode: 0644]
addons/l10n_th/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_th/i18n/es_VE.po [new file with mode: 0644]
addons/l10n_th/i18n/l10n_th.pot [new file with mode: 0644]
addons/l10n_th/images/config_chart_l10n_th.jpeg [new file with mode: 0644]
addons/l10n_th/images/l10n_th_chart.jpeg [new file with mode: 0644]
addons/l10n_tr/__init__.py [new file with mode: 0644]
addons/l10n_tr/__openerp__.py [new file with mode: 0644]
addons/l10n_tr/account_chart_template.xml [new file with mode: 0644]
addons/l10n_tr/account_code_template.xml [new file with mode: 0644]
addons/l10n_tr/account_tax_code_template.xml [new file with mode: 0644]
addons/l10n_tr/account_tax_template.xml [new file with mode: 0644]
addons/l10n_tr/account_tdhp_turkey.xml [new file with mode: 0644]
addons/l10n_tr/images/chart_l10n_tr_1.jpg [new file with mode: 0644]
addons/l10n_tr/images/chart_l10n_tr_2.jpg [new file with mode: 0644]
addons/l10n_tr/images/chart_l10n_tr_3.jpg [new file with mode: 0644]
addons/l10n_tr/l10n_tr_wizard.xml [new file with mode: 0644]
addons/l10n_tr/static/src/img/icon.png [new file with mode: 0644]
addons/l10n_uk/__init__.py [new file with mode: 0644]
addons/l10n_uk/__openerp__.py [new file with mode: 0644]
addons/l10n_uk/data/account.account.template.csv [new file with mode: 0644]
addons/l10n_uk/data/account.account.type.csv [new file with mode: 0644]
addons/l10n_uk/data/account.chart.template.csv [new file with mode: 0644]
addons/l10n_uk/data/account.tax.code.template.csv [new file with mode: 0644]
addons/l10n_uk/data/account.tax.template.csv [new file with mode: 0644]
addons/l10n_uk/data/res.country.state.csv [new file with mode: 0644]
addons/l10n_uk/demo/demo.xml [new file with mode: 0644]
addons/l10n_uk/i18n/es.po [new file with mode: 0644]
addons/l10n_uk/i18n/es_AR.po [new file with mode: 0644]
addons/l10n_uk/i18n/es_CR.po [new file with mode: 0644]
addons/l10n_uk/i18n/es_MX.po [new file with mode: 0644]
addons/l10n_uk/i18n/es_PY.po [new file with mode: 0644]
addons/l10n_uk/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_uk/i18n/es_VE.po [new file with mode: 0644]
addons/l10n_uk/i18n/l10n_uk.pot [new file with mode: 0644]
addons/l10n_uk/images/config_chart_l10n_uk.jpeg [new file with mode: 0644]
addons/l10n_uk/images/l10n_uk_chart.jpeg [new file with mode: 0644]
addons/l10n_uk/l10n_uk_wizard.xml [new file with mode: 0644]
addons/l10n_us/__init__.py [new file with mode: 0644]
addons/l10n_us/__openerp__.py [new file with mode: 0644]
addons/l10n_us/account.account.template.csv [new file with mode: 0644]
addons/l10n_us/account_chart_template.xml [new file with mode: 0644]
addons/l10n_us/account_chart_template_after.xml [new file with mode: 0644]
addons/l10n_us/account_tax_code_template.xml [new file with mode: 0644]
addons/l10n_us/account_tax_template.xml [new file with mode: 0644]
addons/l10n_us/l10n_us_account_type.xml [new file with mode: 0644]
addons/l10n_us/l10n_us_wizard.xml [new file with mode: 0644]
addons/l10n_ve/__init__.py [new file with mode: 0644]
addons/l10n_ve/__openerp__.py [new file with mode: 0644]
addons/l10n_ve/account_chart.xml [new file with mode: 0644]
addons/l10n_ve/account_tax.xml [new file with mode: 0644]
addons/l10n_ve/account_tax_code.xml [new file with mode: 0644]
addons/l10n_ve/i18n/es.po [new file with mode: 0644]
addons/l10n_ve/i18n/es_CR.po [new file with mode: 0644]
addons/l10n_ve/i18n/es_MX.po [new file with mode: 0644]
addons/l10n_ve/i18n/es_PY.po [new file with mode: 0644]
addons/l10n_ve/i18n/es_UY.po [new file with mode: 0644]
addons/l10n_ve/i18n/es_VE.po [new file with mode: 0644]
addons/l10n_ve/i18n/l10n_ve.pot [new file with mode: 0644]
addons/l10n_ve/images/config_chart_l10n_ve.jpeg [new file with mode: 0644]
addons/l10n_ve/images/l10n_ve_chart.jpeg [new file with mode: 0644]
addons/l10n_ve/l10n_chart_ve_wizard.xml [new file with mode: 0644]
addons/lunch/__init__.py [new file with mode: 0644]
addons/lunch/__openerp__.py [new file with mode: 0644]
addons/lunch/i18n/es.po [new file with mode: 0644]
addons/lunch/i18n/es_CR.po [new file with mode: 0644]
addons/lunch/i18n/es_MX.po [new file with mode: 0644]
addons/lunch/i18n/es_PY.po [new file with mode: 0644]
addons/lunch/i18n/es_UY.po [new file with mode: 0644]
addons/lunch/i18n/es_VE.po [new file with mode: 0644]
addons/lunch/i18n/lunch.pot [new file with mode: 0644]
addons/lunch/images/cash_moves.jpeg [new file with mode: 0644]
addons/lunch/images/lunch_orders.jpeg [new file with mode: 0644]
addons/lunch/images/products.jpeg [new file with mode: 0644]
addons/lunch/lunch.py [new file with mode: 0644]
addons/lunch/lunch_demo.xml [new file with mode: 0644]
addons/lunch/lunch_installer_view.xml [new file with mode: 0644]
addons/lunch/lunch_report.xml [new file with mode: 0644]
addons/lunch/lunch_view.xml [new file with mode: 0644]
addons/lunch/report/__init__.py [new file with mode: 0644]
addons/lunch/report/order.py [new file with mode: 0644]
addons/lunch/report/order.rml [new file with mode: 0644]
addons/lunch/report/order.sxw [new file with mode: 0644]
addons/lunch/report/report_lunch_order.py [new file with mode: 0644]
addons/lunch/report/report_lunch_order_view.xml [new file with mode: 0644]
addons/lunch/security/ir.model.access.csv [new file with mode: 0644]
addons/lunch/security/lunch_security.xml [new file with mode: 0644]
addons/lunch/static/src/img/icon.png [new file with mode: 0644]
addons/lunch/test/lunch_report.yml [new file with mode: 0644]
addons/lunch/test/test_lunch.yml [new file with mode: 0644]
addons/lunch/wizard/__init__.py [new file with mode: 0644]
addons/lunch/wizard/lunch_cashbox_clean.py [new file with mode: 0644]
addons/lunch/wizard/lunch_cashbox_clean_view.xml [new file with mode: 0644]
addons/lunch/wizard/lunch_order_cancel.py [new file with mode: 0644]
addons/lunch/wizard/lunch_order_cancel_view.xml [new file with mode: 0644]
addons/lunch/wizard/lunch_order_confirm.py [new file with mode: 0644]
addons/lunch/wizard/lunch_order_confirm_view.xml [new file with mode: 0644]
addons/mail/__init__.py [new file with mode: 0644]
addons/mail/__openerp__.py [new file with mode: 0644]
addons/mail/i18n/es.po [new file with mode: 0644]
addons/mail/i18n/es_CR.po [new file with mode: 0644]
addons/mail/i18n/es_MX.po [new file with mode: 0644]
addons/mail/i18n/es_PY.po [new file with mode: 0644]
addons/mail/i18n/es_UY.po [new file with mode: 0644]
addons/mail/i18n/es_VE.po [new file with mode: 0644]
addons/mail/i18n/mail.pot [new file with mode: 0644]
addons/mail/images/customer_history.jpeg [new file with mode: 0644]
addons/mail/images/messages_form.jpeg [new file with mode: 0644]
addons/mail/images/messages_list.jpeg [new file with mode: 0644]
addons/mail/mail_data.xml [new file with mode: 0644]
addons/mail/mail_message.py [new file with mode: 0644]
addons/mail/mail_message_view.xml [new file with mode: 0644]
addons/mail/mail_thread.py [new file with mode: 0644]
addons/mail/mail_thread_view.xml [new file with mode: 0644]
addons/mail/res_partner.py [new file with mode: 0644]
addons/mail/res_partner_view.xml [new file with mode: 0644]
addons/mail/security/ir.model.access.csv [new file with mode: 0644]
addons/mail/static/scripts/openerp_mailgate.py [new file with mode: 0755]
addons/mail/wizard/__init__.py [new file with mode: 0644]
addons/mail/wizard/mail_compose_message.py [new file with mode: 0644]
addons/mail/wizard/mail_compose_message_view.xml [new file with mode: 0644]
addons/marketing/__init__.py [new file with mode: 0644]
addons/marketing/__openerp__.py [new file with mode: 0644]
addons/marketing/i18n/es.po [new file with mode: 0644]
addons/marketing/i18n/es_CR.po [new file with mode: 0644]
addons/marketing/i18n/es_MX.po [new file with mode: 0644]
addons/marketing/i18n/es_UY.po [new file with mode: 0644]
addons/marketing/i18n/es_VE.po [new file with mode: 0644]
addons/marketing/i18n/marketing.pot [new file with mode: 0644]
addons/marketing/images/config_marketing.jpeg [new file with mode: 0644]
addons/marketing/images/marketing-hover.png [new file with mode: 0644]
addons/marketing/images/marketing.png [new file with mode: 0644]
addons/marketing/marketing_demo.xml [new file with mode: 0644]
addons/marketing/marketing_view.xml [new file with mode: 0644]
addons/marketing/security/ir.model.access.csv [new file with mode: 0644]
addons/marketing/security/marketing_security.xml [new file with mode: 0644]
addons/marketing_campaign/__init__.py [new file with mode: 0644]
addons/marketing_campaign/__openerp__.py [new file with mode: 0644]
addons/marketing_campaign/i18n/es.po [new file with mode: 0644]
addons/marketing_campaign/i18n/es_CR.po [new file with mode: 0644]
addons/marketing_campaign/i18n/es_MX.po [new file with mode: 0644]
addons/marketing_campaign/i18n/es_UY.po [new file with mode: 0644]
addons/marketing_campaign/i18n/es_VE.po [new file with mode: 0644]
addons/marketing_campaign/i18n/marketing_campaign.pot [new file with mode: 0644]
addons/marketing_campaign/images/campaign.png [new file with mode: 0644]
addons/marketing_campaign/images/campaigns.jpeg [new file with mode: 0644]
addons/marketing_campaign/images/email_account.jpeg [new file with mode: 0644]
addons/marketing_campaign/images/email_templates.jpeg [new file with mode: 0644]
addons/marketing_campaign/images/segments.jpeg [new file with mode: 0644]
addons/marketing_campaign/marketing_campaign.py [new file with mode: 0644]
addons/marketing_campaign/marketing_campaign_data.xml [new file with mode: 0644]
addons/marketing_campaign/marketing_campaign_demo.xml [new file with mode: 0644]
addons/marketing_campaign/marketing_campaign_view.xml [new file with mode: 0644]
addons/marketing_campaign/marketing_campaign_workflow.xml [new file with mode: 0644]
addons/marketing_campaign/report/__init__.py [new file with mode: 0644]
addons/marketing_campaign/report/campaign_analysis.py [new file with mode: 0644]
addons/marketing_campaign/report/campaign_analysis_view.xml [new file with mode: 0644]
addons/marketing_campaign/res_partner.py [new file with mode: 0644]
addons/marketing_campaign/res_partner_view.xml [new file with mode: 0644]
addons/marketing_campaign/security/ir.model.access.csv [new file with mode: 0644]
addons/marketing_campaign/security/marketing_campaign_security.xml [new file with mode: 0644]
addons/marketing_campaign/test/marketing_campaign.yml [new file with mode: 0644]
addons/marketing_campaign_crm_demo/__init__.py [new file with mode: 0644]
addons/marketing_campaign_crm_demo/__openerp__.py [new file with mode: 0644]
addons/marketing_campaign_crm_demo/crm_lead_mc_demo_report.rml [new file with mode: 0644]
addons/marketing_campaign_crm_demo/i18n/es.po [new file with mode: 0644]
addons/marketing_campaign_crm_demo/i18n/es_CR.po [new file with mode: 0644]
addons/marketing_campaign_crm_demo/i18n/es_MX.po [new file with mode: 0644]
addons/marketing_campaign_crm_demo/i18n/es_UY.po [new file with mode: 0644]
addons/marketing_campaign_crm_demo/i18n/es_VE.po [new file with mode: 0644]
addons/marketing_campaign_crm_demo/i18n/marketing_campaign_crm_demo.pot [new file with mode: 0644]
addons/marketing_campaign_crm_demo/images/campaigns.jpeg [new file with mode: 0644]
addons/marketing_campaign_crm_demo/images/email_templates.jpeg [new file with mode: 0644]
addons/marketing_campaign_crm_demo/marketing_campaign_demo.xml [new file with mode: 0644]
addons/membership/__init__.py [new file with mode: 0644]
addons/membership/__openerp__.py [new file with mode: 0644]
addons/membership/i18n/es.po [new file with mode: 0644]
addons/membership/i18n/es_AR.po [new file with mode: 0644]
addons/membership/i18n/es_CR.po [new file with mode: 0644]
addons/membership/i18n/es_MX.po [new file with mode: 0644]
addons/membership/i18n/es_UY.po [new file with mode: 0644]
addons/membership/i18n/es_VE.po [new file with mode: 0644]
addons/membership/i18n/membership.pot [new file with mode: 0644]
addons/membership/images/members.jpeg [new file with mode: 0644]
addons/membership/images/membership_list.jpeg [new file with mode: 0644]
addons/membership/images/membership_products.jpeg [new file with mode: 0644]
addons/membership/membership.py [new file with mode: 0644]
addons/membership/membership_data.xml [new file with mode: 0644]
addons/membership/membership_demo.xml [new file with mode: 0644]
addons/membership/membership_view.xml [new file with mode: 0644]
addons/membership/process/membership_process.xml [new file with mode: 0644]
addons/membership/report/__init__.py [new file with mode: 0644]
addons/membership/report/report_membership.py [new file with mode: 0644]
addons/membership/report/report_membership_view.xml [new file with mode: 0644]
addons/membership/security/ir.model.access.csv [new file with mode: 0644]
addons/membership/test/test_membership.yml [new file with mode: 0644]
addons/membership/wizard/__init__.py [new file with mode: 0644]
addons/membership/wizard/membership_invoice.py [new file with mode: 0644]
addons/membership/wizard/membership_invoice_view.xml [new file with mode: 0644]
addons/mrp/__init__.py [new file with mode: 0644]
addons/mrp/__openerp__.py [new file with mode: 0644]
addons/mrp/board_manufacturing_view.xml [new file with mode: 0644]
addons/mrp/company.py [new file with mode: 0644]
addons/mrp/company_view.xml [new file with mode: 0644]
addons/mrp/i18n/es.po [new file with mode: 0644]
addons/mrp/i18n/es_AR.po [new file with mode: 0644]
addons/mrp/i18n/es_BO.po [new file with mode: 0644]
addons/mrp/i18n/es_CL.po [new file with mode: 0644]
addons/mrp/i18n/es_CR.po [new file with mode: 0644]
addons/mrp/i18n/es_EC.po [new file with mode: 0644]
addons/mrp/i18n/es_MX.po [new file with mode: 0644]
addons/mrp/i18n/es_UY.po [new file with mode: 0644]
addons/mrp/i18n/es_VE.po [new file with mode: 0644]
addons/mrp/i18n/mrp.pot [new file with mode: 0644]
addons/mrp/images/bill_of_materials.jpeg [new file with mode: 0644]
addons/mrp/images/manufacturing-hover.png [new file with mode: 0644]
addons/mrp/images/manufacturing.png [new file with mode: 0644]
addons/mrp/images/manufacturing_order.jpeg [new file with mode: 0644]
addons/mrp/images/planning_manufacturing_order.jpeg [new file with mode: 0644]
addons/mrp/images/production_analysis.jpeg [new file with mode: 0644]
addons/mrp/images/production_dashboard.jpeg [new file with mode: 0644]
addons/mrp/images/routings.jpeg [new file with mode: 0644]
addons/mrp/images/work_centers.jpeg [new file with mode: 0644]
addons/mrp/mrp.py [new file with mode: 0644]
addons/mrp/mrp_data.xml [new file with mode: 0644]
addons/mrp/mrp_demo.xml [new file with mode: 0644]
addons/mrp/mrp_installer.xml [new file with mode: 0644]
addons/mrp/mrp_report.xml [new file with mode: 0644]
addons/mrp/mrp_view.xml [new file with mode: 0644]
addons/mrp/mrp_workflow.xml [new file with mode: 0644]
addons/mrp/process/procurement_process.xml [new file with mode: 0644]
addons/mrp/process/service_product_process.xml [new file with mode: 0644]
addons/mrp/process/stockable_product_process.xml [new file with mode: 0644]
addons/mrp/procurement.py [new file with mode: 0644]
addons/mrp/product.py [new file with mode: 0644]
addons/mrp/report/__init__.py [new file with mode: 0644]
addons/mrp/report/bom_structure.py [new file with mode: 0644]
addons/mrp/report/bom_structure.rml [new file with mode: 0644]
addons/mrp/report/bom_structure.sxw [new file with mode: 0644]
addons/mrp/report/custom_default.xsl [new file with mode: 0644]
addons/mrp/report/custom_rml.xsl [new file with mode: 0644]
addons/mrp/report/mrp_production_order.py [new file with mode: 0644]
addons/mrp/report/mrp_production_order_view.xml [new file with mode: 0644]
addons/mrp/report/mrp_report.py [new file with mode: 0644]
addons/mrp/report/mrp_report_view.xml [new file with mode: 0644]
addons/mrp/report/order.py [new file with mode: 0644]
addons/mrp/report/order.rml [new file with mode: 0644]
addons/mrp/report/order.sxw [new file with mode: 0644]
addons/mrp/report/price.py [new file with mode: 0644]
addons/mrp/report/price.xsl [new file with mode: 0644]
addons/mrp/report/workcenter_load.py [new file with mode: 0644]
addons/mrp/security/ir.model.access.csv [new file with mode: 0644]
addons/mrp/security/mrp_security.xml [new file with mode: 0644]
addons/mrp/static/src/img/icon.png [new file with mode: 0644]
addons/mrp/stock.py [new file with mode: 0644]
addons/mrp/test/cancel_order.yml [new file with mode: 0644]
addons/mrp/test/order_demo.yml [new file with mode: 0644]
addons/mrp/test/order_process.yml [new file with mode: 0644]
addons/mrp/wizard/__init__.py [new file with mode: 0644]
addons/mrp/wizard/change_production_qty.py [new file with mode: 0644]
addons/mrp/wizard/change_production_qty_view.xml [new file with mode: 0644]
addons/mrp/wizard/mrp_price.py [new file with mode: 0644]
addons/mrp/wizard/mrp_price_view.xml [new file with mode: 0644]
addons/mrp/wizard/mrp_product_produce.py [new file with mode: 0644]
addons/mrp/wizard/mrp_product_produce_view.xml [new file with mode: 0644]
addons/mrp/wizard/mrp_workcenter_load.py [new file with mode: 0644]
addons/mrp/wizard/mrp_workcenter_load_view.xml [new file with mode: 0644]
addons/mrp_jit/__init__.py [new file with mode: 0644]
addons/mrp_jit/__openerp__.py [new file with mode: 0644]
addons/mrp_jit/i18n/es.po [new file with mode: 0644]
addons/mrp_jit/i18n/es_AR.po [new file with mode: 0644]
addons/mrp_jit/i18n/es_CR.po [new file with mode: 0644]
addons/mrp_jit/i18n/es_EC.po [new file with mode: 0644]
addons/mrp_jit/i18n/es_MX.po [new file with mode: 0644]
addons/mrp_jit/i18n/es_UY.po [new file with mode: 0644]
addons/mrp_jit/i18n/es_VE.po [new file with mode: 0644]
addons/mrp_jit/i18n/mrp_jit.pot [new file with mode: 0644]
addons/mrp_jit/mrp_jit.xml [new file with mode: 0644]
addons/mrp_jit/test/mrp_jit.yml [new file with mode: 0644]
addons/mrp_operations/__init__.py [new file with mode: 0644]
addons/mrp_operations/__openerp__.py [new file with mode: 0644]
addons/mrp_operations/i18n/es.po [new file with mode: 0644]
addons/mrp_operations/i18n/es_AR.po [new file with mode: 0644]
addons/mrp_operations/i18n/es_CR.po [new file with mode: 0644]
addons/mrp_operations/i18n/es_EC.po [new file with mode: 0644]
addons/mrp_operations/i18n/es_MX.po [new file with mode: 0644]
addons/mrp_operations/i18n/es_UY.po [new file with mode: 0644]
addons/mrp_operations/i18n/es_VE.po [new file with mode: 0644]
addons/mrp_operations/i18n/mrp_operations.pot [new file with mode: 0644]
addons/mrp_operations/images/work_order.jpeg [new file with mode: 0644]
addons/mrp_operations/images/work_order_analysis.jpeg [new file with mode: 0644]
addons/mrp_operations/images/work_order_planning.jpeg [new file with mode: 0644]
addons/mrp_operations/mrp_operation_data.xml [new file with mode: 0644]
addons/mrp_operations/mrp_operations.py [new file with mode: 0644]
addons/mrp_operations/mrp_operations_demo.yml [new file with mode: 0644]
addons/mrp_operations/mrp_operations_report.xml [new file with mode: 0644]
addons/mrp_operations/mrp_operations_view.xml [new file with mode: 0644]
addons/mrp_operations/mrp_operations_workflow.xml [new file with mode: 0644]
addons/mrp_operations/mrp_operations_workflow_instance.xml [new file with mode: 0644]
addons/mrp_operations/process/mrp_operation_process.xml [new file with mode: 0644]
addons/mrp_operations/report/__init__.py [new file with mode: 0644]
addons/mrp_operations/report/mrp_code_barcode.py [new file with mode: 0644]
addons/mrp_operations/report/mrp_code_barcode.rml [new file with mode: 0644]
addons/mrp_operations/report/mrp_wc_barcode.py [new file with mode: 0644]
addons/mrp_operations/report/mrp_wc_barcode.rml [new file with mode: 0644]
addons/mrp_operations/report/mrp_workorder_analysis.py [new file with mode: 0644]
addons/mrp_operations/report/mrp_workorder_analysis_view.xml [new file with mode: 0644]
addons/mrp_operations/security/ir.model.access.csv [new file with mode: 0644]
addons/mrp_operations/test/workcenter_operations.yml [new file with mode: 0644]
addons/mrp_repair/__init__.py [new file with mode: 0644]
addons/mrp_repair/__openerp__.py [new file with mode: 0644]
addons/mrp_repair/i18n/es.po [new file with mode: 0644]
addons/mrp_repair/i18n/es_AR.po [new file with mode: 0644]
addons/mrp_repair/i18n/es_CR.po [new file with mode: 0644]
addons/mrp_repair/i18n/es_EC.po [new file with mode: 0644]
addons/mrp_repair/i18n/es_MX.po [new file with mode: 0644]
addons/mrp_repair/i18n/es_UY.po [new file with mode: 0644]
addons/mrp_repair/i18n/es_VE.po [new file with mode: 0644]
addons/mrp_repair/i18n/mrp_repair.pot [new file with mode: 0644]
addons/mrp_repair/images/repair_order.jpeg [new file with mode: 0644]
addons/mrp_repair/mrp_repair.py [new file with mode: 0644]
addons/mrp_repair/mrp_repair_demo.yml [new file with mode: 0644]
addons/mrp_repair/mrp_repair_report.xml [new file with mode: 0644]
addons/mrp_repair/mrp_repair_sequence.xml [new file with mode: 0644]
addons/mrp_repair/mrp_repair_view.xml [new file with mode: 0644]
addons/mrp_repair/mrp_repair_workflow.xml [new file with mode: 0644]
addons/mrp_repair/report/__init__.py [new file with mode: 0644]
addons/mrp_repair/report/order.py [new file with mode: 0644]
addons/mrp_repair/report/order.rml [new file with mode: 0644]
addons/mrp_repair/security/ir.model.access.csv [new file with mode: 0644]
addons/mrp_repair/security/mrp_repair_security.xml [new file with mode: 0644]
addons/mrp_repair/test/mrp_repair_report.yml [new file with mode: 0644]
addons/mrp_repair/test/test_mrp_repair_afterinv.yml [new file with mode: 0644]
addons/mrp_repair/test/test_mrp_repair_b4inv.yml [new file with mode: 0644]
addons/mrp_repair/test/test_mrp_repair_cancel.yml [new file with mode: 0644]
addons/mrp_repair/test/test_mrp_repair_noneinv.yml [new file with mode: 0644]
addons/mrp_repair/wizard/__init__.py [new file with mode: 0644]
addons/mrp_repair/wizard/cancel_repair.py [new file with mode: 0644]
addons/mrp_repair/wizard/make_invoice.py [new file with mode: 0644]
addons/mrp_repair/wizard/mrp_repair_cancel_view.xml [new file with mode: 0644]
addons/mrp_repair/wizard/mrp_repair_make_invoice_view.xml [new file with mode: 0644]
addons/mrp_subproduct/__init__.py [new file with mode: 0644]
addons/mrp_subproduct/__openerp__.py [new file with mode: 0644]
addons/mrp_subproduct/i18n/es.po [new file with mode: 0644]
addons/mrp_subproduct/i18n/es_AR.po [new file with mode: 0644]
addons/mrp_subproduct/i18n/es_CR.po [new file with mode: 0644]
addons/mrp_subproduct/i18n/es_EC.po [new file with mode: 0644]
addons/mrp_subproduct/i18n/es_MX.po [new file with mode: 0644]
addons/mrp_subproduct/i18n/es_UY.po [new file with mode: 0644]
addons/mrp_subproduct/i18n/es_VE.po [new file with mode: 0644]
addons/mrp_subproduct/i18n/mrp_subproduct.pot [new file with mode: 0644]
addons/mrp_subproduct/images/bom_subproduct.jpeg [new file with mode: 0644]
addons/mrp_subproduct/mrp_subproduct.py [new file with mode: 0644]
addons/mrp_subproduct/mrp_subproduct_view.xml [new file with mode: 0644]
addons/mrp_subproduct/security/ir.model.access.csv [new file with mode: 0644]
addons/mrp_subproduct/test/mrp_subproduct.yml [new file with mode: 0644]
addons/multi_company/__init__.py [new file with mode: 0644]
addons/multi_company/__openerp__.py [new file with mode: 0644]
addons/multi_company/i18n/es.po [new file with mode: 0644]
addons/multi_company/i18n/es_CR.po [new file with mode: 0644]
addons/multi_company/i18n/es_EC.po [new file with mode: 0644]
addons/multi_company/i18n/es_MX.po [new file with mode: 0644]
addons/multi_company/i18n/es_UY.po [new file with mode: 0644]
addons/multi_company/i18n/es_VE.po [new file with mode: 0644]
addons/multi_company/i18n/multi_company.pot [new file with mode: 0644]
addons/multi_company/images/companies.jpeg [new file with mode: 0644]
addons/multi_company/images/default_company_per_object_form.jpeg [new file with mode: 0644]
addons/multi_company/images/default_company_per_object_list.jpeg [new file with mode: 0644]
addons/multi_company/multi_company_demo.xml [new file with mode: 0644]
addons/multi_company/res_company_view.xml [new file with mode: 0644]
addons/multi_company/security/ir.model.access.csv [new file with mode: 0644]
addons/pad/LICENSE [new file with mode: 0644]
addons/pad/__init__.py [new file with mode: 0644]
addons/pad/__openerp__.py [new file with mode: 0644]
addons/pad/i18n/es.po [new file with mode: 0644]
addons/pad/i18n/es_CR.po [new file with mode: 0644]
addons/pad/i18n/es_MX.po [new file with mode: 0644]
addons/pad/i18n/es_UY.po [new file with mode: 0644]
addons/pad/i18n/es_VE.po [new file with mode: 0644]
addons/pad/i18n/pad.pot [new file with mode: 0644]
addons/pad/ir_attachment.py [new file with mode: 0644]
addons/pad/res_company.py [new file with mode: 0644]
addons/pad/res_company.xml [new file with mode: 0644]
addons/pad/static/src/img/pad_link_companies.jpeg [new file with mode: 0644]
addons/pad/static/src/js/pad.js [new file with mode: 0644]
addons/pad/static/src/xml/pad.xml [new file with mode: 0644]
addons/pad_project/__init__.py [new file with mode: 0644]
addons/pad_project/__openerp__.py [new file with mode: 0644]
addons/pad_project/i18n/es.po [new file with mode: 0644]
addons/pad_project/i18n/es_CR.po [new file with mode: 0644]
addons/pad_project/i18n/es_UY.po [new file with mode: 0644]
addons/pad_project/i18n/pad_project.pot [new file with mode: 0644]
addons/pad_project/models/__init__.py [new file with mode: 0644]
addons/pad_project/models/project_task.py [new file with mode: 0644]
addons/pad_project/models/project_task.xml [new file with mode: 0644]
addons/plierinfo.txt [new file with mode: 0644]
addons/plugin/__init__.py [new file with mode: 0644]
addons/plugin/__openerp__.py [new file with mode: 0644]
addons/plugin/i18n/es.po [new file with mode: 0644]
addons/plugin/i18n/es_CR.po [new file with mode: 0644]
addons/plugin/i18n/es_UY.po [new file with mode: 0644]
addons/plugin/i18n/plugin.pot [new file with mode: 0644]
addons/plugin/plugin_handler.py [new file with mode: 0644]
addons/plugin_outlook/__init__.py [new file with mode: 0644]
addons/plugin_outlook/__openerp__.py [new file with mode: 0644]
addons/plugin_outlook/i18n/es.po [new file with mode: 0644]
addons/plugin_outlook/i18n/es_CR.po [new file with mode: 0644]
addons/plugin_outlook/i18n/es_MX.po [new file with mode: 0644]
addons/plugin_outlook/i18n/es_UY.po [new file with mode: 0644]
addons/plugin_outlook/i18n/es_VE.po [new file with mode: 0644]
addons/plugin_outlook/i18n/plugin_outlook.pot [new file with mode: 0644]
addons/plugin_outlook/images/config_outlook.jpeg [new file with mode: 0644]
addons/plugin_outlook/images/outlook_config_openerp.jpeg [new file with mode: 0644]
addons/plugin_outlook/images/outlook_push.jpeg [new file with mode: 0644]
addons/plugin_outlook/plugin_outlook.py [new file with mode: 0644]
addons/plugin_outlook/plugin_outlook.xml [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/CookComputing.XmlRpcV2.dll [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/CookComputing.XmlRpcV2.txt [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPClient/Model.cs [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPClient/OpenERPClient.csproj [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPClient/OpenERPConnect.cs [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPClient/Properties/AssemblyInfo.cs [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPClient/Record.cs [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPClient/XMLRPCClient.cs [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin.sln [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/AssemblyInfo.cs [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Cache.cs [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/ConfigManager.cs [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Connect.cs [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/OpenERPOutlookPlugin.cs [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/OpenERPOutlookPlugin.csproj [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/OpenERPOutlookPlugin.csproj.user [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Properties/Resources.Designer.cs [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Properties/Resources.resx [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Properties/Settings.Designer.cs [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Properties/Settings.settings [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Resources/195737_152643643962_3595480_n.jpg [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Resources/Account.ico [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Resources/Account.png [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Resources/Archive.png [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Resources/Case.png [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Resources/Contact.png [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Resources/Create.png [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Resources/Error.gif [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Resources/Invoice.png [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Resources/Move.gif [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Resources/MoveDown.png [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Resources/MoveLeft.png [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Resources/OpenERP_icon.ico [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Resources/Partner.png [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Resources/Product.png [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Resources/Project.png [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Resources/Sale.png [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Resources/Search.gif [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Resources/Success.gif [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Resources/Task.png [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Resources/developped_by.png [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Resources/logo.png [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Resources/openerp.png [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Resources/perform.gif [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Resources/settings.png [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/Tools.cs [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_choose_document_opt.Designer.cs [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_choose_document_opt.cs [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_choose_document_opt.resx [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_contact.cs [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_contact.designer.cs [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_contact.resx [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_create_doc.Designer.cs [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_create_doc.cs [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_create_doc.resx [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_openerp_configuration.Designer.cs [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_openerp_configuration.cs [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_openerp_configuration.resx [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_openerp_connection.Designer.cs [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_openerp_connection.cs [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_openerp_connection.resx [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_partner.cs [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_partner.designer.cs [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_partner.resx [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_push_mail.cs [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_push_mail.designer.cs [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_push_mail.resx [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_select_partner.Designer.cs [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_select_partner.cs [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPlugin/frm_select_partner.resx [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPluginSetup/OpenERPOutlookPluginSetup.vdproj [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPluginSetup32.msi [new file with mode: 0644]
addons/plugin_outlook/static/openerp-outlook-plugin/OpenERPOutlookPluginSetup64.msi [new file with mode: 0644]
addons/plugin_thunderbird/__init__.py [new file with mode: 0644]
addons/plugin_thunderbird/__openerp__.py [new file with mode: 0644]
addons/plugin_thunderbird/i18n/es.po [new file with mode: 0644]
addons/plugin_thunderbird/i18n/es_CR.po [new file with mode: 0644]
addons/plugin_thunderbird/i18n/es_UY.po [new file with mode: 0644]
addons/plugin_thunderbird/i18n/plugin_thunderbird.pot [new file with mode: 0644]
addons/plugin_thunderbird/images/config_thunderbird.jpeg [new file with mode: 0644]
addons/plugin_thunderbird/images/config_thunderbird_plugin.jpeg [new file with mode: 0644]
addons/plugin_thunderbird/images/thunderbird_document.jpeg [new file with mode: 0644]
addons/plugin_thunderbird/plugin_thunderbird.py [new file with mode: 0644]
addons/plugin_thunderbird/plugin_thunderbird.xml [new file with mode: 0644]
addons/plugin_thunderbird/static/openerp_plugin.xpi [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome.manifest [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin.jar [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/content/config.xul [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/content/config_change.xul [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/content/create.xul [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/content/js/config.js [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/content/js/create.js [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/content/js/dialog.js [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/content/js/overlay.js [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/content/js/push.js [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/content/js/tiny_xmlrpc.js [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/content/js/tools.js [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/content/overlay.xul [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/content/push.xul [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/content/push_dialog.xul [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/content/push_new.xul [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/content/selectpartner.xul [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/content/style.css [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/locale/en-US/address.dtd [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/locale/en-US/config.dtd [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/locale/en-US/config_change.dtd [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/locale/en-US/create.dtd [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/locale/en-US/mboximport.properties [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/locale/en-US/overlay.dtd [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/locale/en-US/plugin.dtd [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/locale/en-US/selectpartner.dtd [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/skin/Archive.png [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/skin/Create.png [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/skin/Error.gif [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/skin/Move.gif [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/skin/MoveDown.png [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/skin/MoveLeft.png [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/skin/Search.gif [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/skin/Success.gif [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/skin/developped_by.png [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/skin/logo.png [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/skin/openerp.png [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/skin/overlay.css [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/skin/perform.gif [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/skin/settings.png [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/chrome/openerp_plugin/skin/tinyerp-icon.ico [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/components/nsXmlRpcClient.js [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/components/xml-rpc.xpt [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/defaults/preferences/tiny.js [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/install.js [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/install.rdf [new file with mode: 0644]
addons/plugin_thunderbird/static/thunderbird_plugin/install.sh [new file with mode: 0755]
addons/plugin_thunderbird/static/thunderbird_plugin/makefile [new file with mode: 0644]
addons/point_of_sale/__init__.py [new file with mode: 0644]
addons/point_of_sale/__openerp__.py [new file with mode: 0644]
addons/point_of_sale/account_bank_statement.py [new file with mode: 0644]
addons/point_of_sale/account_statement_demo.xml [new file with mode: 0644]
addons/point_of_sale/account_statement_report.xml [new file with mode: 0644]
addons/point_of_sale/account_statement_view.xml [new file with mode: 0644]
addons/point_of_sale/i18n/es.po [new file with mode: 0644]
addons/point_of_sale/i18n/es_AR.po [new file with mode: 0644]
addons/point_of_sale/i18n/es_BO.po [new file with mode: 0644]
addons/point_of_sale/i18n/es_CR.po [new file with mode: 0644]
addons/point_of_sale/i18n/es_EC.po [new file with mode: 0644]
addons/point_of_sale/i18n/es_MX.po [new file with mode: 0644]
addons/point_of_sale/i18n/es_UY.po [new file with mode: 0644]
addons/point_of_sale/i18n/es_VE.po [new file with mode: 0644]
addons/point_of_sale/i18n/point_of_sale.pot [new file with mode: 0644]
addons/point_of_sale/images/cash_registers.jpeg [new file with mode: 0644]
addons/point_of_sale/images/pos-hover.png [new file with mode: 0644]
addons/point_of_sale/images/pos.png [new file with mode: 0644]
addons/point_of_sale/images/pos_analysis.jpeg [new file with mode: 0644]
addons/point_of_sale/images/product_pos.jpeg [new file with mode: 0644]
addons/point_of_sale/images/register_analysis.jpeg [new file with mode: 0644]
addons/point_of_sale/images/sale_order_pos.jpeg [new file with mode: 0644]
addons/point_of_sale/point_of_sale.py [new file with mode: 0644]
addons/point_of_sale/point_of_sale_data.xml [new file with mode: 0644]
addons/point_of_sale/point_of_sale_demo.xml [new file with mode: 0644]
addons/point_of_sale/point_of_sale_report.xml [new file with mode: 0644]
addons/point_of_sale/point_of_sale_sequence.xml [new file with mode: 0644]
addons/point_of_sale/point_of_sale_view.xml [new file with mode: 0644]
addons/point_of_sale/point_of_sale_workflow.xml [new file with mode: 0644]
addons/point_of_sale/report/__init__.py [new file with mode: 0644]
addons/point_of_sale/report/account_statement.py [new file with mode: 0644]
addons/point_of_sale/report/account_statement.rml [new file with mode: 0644]
addons/point_of_sale/report/account_statement.sxw [new file with mode: 0644]
addons/point_of_sale/report/all_closed_cashbox_of_the_day.py [new file with mode: 0644]
addons/point_of_sale/report/all_closed_cashbox_of_the_day.rml [new file with mode: 0644]
addons/point_of_sale/report/all_closed_cashbox_of_the_day.sxw [new file with mode: 0644]
addons/point_of_sale/report/pos_details.py [new file with mode: 0644]
addons/point_of_sale/report/pos_details.rml [new file with mode: 0644]
addons/point_of_sale/report/pos_details.sxw [new file with mode: 0644]
addons/point_of_sale/report/pos_details_summary.py [new file with mode: 0644]
addons/point_of_sale/report/pos_details_summary.rml [new file with mode: 0644]
addons/point_of_sale/report/pos_details_summary.sxw [new file with mode: 0644]
addons/point_of_sale/report/pos_invoice.py [new file with mode: 0644]
addons/point_of_sale/report/pos_lines.py [new file with mode: 0644]
addons/point_of_sale/report/pos_lines.rml [new file with mode: 0644]
addons/point_of_sale/report/pos_lines.sxw [new file with mode: 0644]
addons/point_of_sale/report/pos_order_report.py [new file with mode: 0644]
addons/point_of_sale/report/pos_order_report_view.xml [new file with mode: 0644]
addons/point_of_sale/report/pos_payment_report.py [new file with mode: 0644]
addons/point_of_sale/report/pos_payment_report.rml [new file with mode: 0644]
addons/point_of_sale/report/pos_payment_report_user.py [new file with mode: 0644]
addons/point_of_sale/report/pos_payment_report_user.rml [new file with mode: 0644]
addons/point_of_sale/report/pos_payment_report_user.sxw [new file with mode: 0644]
addons/point_of_sale/report/pos_receipt.py [new file with mode: 0644]
addons/point_of_sale/report/pos_receipt.rml [new file with mode: 0644]
addons/point_of_sale/report/pos_receipt.sxw [new file with mode: 0644]
addons/point_of_sale/report/pos_report.py [new file with mode: 0644]
addons/point_of_sale/report/pos_sales_user.py [new file with mode: 0644]
addons/point_of_sale/report/pos_sales_user.rml [new file with mode: 0644]
addons/point_of_sale/report/pos_sales_user.sxw [new file with mode: 0644]
addons/point_of_sale/report/pos_sales_user_today.py [new file with mode: 0644]
addons/point_of_sale/report/pos_sales_user_today.rml [new file with mode: 0644]
addons/point_of_sale/report/pos_sales_user_today.sxw [new file with mode: 0644]
addons/point_of_sale/report/pos_users_product.py [new file with mode: 0644]
addons/point_of_sale/report/pos_users_product.rml [new file with mode: 0644]
addons/point_of_sale/report/pos_users_product.sxw [new file with mode: 0644]
addons/point_of_sale/report/report_cash_register.py [new file with mode: 0644]
addons/point_of_sale/report/report_cash_register_view.xml [new file with mode: 0644]
addons/point_of_sale/security/ir.model.access.csv [new file with mode: 0644]
addons/point_of_sale/security/point_of_sale_security.xml [new file with mode: 0644]
addons/point_of_sale/static/lib/backbone/backbone-0.5.3.js [new file with mode: 0644]
addons/point_of_sale/static/src/css/pos.css [new file with mode: 0644]
addons/point_of_sale/static/src/img/backspace.png [new file with mode: 0644]
addons/point_of_sale/static/src/img/barcode.png [new file with mode: 0644]
addons/point_of_sale/static/src/img/bc-arrow.png [new file with mode: 0644]
addons/point_of_sale/static/src/img/headerbackground.jpg [new file with mode: 0644]
addons/point_of_sale/static/src/img/home.png [new file with mode: 0644]
addons/point_of_sale/static/src/img/icon.png [new file with mode: 0644]
addons/point_of_sale/static/src/img/logo.png [new file with mode: 0644]
addons/point_of_sale/static/src/img/search.png [new file with mode: 0644]
addons/point_of_sale/static/src/img/search_reset.gif [new file with mode: 0644]
addons/point_of_sale/static/src/img/steps-arrow.png [new file with mode: 0644]
addons/point_of_sale/static/src/img/steps-bg.png [new file with mode: 0644]
addons/point_of_sale/static/src/img/validate-icon.png [new file with mode: 0644]
addons/point_of_sale/static/src/js/pos.js [new file with mode: 0644]
addons/point_of_sale/static/src/xml/pos.xml [new file with mode: 0644]
addons/point_of_sale/test/00_register_open.yml [new file with mode: 0644]
addons/point_of_sale/test/01_order_to_payment.yml [new file with mode: 0644]
addons/point_of_sale/test/02_order_to_invoice.yml [new file with mode: 0644]
addons/point_of_sale/test/point_of_sale_report.yml [new file with mode: 0644]
addons/point_of_sale/wizard/__init__.py [new file with mode: 0644]
addons/point_of_sale/wizard/pos_box_entries.py [new file with mode: 0644]
addons/point_of_sale/wizard/pos_box_entries.xml [new file with mode: 0644]
addons/point_of_sale/wizard/pos_box_out.py [new file with mode: 0644]
addons/point_of_sale/wizard/pos_box_out.xml [new file with mode: 0644]
addons/point_of_sale/wizard/pos_close_statement.py [new file with mode: 0644]
addons/point_of_sale/wizard/pos_close_statement.xml [new file with mode: 0644]
addons/point_of_sale/wizard/pos_confirm.py [new file with mode: 0644]
addons/point_of_sale/wizard/pos_confirm.xml [new file with mode: 0644]
addons/point_of_sale/wizard/pos_details.py [new file with mode: 0644]
addons/point_of_sale/wizard/pos_details.xml [new file with mode: 0644]
addons/point_of_sale/wizard/pos_discount.py [new file with mode: 0644]
addons/point_of_sale/wizard/pos_discount.xml [new file with mode: 0644]
addons/point_of_sale/wizard/pos_open_statement.py [new file with mode: 0644]
addons/point_of_sale/wizard/pos_open_statement.xml [new file with mode: 0644]
addons/point_of_sale/wizard/pos_payment.py [new file with mode: 0644]
addons/point_of_sale/wizard/pos_payment.xml [new file with mode: 0644]
addons/point_of_sale/wizard/pos_payment_report.py [new file with mode: 0644]
addons/point_of_sale/wizard/pos_payment_report.xml [new file with mode: 0644]
addons/point_of_sale/wizard/pos_payment_report_user.py [new file with mode: 0644]
addons/point_of_sale/wizard/pos_payment_report_user.xml [new file with mode: 0644]
addons/point_of_sale/wizard/pos_payment_report_user_view.xml [new file with mode: 0644]
addons/point_of_sale/wizard/pos_receipt.py [new file with mode: 0644]
addons/point_of_sale/wizard/pos_receipt_view.xml [new file with mode: 0644]
addons/point_of_sale/wizard/pos_return.py [new file with mode: 0644]
addons/point_of_sale/wizard/pos_return_view.xml [new file with mode: 0644]
addons/point_of_sale/wizard/pos_sales_user.py [new file with mode: 0644]
addons/point_of_sale/wizard/pos_sales_user.xml [new file with mode: 0644]
addons/point_of_sale/wizard/pos_sales_user_current_user.py [new file with mode: 0644]
addons/point_of_sale/wizard/pos_sales_user_today.py [new file with mode: 0644]
addons/portal/__init__.py [new file with mode: 0644]
addons/portal/__openerp__.py [new file with mode: 0644]
addons/portal/i18n/es.po [new file with mode: 0644]
addons/portal/i18n/es_CR.po [new file with mode: 0644]
addons/portal/i18n/es_MX.po [new file with mode: 0644]
addons/portal/i18n/es_UY.po [new file with mode: 0644]
addons/portal/i18n/es_VE.po [new file with mode: 0644]
addons/portal/i18n/portal.pot [new file with mode: 0644]
addons/portal/portal.py [new file with mode: 0644]
addons/portal/portal_view.xml [new file with mode: 0644]
addons/portal/res_user.py [new file with mode: 0644]
addons/portal/res_user_view.xml [new file with mode: 0644]
addons/portal/security/ir.model.access.csv [new file with mode: 0644]
addons/portal/security/portal_security.xml [new file with mode: 0644]
addons/portal/wizard/__init__.py [new file with mode: 0644]
addons/portal/wizard/portal_wizard.py [new file with mode: 0644]
addons/portal/wizard/portal_wizard_view.xml [new file with mode: 0644]
addons/portal/wizard/share_wizard.py [new file with mode: 0644]
addons/portal/wizard/share_wizard_view.xml [new file with mode: 0644]
addons/process/__init__.py [new file with mode: 0644]
addons/process/__openerp__.py [new file with mode: 0644]
addons/process/i18n/es.po [new file with mode: 0644]
addons/process/i18n/es_AR.po [new file with mode: 0644]
addons/process/i18n/es_CL.po [new file with mode: 0644]
addons/process/i18n/es_CR.po [new file with mode: 0644]
addons/process/i18n/es_MX.po [new file with mode: 0644]
addons/process/i18n/es_UY.po [new file with mode: 0644]
addons/process/i18n/es_VE.po [new file with mode: 0644]
addons/process/i18n/process.pot [new file with mode: 0644]
addons/process/images/process_nodes.jpeg [new file with mode: 0644]
addons/process/images/process_transitions.jpeg [new file with mode: 0644]
addons/process/images/processes.jpeg [new file with mode: 0644]
addons/process/process.py [new file with mode: 0644]
addons/process/process_demo.xml [new file with mode: 0644]
addons/process/process_view.xml [new file with mode: 0644]
addons/process/security/ir.model.access.csv [new file with mode: 0644]
addons/procurement/__init__.py [new file with mode: 0644]
addons/procurement/__openerp__.py [new file with mode: 0644]
addons/procurement/board_mrp_procurement_view.xml [new file with mode: 0644]
addons/procurement/company.py [new file with mode: 0644]
addons/procurement/company_view.xml [new file with mode: 0644]
addons/procurement/i18n/es.po [new file with mode: 0644]
addons/procurement/i18n/es_CL.po [new file with mode: 0644]
addons/procurement/i18n/es_CR.po [new file with mode: 0644]
addons/procurement/i18n/es_EC.po [new file with mode: 0644]
addons/procurement/i18n/es_MX.po [new file with mode: 0644]
addons/procurement/i18n/es_UY.po [new file with mode: 0644]
addons/procurement/i18n/es_VE.po [new file with mode: 0644]
addons/procurement/i18n/procurement.pot [new file with mode: 0644]
addons/procurement/images/compute_schedulers.jpeg [new file with mode: 0644]
addons/procurement/images/config_companies_sched.jpeg [new file with mode: 0644]
addons/procurement/images/minimum_stock_rules.jpeg [new file with mode: 0644]
addons/procurement/process/procurement_process.xml [new file with mode: 0644]
addons/procurement/procurement.py [new file with mode: 0644]
addons/procurement/procurement_data.xml [new file with mode: 0644]
addons/procurement/procurement_view.xml [new file with mode: 0644]
addons/procurement/procurement_workflow.xml [new file with mode: 0644]
addons/procurement/schedulers.py [new file with mode: 0644]
addons/procurement/security/ir.model.access.csv [new file with mode: 0644]
addons/procurement/security/procurement_security.xml [new file with mode: 0644]
addons/procurement/stock_orderpoint.xml [new file with mode: 0644]
addons/procurement/test/procurement.yml [new file with mode: 0644]
addons/procurement/wizard/__init__.py [new file with mode: 0644]
addons/procurement/wizard/make_procurement_product.py [new file with mode: 0644]
addons/procurement/wizard/make_procurement_view.xml [new file with mode: 0644]
addons/procurement/wizard/mrp_procurement.py [new file with mode: 0644]
addons/procurement/wizard/mrp_procurement_view.xml [new file with mode: 0644]
addons/procurement/wizard/orderpoint_procurement.py [new file with mode: 0644]
addons/procurement/wizard/orderpoint_procurement_view.xml [new file with mode: 0644]
addons/procurement/wizard/schedulers_all.py [new file with mode: 0644]
addons/procurement/wizard/schedulers_all_view.xml [new file with mode: 0644]
addons/product/__init__.py [new file with mode: 0644]
addons/product/__openerp__.py [new file with mode: 0644]
addons/product/_common.py [new file with mode: 0644]
addons/product/i18n/es.po [new file with mode: 0644]
addons/product/i18n/es_AR.po [new file with mode: 0644]
addons/product/i18n/es_CL.po [new file with mode: 0644]
addons/product/i18n/es_CR.po [new file with mode: 0644]
addons/product/i18n/es_EC.po [new file with mode: 0644]
addons/product/i18n/es_MX.po [new file with mode: 0644]
addons/product/i18n/es_PY.po [new file with mode: 0644]
addons/product/i18n/es_UY.po [new file with mode: 0644]
addons/product/i18n/es_VE.po [new file with mode: 0644]
addons/product/i18n/product.pot [new file with mode: 0644]
addons/product/images/product.png [new file with mode: 0644]
addons/product/images/product_pricelists.jpeg [new file with mode: 0644]
addons/product/images/product_uom.jpeg [new file with mode: 0644]
addons/product/images/products_categories.jpeg [new file with mode: 0644]
addons/product/images/products_form.jpeg [new file with mode: 0644]
addons/product/partner.py [new file with mode: 0644]
addons/product/partner_view.xml [new file with mode: 0644]
addons/product/pricelist.py [new file with mode: 0644]
addons/product/pricelist_view.xml [new file with mode: 0644]
addons/product/process/product_process.xml [new file with mode: 0644]
addons/product/product.py [new file with mode: 0644]
addons/product/product_data.xml [new file with mode: 0644]
addons/product/product_demo.xml [new file with mode: 0644]
addons/product/product_pricelist_demo.yml [new file with mode: 0644]
addons/product/product_report.xml [new file with mode: 0644]
addons/product/product_shortcut_data.xml [new file with mode: 0644]
addons/product/product_view.xml [new file with mode: 0644]
addons/product/report/__init__.py [new file with mode: 0644]
addons/product/report/pricelist.py [new file with mode: 0644]
addons/product/report/product_label.xml [new file with mode: 0644]
addons/product/report/product_label.xsl [new file with mode: 0644]
addons/product/report/product_price.xsl [new file with mode: 0644]
addons/product/report/product_pricelist.py [new file with mode: 0644]
addons/product/report/product_pricelist.rml [new file with mode: 0644]
addons/product/report/product_pricelist.sxw [new file with mode: 0644]
addons/product/security/ir.model.access.csv [new file with mode: 0644]
addons/product/security/product_security.xml [new file with mode: 0644]
addons/product/test/product_pricelist.yml [new file with mode: 0644]
addons/product/test/product_uom.yml [new file with mode: 0644]
addons/product/wizard/__init__.py [new file with mode: 0644]
addons/product/wizard/product_installer.xml [new file with mode: 0644]
addons/product/wizard/product_price.py [new file with mode: 0644]
addons/product/wizard/product_price_view.xml [new file with mode: 0644]
addons/product_expiry/__init__.py [new file with mode: 0644]
addons/product_expiry/__openerp__.py [new file with mode: 0644]
addons/product_expiry/i18n/es.po [new file with mode: 0644]
addons/product_expiry/i18n/es_CR.po [new file with mode: 0644]
addons/product_expiry/i18n/es_EC.po [new file with mode: 0644]
addons/product_expiry/i18n/es_MX.po [new file with mode: 0644]
addons/product_expiry/i18n/es_UY.po [new file with mode: 0644]
addons/product_expiry/i18n/es_VE.po [new file with mode: 0644]
addons/product_expiry/i18n/product_expiry.pot [new file with mode: 0644]
addons/product_expiry/images/production_lots_dates.jpeg [new file with mode: 0644]
addons/product_expiry/images/products_dates.jpeg [new file with mode: 0644]
addons/product_expiry/product_expiry.py [new file with mode: 0644]
addons/product_expiry/product_expiry_demo.xml [new file with mode: 0644]
addons/product_expiry/product_expiry_view.xml [new file with mode: 0644]
addons/product_manufacturer/__init__.py [new file with mode: 0644]
addons/product_manufacturer/__openerp__.py [new file with mode: 0644]
addons/product_manufacturer/i18n/es.po [new file with mode: 0644]
addons/product_manufacturer/i18n/es_CR.po [new file with mode: 0644]
addons/product_manufacturer/i18n/es_EC.po [new file with mode: 0644]
addons/product_manufacturer/i18n/es_MX.po [new file with mode: 0644]
addons/product_manufacturer/i18n/es_UY.po [new file with mode: 0644]
addons/product_manufacturer/i18n/es_VE.po [new file with mode: 0644]
addons/product_manufacturer/i18n/product_manufacturer.pot [new file with mode: 0644]
addons/product_manufacturer/images/products_manufacturer.jpeg [new file with mode: 0644]
addons/product_manufacturer/product_manufacturer.py [new file with mode: 0644]
addons/product_manufacturer/product_manufacturer_view.xml [new file with mode: 0644]
addons/product_manufacturer/security/ir.model.access.csv [new file with mode: 0644]
addons/product_margin/__init__.py [new file with mode: 0644]
addons/product_margin/__openerp__.py [new file with mode: 0644]
addons/product_margin/i18n/es.po [new file with mode: 0644]
addons/product_margin/i18n/es_AR.po [new file with mode: 0644]
addons/product_margin/i18n/es_CR.po [new file with mode: 0644]
addons/product_margin/i18n/es_EC.po [new file with mode: 0644]
addons/product_margin/i18n/es_MX.po [new file with mode: 0644]
addons/product_margin/i18n/es_UY.po [new file with mode: 0644]
addons/product_margin/i18n/es_VE.po [new file with mode: 0644]
addons/product_margin/i18n/product_margin.pot [new file with mode: 0644]
addons/product_margin/images/open_margins.jpeg [new file with mode: 0644]
addons/product_margin/images/product_margins_form.jpeg [new file with mode: 0644]
addons/product_margin/images/product_margins_list.jpeg [new file with mode: 0644]
addons/product_margin/product_margin.py [new file with mode: 0644]
addons/product_margin/product_margin_view.xml [new file with mode: 0644]
addons/product_margin/security/ir.model.access.csv [new file with mode: 0644]
addons/product_margin/test/product_margin.yml [new file with mode: 0644]
addons/product_margin/wizard/__init__.py [new file with mode: 0644]
addons/product_margin/wizard/product_margin.py [new file with mode: 0644]
addons/product_margin/wizard/product_margin_view.xml [new file with mode: 0644]
addons/product_supplier/__init__.py [new file with mode: 0644]
addons/product_supplier/__openerp__.py [new file with mode: 0644]
addons/product_supplier/i18n/es.po [new file with mode: 0644]
addons/product_supplier/i18n/es_AR.po [new file with mode: 0644]
addons/product_supplier/i18n/es_CR.po [new file with mode: 0644]
addons/product_supplier/i18n/es_MX.po [new file with mode: 0644]
addons/product_supplier/i18n/es_UY.po [new file with mode: 0644]
addons/product_supplier/i18n/es_VE.po [new file with mode: 0644]
addons/product_supplier/i18n/idea.pot [new file with mode: 0644]
addons/product_supplier/idea.py [new file with mode: 0644]
addons/product_supplier/idea_data.xml [new file with mode: 0644]
addons/product_supplier/idea_view.xml [new file with mode: 0644]
addons/product_supplier/idea_workflow.xml [new file with mode: 0644]
addons/product_supplier/images/1_ideas.jpeg [new file with mode: 0644]
addons/product_supplier/images/2_idea_categories.jpeg [new file with mode: 0644]
addons/product_supplier/images/3_vote_idea.jpeg [new file with mode: 0644]
addons/product_supplier/report/__init__.py [new file with mode: 0644]
addons/product_supplier/report/report_vote.py [new file with mode: 0644]
addons/product_supplier/report/report_vote_view.xml [new file with mode: 0644]
addons/product_supplier/security/idea_security.xml [new file with mode: 0644]
addons/product_supplier/security/ir.model.access.csv [new file with mode: 0644]
addons/product_supplier/test/test_idea.yml [new file with mode: 0644]
addons/product_supplier/wizard/__init__.py [new file with mode: 0644]
addons/product_supplier/wizard/idea_post_vote.py [new file with mode: 0644]
addons/product_supplier/wizard/idea_post_vote_view.xml [new file with mode: 0644]
addons/product_visible_discount/__init__.py [new file with mode: 0644]
addons/product_visible_discount/__openerp__.py [new file with mode: 0644]
addons/product_visible_discount/i18n/es.po [new file with mode: 0644]
addons/product_visible_discount/i18n/es_CR.po [new file with mode: 0644]
addons/product_visible_discount/i18n/es_EC.po [new file with mode: 0644]
addons/product_visible_discount/i18n/es_MX.po [new file with mode: 0644]
addons/product_visible_discount/i18n/es_UY.po [new file with mode: 0644]
addons/product_visible_discount/i18n/es_VE.po [new file with mode: 0644]
addons/product_visible_discount/i18n/product_visible_discount.pot [new file with mode: 0644]
addons/product_visible_discount/images/pricelists_visible_discount.jpeg [new file with mode: 0644]
addons/product_visible_discount/product_visible_discount.py [new file with mode: 0644]
addons/product_visible_discount/product_visible_discount_view.xml [new file with mode: 0644]
addons/profile_tools/__init__.py [new file with mode: 0644]
addons/profile_tools/__openerp__.py [new file with mode: 0644]
addons/profile_tools/i18n/es.po [new file with mode: 0644]
addons/profile_tools/i18n/es_CR.po [new file with mode: 0644]
addons/profile_tools/i18n/es_MX.po [new file with mode: 0644]
addons/profile_tools/i18n/es_UY.po [new file with mode: 0644]
addons/profile_tools/i18n/es_VE.po [new file with mode: 0644]
addons/profile_tools/i18n/profile_tools.pot [new file with mode: 0644]
addons/profile_tools/images/config_extra_tools.jpeg [new file with mode: 0644]
addons/profile_tools/security/ir.model.access.csv [new file with mode: 0644]
addons/profile_tools/static/src/img/icon.png [new file with mode: 0644]
addons/project/__init__.py [new file with mode: 0644]
addons/project/__openerp__.py [new file with mode: 0644]
addons/project/board_project_manager_view.xml [new file with mode: 0644]
addons/project/board_project_view.xml [new file with mode: 0644]
addons/project/company.py [new file with mode: 0644]
addons/project/i18n/es.po [new file with mode: 0644]
addons/project/i18n/es_AR.po [new file with mode: 0644]
addons/project/i18n/es_CO.po [new file with mode: 0644]
addons/project/i18n/es_CR.po [new file with mode: 0644]
addons/project/i18n/es_EC.po [new file with mode: 0644]
addons/project/i18n/es_MX.po [new file with mode: 0644]
addons/project/i18n/es_PY.po [new file with mode: 0644]
addons/project/i18n/es_UY.po [new file with mode: 0644]
addons/project/i18n/es_VE.po [new file with mode: 0644]
addons/project/i18n/project.pot [new file with mode: 0644]
addons/project/images/gantt.png [new file with mode: 0644]
addons/project/images/project-hover.png [new file with mode: 0644]
addons/project/images/project.jpeg [new file with mode: 0644]
addons/project/images/project.png [new file with mode: 0644]
addons/project/images/project_dashboard.jpeg [new file with mode: 0644]
addons/project/images/project_task.jpeg [new file with mode: 0644]
addons/project/images/project_task_tree.jpeg [new file with mode: 0644]
addons/project/images/task_analysis.jpeg [new file with mode: 0644]
addons/project/process/task_process.xml [new file with mode: 0644]
addons/project/project.py [new file with mode: 0644]
addons/project/project_data.xml [new file with mode: 0644]
addons/project/project_demo.xml [new file with mode: 0644]
addons/project/project_installer.xml [new file with mode: 0644]
addons/project/project_view.xml [new file with mode: 0644]
addons/project/report/__init__.py [new file with mode: 0644]
addons/project/report/project_cumulative.xml [new file with mode: 0644]
addons/project/report/project_report.py [new file with mode: 0644]
addons/project/report/project_report.xml [new file with mode: 0644]
addons/project/report/project_report.xsl [new file with mode: 0644]
addons/project/report/project_report_view.xml [new file with mode: 0644]
addons/project/res_partner.py [new file with mode: 0644]
addons/project/res_partner_view.xml [new file with mode: 0644]
addons/project/security/ir.model.access.csv [new file with mode: 0644]
addons/project/security/project_security.xml [new file with mode: 0644]
addons/project/static/src/img/icon.png [new file with mode: 0644]
addons/project/test/project_demo.yml [new file with mode: 0644]
addons/project/test/project_process.yml [new file with mode: 0644]
addons/project/test/task_process.yml [new file with mode: 0644]
addons/project/wizard/__init__.py [new file with mode: 0644]
addons/project/wizard/mail_compose_message.py [new file with mode: 0644]
addons/project/wizard/project_task_delegate.py [new file with mode: 0644]
addons/project/wizard/project_task_delegate_view.xml [new file with mode: 0644]
addons/project/wizard/project_task_reevaluate.py [new file with mode: 0644]
addons/project/wizard/project_task_reevaluate_view.xml [new file with mode: 0644]
addons/project_gtd/__init__.py [new file with mode: 0644]
addons/project_gtd/__openerp__.py [new file with mode: 0644]
addons/project_gtd/i18n/es.po [new file with mode: 0644]
addons/project_gtd/i18n/es_AR.po [new file with mode: 0644]
addons/project_gtd/i18n/es_CR.po [new file with mode: 0644]
addons/project_gtd/i18n/es_EC.po [new file with mode: 0644]
addons/project_gtd/i18n/es_MX.po [new file with mode: 0644]
addons/project_gtd/i18n/es_UY.po [new file with mode: 0644]
addons/project_gtd/i18n/es_VE.po [new file with mode: 0644]
addons/project_gtd/i18n/project_gtd.pot [new file with mode: 0644]
addons/project_gtd/images/project_gtd.jpeg [new file with mode: 0644]
addons/project_gtd/project_gtd.py [new file with mode: 0644]
addons/project_gtd/project_gtd_data.xml [new file with mode: 0644]
addons/project_gtd/project_gtd_demo.xml [new file with mode: 0644]
addons/project_gtd/project_gtd_view.xml [new file with mode: 0644]
addons/project_gtd/security/ir.model.access.csv [new file with mode: 0644]
addons/project_gtd/static/src/img/icon.png [new file with mode: 0644]
addons/project_gtd/test/task_timebox.yml [new file with mode: 0644]
addons/project_gtd/wizard/__init__.py [new file with mode: 0644]
addons/project_gtd/wizard/project_gtd_empty.py [new file with mode: 0644]
addons/project_gtd/wizard/project_gtd_empty_view.xml [new file with mode: 0644]
addons/project_gtd/wizard/project_gtd_fill.py [new file with mode: 0644]
addons/project_gtd/wizard/project_gtd_fill_view.xml [new file with mode: 0644]
addons/project_issue/__init__.py [new file with mode: 0644]
addons/project_issue/__openerp__.py [new file with mode: 0644]
addons/project_issue/board_project_issue_view.xml [new file with mode: 0644]
addons/project_issue/i18n/es.po [new file with mode: 0644]
addons/project_issue/i18n/es_CR.po [new file with mode: 0644]
addons/project_issue/i18n/es_MX.po [new file with mode: 0644]
addons/project_issue/i18n/es_UY.po [new file with mode: 0644]
addons/project_issue/i18n/es_VE.po [new file with mode: 0644]
addons/project_issue/i18n/project_issue.pot [new file with mode: 0644]
addons/project_issue/images/issue_analysis.jpeg [new file with mode: 0644]
addons/project_issue/images/project_issue.jpeg [new file with mode: 0644]
addons/project_issue/project_issue.py [new file with mode: 0644]
addons/project_issue/project_issue_data.xml [new file with mode: 0644]
addons/project_issue/project_issue_demo.xml [new file with mode: 0644]
addons/project_issue/project_issue_menu.xml [new file with mode: 0644]
addons/project_issue/project_issue_view.xml [new file with mode: 0644]
addons/project_issue/report/__init__.py [new file with mode: 0644]
addons/project_issue/report/project_issue_report.py [new file with mode: 0644]
addons/project_issue/report/project_issue_report_view.xml [new file with mode: 0644]
addons/project_issue/security/ir.model.access.csv [new file with mode: 0644]
addons/project_issue/security/project_issue_security.xml [new file with mode: 0644]
addons/project_issue/static/src/img/icon.png [new file with mode: 0644]
addons/project_issue/test/cancel_issue.yml [new file with mode: 0644]
addons/project_issue/test/issue.eml [new file with mode: 0644]
addons/project_issue/test/issue_demo.yml [new file with mode: 0644]
addons/project_issue/test/issue_process.yml [new file with mode: 0644]
addons/project_issue/test/subscribe_issue.yml [new file with mode: 0644]
addons/project_issue/wizard/__init__.py [new file with mode: 0644]
addons/project_issue/wizard/mail_compose_message.py [new file with mode: 0644]
addons/project_issue_sheet/__init__.py [new file with mode: 0644]
addons/project_issue_sheet/__openerp__.py [new file with mode: 0644]
addons/project_issue_sheet/i18n/es.po [new file with mode: 0644]
addons/project_issue_sheet/i18n/es_CR.po [new file with mode: 0644]
addons/project_issue_sheet/i18n/es_MX.po [new file with mode: 0644]
addons/project_issue_sheet/i18n/es_UY.po [new file with mode: 0644]
addons/project_issue_sheet/i18n/es_VE.po [new file with mode: 0644]
addons/project_issue_sheet/i18n/project_issue_sheet.pot [new file with mode: 0644]
addons/project_issue_sheet/images/project_issue_sheet_worklog.jpeg [new file with mode: 0644]
addons/project_issue_sheet/project_issue_sheet.py [new file with mode: 0644]
addons/project_issue_sheet/project_issue_sheet_view.xml [new file with mode: 0644]
addons/project_issue_sheet/security/ir.model.access.csv [new file with mode: 0644]
addons/project_long_term/__init__.py [new file with mode: 0644]
addons/project_long_term/__openerp__.py [new file with mode: 0644]
addons/project_long_term/i18n/es.po [new file with mode: 0644]
addons/project_long_term/i18n/es_CR.po [new file with mode: 0644]
addons/project_long_term/i18n/es_EC.po [new file with mode: 0644]
addons/project_long_term/i18n/es_MX.po [new file with mode: 0644]
addons/project_long_term/i18n/es_UY.po [new file with mode: 0644]
addons/project_long_term/i18n/es_VE.po [new file with mode: 0644]
addons/project_long_term/i18n/project_long_term.pot [new file with mode: 0644]
addons/project_long_term/images/project_phase_form.jpeg [new file with mode: 0644]
addons/project_long_term/images/project_phases.jpeg [new file with mode: 0644]
addons/project_long_term/images/resources_allocation.jpeg [new file with mode: 0644]
addons/project_long_term/project_long_term.py [new file with mode: 0644]
addons/project_long_term/project_long_term_data.xml [new file with mode: 0644]
addons/project_long_term/project_long_term_demo.xml [new file with mode: 0644]
addons/project_long_term/project_long_term_report.xml [new file with mode: 0644]
addons/project_long_term/project_long_term_view.xml [new file with mode: 0644]
addons/project_long_term/project_long_term_workflow.xml [new file with mode: 0644]
addons/project_long_term/security/ir.model.access.csv [new file with mode: 0644]
addons/project_long_term/test/phase_process.yml [new file with mode: 0644]
addons/project_long_term/test/task_process.yml [new file with mode: 0644]
addons/project_long_term/wizard/__init__.py [new file with mode: 0644]
addons/project_long_term/wizard/project_compute_phases.py [new file with mode: 0644]
addons/project_long_term/wizard/project_compute_phases_view.xml [new file with mode: 0644]
addons/project_long_term/wizard/project_compute_tasks.py [new file with mode: 0644]
addons/project_long_term/wizard/project_compute_tasks_view.xml [new file with mode: 0644]
addons/project_mailgate/__init__.py [new file with mode: 0644]
addons/project_mailgate/__openerp__.py [new file with mode: 0644]
addons/project_mailgate/i18n/es.po [new file with mode: 0644]
addons/project_mailgate/i18n/es_CR.po [new file with mode: 0644]
addons/project_mailgate/i18n/es_MX.po [new file with mode: 0644]
addons/project_mailgate/i18n/es_UY.po [new file with mode: 0644]
addons/project_mailgate/i18n/es_VE.po [new file with mode: 0644]
addons/project_mailgate/i18n/project_mailgate.pot [new file with mode: 0644]
addons/project_mailgate/images/project_mailgate_task.jpeg [new file with mode: 0644]
addons/project_mailgate/project_mailgate.py [new file with mode: 0644]
addons/project_mailgate/project_mailgate_view.xml [new file with mode: 0644]
addons/project_mailgate/security/ir.model.access.csv [new file with mode: 0644]
addons/project_messages/__init__.py [new file with mode: 0644]
addons/project_messages/__openerp__.py [new file with mode: 0644]
addons/project_messages/i18n/es.po [new file with mode: 0644]
addons/project_messages/i18n/es_CR.po [new file with mode: 0644]
addons/project_messages/i18n/es_MX.po [new file with mode: 0644]
addons/project_messages/i18n/es_UY.po [new file with mode: 0644]
addons/project_messages/i18n/es_VE.po [new file with mode: 0644]
addons/project_messages/i18n/project_messages.pot [new file with mode: 0644]
addons/project_messages/images/project_message.jpeg [new file with mode: 0644]
addons/project_messages/project_messages.py [new file with mode: 0644]
addons/project_messages/project_messages_view.xml [new file with mode: 0644]
addons/project_messages/security/ir.model.access.csv [new file with mode: 0644]
addons/project_mrp/__init__.py [new file with mode: 0644]
addons/project_mrp/__openerp__.py [new file with mode: 0644]
addons/project_mrp/i18n/es.po [new file with mode: 0644]
addons/project_mrp/i18n/es_AR.po [new file with mode: 0644]
addons/project_mrp/i18n/es_CR.po [new file with mode: 0644]
addons/project_mrp/i18n/es_EC.po [new file with mode: 0644]
addons/project_mrp/i18n/es_MX.po [new file with mode: 0644]
addons/project_mrp/i18n/es_UY.po [new file with mode: 0644]
addons/project_mrp/i18n/es_VE.po [new file with mode: 0644]
addons/project_mrp/i18n/project_mrp.pot [new file with mode: 0644]
addons/project_mrp/images/product.jpeg [new file with mode: 0644]
addons/project_mrp/images/task_from_SO.jpeg [new file with mode: 0644]
addons/project_mrp/process/project_mrp_process.xml [new file with mode: 0644]
addons/project_mrp/project_mrp.py [new file with mode: 0644]
addons/project_mrp/project_mrp_demo.xml [new file with mode: 0644]
addons/project_mrp/project_mrp_view.xml [new file with mode: 0644]
addons/project_mrp/project_mrp_workflow.xml [new file with mode: 0644]
addons/project_mrp/project_procurement.py [new file with mode: 0644]
addons/project_mrp/security/ir.model.access.csv [new file with mode: 0644]
addons/project_mrp/test/project_task_procurement.yml [new file with mode: 0644]
addons/project_planning/__init__.py [new file with mode: 0644]
addons/project_planning/__openerp__.py [new file with mode: 0644]
addons/project_planning/board_project_planning_view.xml [new file with mode: 0644]
addons/project_planning/i18n/es.po [new file with mode: 0644]
addons/project_planning/i18n/es_AR.po [new file with mode: 0644]
addons/project_planning/i18n/es_CR.po [new file with mode: 0644]
addons/project_planning/i18n/es_MX.po [new file with mode: 0644]
addons/project_planning/i18n/es_UY.po [new file with mode: 0644]
addons/project_planning/i18n/es_VE.po [new file with mode: 0644]
addons/project_planning/i18n/project_planning.pot [new file with mode: 0644]
addons/project_planning/images/planning_statistics.jpeg [new file with mode: 0644]
addons/project_planning/images/project_planning.jpeg [new file with mode: 0644]
addons/project_planning/project_planning.py [new file with mode: 0644]
addons/project_planning/project_planning_demo.xml [new file with mode: 0644]
addons/project_planning/project_planning_report.xml [new file with mode: 0644]
addons/project_planning/project_planning_view.xml [new file with mode: 0644]
addons/project_planning/report/__init__.py [new file with mode: 0644]
addons/project_planning/report/report_planning.py [new file with mode: 0644]
addons/project_planning/report/report_planning.rml [new file with mode: 0644]
addons/project_planning/report/report_planning.sxw [new file with mode: 0644]
addons/project_planning/security/ir.model.access.csv [new file with mode: 0644]
addons/project_planning/test/planning_states.yml [new file with mode: 0644]
addons/project_planning/test/project_planning_report.yml [new file with mode: 0644]
addons/project_retro_planning/__init__.py [new file with mode: 0644]
addons/project_retro_planning/__openerp__.py [new file with mode: 0644]
addons/project_retro_planning/i18n/es.po [new file with mode: 0644]
addons/project_retro_planning/i18n/es_AR.po [new file with mode: 0644]
addons/project_retro_planning/i18n/es_CR.po [new file with mode: 0644]
addons/project_retro_planning/i18n/es_EC.po [new file with mode: 0644]
addons/project_retro_planning/i18n/es_MX.po [new file with mode: 0644]
addons/project_retro_planning/i18n/es_UY.po [new file with mode: 0644]
addons/project_retro_planning/i18n/es_VE.po [new file with mode: 0644]
addons/project_retro_planning/i18n/project_retro_planning.pot [new file with mode: 0644]
addons/project_retro_planning/project_retro_planning.py [new file with mode: 0644]
addons/project_retro_planning/test/deadline_change.yml [new file with mode: 0644]
addons/project_scrum/__init__.py [new file with mode: 0644]
addons/project_scrum/__openerp__.py [new file with mode: 0644]
addons/project_scrum/board_project_scrum_view.xml [new file with mode: 0644]
addons/project_scrum/i18n/es.po [new file with mode: 0644]
addons/project_scrum/i18n/es_AR.po [new file with mode: 0644]
addons/project_scrum/i18n/es_CR.po [new file with mode: 0644]
addons/project_scrum/i18n/es_MX.po [new file with mode: 0644]
addons/project_scrum/i18n/es_UY.po [new file with mode: 0644]
addons/project_scrum/i18n/es_VE.po [new file with mode: 0644]
addons/project_scrum/i18n/project_scrum.pot [new file with mode: 0644]
addons/project_scrum/images/product_backlogs.jpeg [new file with mode: 0644]
addons/project_scrum/images/project_sprints.jpeg [new file with mode: 0644]
addons/project_scrum/images/scrum_dashboard.jpeg [new file with mode: 0644]
addons/project_scrum/images/scrum_meetings.jpeg [new file with mode: 0644]
addons/project_scrum/process/project_scrum_process.xml [new file with mode: 0644]
addons/project_scrum/project_scrum.py [new file with mode: 0644]
addons/project_scrum/project_scrum_demo.xml [new file with mode: 0644]
addons/project_scrum/project_scrum_report.xml [new file with mode: 0644]
addons/project_scrum/project_scrum_view.xml [new file with mode: 0644]
addons/project_scrum/report/__init__.py [new file with mode: 0644]
addons/project_scrum/report/_burndown.py [new file with mode: 0644]
addons/project_scrum/report/sprint_burndown.py [new file with mode: 0644]
addons/project_scrum/report/task_burndown.py [new file with mode: 0644]
addons/project_scrum/security/ir.model.access.csv [new file with mode: 0644]
addons/project_scrum/test/backlog_process.yml [new file with mode: 0644]
addons/project_scrum/test/cancel_backlog.yml [new file with mode: 0644]
addons/project_scrum/test/project_scrum_demo.yml [new file with mode: 0644]
addons/project_scrum/test/sprint_process.yml [new file with mode: 0644]
addons/project_scrum/wizard/__init__.py [new file with mode: 0644]
addons/project_scrum/wizard/mail_compose_message.py [new file with mode: 0644]
addons/project_scrum/wizard/project_scrum_backlog_create_task.py [new file with mode: 0644]
addons/project_scrum/wizard/project_scrum_backlog_create_task_view.xml [new file with mode: 0644]
addons/project_scrum/wizard/project_scrum_backlog_merger.py [new file with mode: 0644]
addons/project_scrum/wizard/project_scrum_backlog_merger_view.xml [new file with mode: 0644]
addons/project_scrum/wizard/project_scrum_backlog_sprint.py [new file with mode: 0644]
addons/project_scrum/wizard/project_scrum_backlog_sprint_view.xml [new file with mode: 0644]
addons/project_scrum/wizard/project_scrum_email.py [new file with mode: 0644]
addons/project_scrum/wizard/project_scrum_email_view.xml [new file with mode: 0644]
addons/project_scrum/wizard/project_scrum_postpone.py [new file with mode: 0644]
addons/project_scrum/wizard/project_scrum_postpone_view.xml [new file with mode: 0644]
addons/project_timesheet/__init__.py [new file with mode: 0644]
addons/project_timesheet/__openerp__.py [new file with mode: 0644]
addons/project_timesheet/i18n/es.po [new file with mode: 0644]
addons/project_timesheet/i18n/es_AR.po [new file with mode: 0644]
addons/project_timesheet/i18n/es_CR.po [new file with mode: 0644]
addons/project_timesheet/i18n/es_MX.po [new file with mode: 0644]
addons/project_timesheet/i18n/es_UY.po [new file with mode: 0644]
addons/project_timesheet/i18n/es_VE.po [new file with mode: 0644]
addons/project_timesheet/i18n/project_timesheet.pot [new file with mode: 0644]
addons/project_timesheet/images/invoice_task_work.jpeg [new file with mode: 0644]
addons/project_timesheet/images/my_timesheet.jpeg [new file with mode: 0644]
addons/project_timesheet/images/working_hour.jpeg [new file with mode: 0644]
addons/project_timesheet/process/project_timesheet_process.xml [new file with mode: 0644]
addons/project_timesheet/project_timesheet.py [new file with mode: 0644]
addons/project_timesheet/project_timesheet_data.xml [new file with mode: 0644]
addons/project_timesheet/project_timesheet_demo.xml [new file with mode: 0644]
addons/project_timesheet/project_timesheet_view.xml [new file with mode: 0644]
addons/project_timesheet/report/__init__.py [new file with mode: 0644]
addons/project_timesheet/report/task_report.py [new file with mode: 0644]
addons/project_timesheet/report/task_report_view.xml [new file with mode: 0644]
addons/project_timesheet/security/ir.model.access.csv [new file with mode: 0644]
addons/project_timesheet/test/work_timesheet.yml [new file with mode: 0644]
addons/project_timesheet/test/worktask_entry_to_timesheetline_entry.yml [new file with mode: 0644]
addons/purchase/__init__.py [new file with mode: 0644]
addons/purchase/__openerp__.py [new file with mode: 0644]
addons/purchase/board_purchase_view.xml [new file with mode: 0644]
addons/purchase/company.py [new file with mode: 0644]
addons/purchase/company_view.xml [new file with mode: 0644]
addons/purchase/edi/__init__.py [new file with mode: 0644]
addons/purchase/edi/purchase_order.py [new file with mode: 0644]
addons/purchase/edi/purchase_order_action_data.xml [new file with mode: 0644]
addons/purchase/i18n/es.po [new file with mode: 0644]
addons/purchase/i18n/es_AR.po [new file with mode: 0644]
addons/purchase/i18n/es_BO.po [new file with mode: 0644]
addons/purchase/i18n/es_CL.po [new file with mode: 0644]
addons/purchase/i18n/es_CO.po [new file with mode: 0644]
addons/purchase/i18n/es_CR.po [new file with mode: 0644]
addons/purchase/i18n/es_EC.po [new file with mode: 0644]
addons/purchase/i18n/es_MX.po [new file with mode: 0644]
addons/purchase/i18n/es_MX.po.moved [new file with mode: 0644]
addons/purchase/i18n/es_UY.po [new file with mode: 0644]
addons/purchase/i18n/es_VE.po [new file with mode: 0644]
addons/purchase/i18n/purchase.pot [new file with mode: 0644]
addons/purchase/images/purchase_analysis.jpeg [new file with mode: 0644]
addons/purchase/images/purchase_order.jpeg [new file with mode: 0644]
addons/purchase/images/purchases-hover.png [new file with mode: 0644]
addons/purchase/images/purchases.png [new file with mode: 0644]
addons/purchase/images/request_for_quotation.jpeg [new file with mode: 0644]
addons/purchase/partner.py [new file with mode: 0644]
addons/purchase/partner_view.xml [new file with mode: 0644]
addons/purchase/process/purchase_process.xml [new file with mode: 0644]
addons/purchase/purchase.py [new file with mode: 0755]
addons/purchase/purchase_data.xml [new file with mode: 0644]
addons/purchase/purchase_demo.xml [new file with mode: 0644]
addons/purchase/purchase_order_demo.yml [new file with mode: 0644]
addons/purchase/purchase_report.xml [new file with mode: 0644]
addons/purchase/purchase_sequence.xml [new file with mode: 0644]
addons/purchase/purchase_view.xml [new file with mode: 0644]
addons/purchase/purchase_workflow.xml [new file with mode: 0644]
addons/purchase/report/__init__.py [new file with mode: 0644]
addons/purchase/report/order.py [new file with mode: 0644]
addons/purchase/report/order.rml [new file with mode: 0644]
addons/purchase/report/order.sxw [new file with mode: 0644]
addons/purchase/report/purchase_report.py [new file with mode: 0644]
addons/purchase/report/purchase_report_view.xml [new file with mode: 0644]
addons/purchase/report/request_quotation.py [new file with mode: 0644]
addons/purchase/report/request_quotation.rml [new file with mode: 0644]
addons/purchase/report/request_quotation.sxw [new file with mode: 0644]
addons/purchase/security/ir.model.access.csv [new file with mode: 0644]
addons/purchase/security/purchase_security.xml [new file with mode: 0644]
addons/purchase/static/src/img/icon.png [new file with mode: 0644]
addons/purchase/stock.py [new file with mode: 0644]
addons/purchase/stock_view.xml [new file with mode: 0644]
addons/purchase/test/process/cancel_order.yml [new file with mode: 0644]
addons/purchase/test/process/edi_purchase_order.yml [new file with mode: 0644]
addons/purchase/test/process/generate_invoice_from_reception.yml [new file with mode: 0644]
addons/purchase/test/process/invoice_on_poline.yml [new file with mode: 0644]
addons/purchase/test/process/merge_order.yml [new file with mode: 0644]
addons/purchase/test/process/rfq2order2done.yml [new file with mode: 0644]
addons/purchase/test/process/run_scheduler.yml [new file with mode: 0644]
addons/purchase/test/ui/delete_order.yml [new file with mode: 0644]
addons/purchase/test/ui/duplicate_order.yml [new file with mode: 0644]
addons/purchase/test/ui/print_report.yml [new file with mode: 0644]
addons/purchase/wizard/__init__.py [new file with mode: 0644]
addons/purchase/wizard/purchase_installer.py [new file with mode: 0644]
addons/purchase/wizard/purchase_installer.xml [new file with mode: 0644]
addons/purchase/wizard/purchase_line_invoice.py [new file with mode: 0755]
addons/purchase/wizard/purchase_line_invoice_view.xml [new file with mode: 0644]
addons/purchase/wizard/purchase_order_group.py [new file with mode: 0644]
addons/purchase/wizard/purchase_order_group_view.xml [new file with mode: 0644]
addons/purchase_analytic_plans/__init__.py [new file with mode: 0644]
addons/purchase_analytic_plans/__openerp__.py [new file with mode: 0644]
addons/purchase_analytic_plans/i18n/es.po [new file with mode: 0644]
addons/purchase_analytic_plans/i18n/es_AR.po [new file with mode: 0644]
addons/purchase_analytic_plans/i18n/es_CR.po [new file with mode: 0644]
addons/purchase_analytic_plans/i18n/es_MX.po [new file with mode: 0644]
addons/purchase_analytic_plans/i18n/es_UY.po [new file with mode: 0644]
addons/purchase_analytic_plans/i18n/es_VE.po [new file with mode: 0644]
addons/purchase_analytic_plans/i18n/purchase_analytic_plans.pot [new file with mode: 0644]
addons/purchase_analytic_plans/images/purchase_analytic_distribution.jpeg [new file with mode: 0644]
addons/purchase_analytic_plans/purchase_analytic_plans.py [new file with mode: 0644]
addons/purchase_analytic_plans/purchase_analytic_plans_view.xml [new file with mode: 0644]
addons/purchase_double_validation/__init__.py [new file with mode: 0644]
addons/purchase_double_validation/__openerp__.py [new file with mode: 0644]
addons/purchase_double_validation/board_purchase_view.xml [new file with mode: 0644]
addons/purchase_double_validation/i18n/es.po [new file with mode: 0644]
addons/purchase_double_validation/i18n/es_CR.po [new file with mode: 0644]
addons/purchase_double_validation/i18n/es_EC.po [new file with mode: 0644]
addons/purchase_double_validation/i18n/es_MX.po [new file with mode: 0644]
addons/purchase_double_validation/i18n/es_UY.po [new file with mode: 0644]
addons/purchase_double_validation/i18n/es_VE.po [new file with mode: 0644]
addons/purchase_double_validation/i18n/purchase_double_validation.pot [new file with mode: 0644]
addons/purchase_double_validation/images/purchase_validation.jpeg [new file with mode: 0644]
addons/purchase_double_validation/purchase_double_validation_installer.py [new file with mode: 0644]
addons/purchase_double_validation/purchase_double_validation_installer.xml [new file with mode: 0644]
addons/purchase_double_validation/purchase_double_validation_workflow.xml [new file with mode: 0644]
addons/purchase_double_validation/test/purchase_double_validation_demo.yml [new file with mode: 0644]
addons/purchase_double_validation/test/purchase_double_validation_test.yml [new file with mode: 0755]
addons/purchase_requisition/__init__.py [new file with mode: 0644]
addons/purchase_requisition/__openerp__.py [new file with mode: 0644]
addons/purchase_requisition/i18n/es.po [new file with mode: 0644]
addons/purchase_requisition/i18n/es_CR.po [new file with mode: 0644]
addons/purchase_requisition/i18n/es_MX.po [new file with mode: 0644]
addons/purchase_requisition/i18n/es_UY.po [new file with mode: 0644]
addons/purchase_requisition/i18n/es_VE.po [new file with mode: 0644]
addons/purchase_requisition/i18n/purchase_requisition.pot [new file with mode: 0644]
addons/purchase_requisition/images/purchase_requisitions.jpeg [new file with mode: 0644]
addons/purchase_requisition/purchase_requisition.py [new file with mode: 0644]
addons/purchase_requisition/purchase_requisition_data.xml [new file with mode: 0644]
addons/purchase_requisition/purchase_requisition_demo.xml [new file with mode: 0644]
addons/purchase_requisition/purchase_requisition_report.xml [new file with mode: 0644]
addons/purchase_requisition/purchase_requisition_sequence.xml [new file with mode: 0644]
addons/purchase_requisition/purchase_requisition_view.xml [new file with mode: 0644]
addons/purchase_requisition/report/__init__.py [new file with mode: 0644]
addons/purchase_requisition/report/purchase_requisition.rml [new file with mode: 0644]
addons/purchase_requisition/report/purchase_requisition.sxw [new file with mode: 0644]
addons/purchase_requisition/report/requisition.py [new file with mode: 0644]
addons/purchase_requisition/security/ir.model.access.csv [new file with mode: 0644]
addons/purchase_requisition/security/purchase_tender.xml [new file with mode: 0644]
addons/purchase_requisition/test/cancel_purchase_requisition.yml [new file with mode: 0644]
addons/purchase_requisition/test/purchase_requisition.yml [new file with mode: 0644]
addons/purchase_requisition/test/purchase_requisition_demo.yml [new file with mode: 0755]
addons/purchase_requisition/wizard/__init__.py [new file with mode: 0644]
addons/purchase_requisition/wizard/purchase_requisition_partner.py [new file with mode: 0644]
addons/purchase_requisition/wizard/purchase_requisition_partner_view.xml [new file with mode: 0644]
addons/report_designer/__init__.py [new file with mode: 0644]
addons/report_designer/__openerp__.py [new file with mode: 0644]
addons/report_designer/i18n/es.po [new file with mode: 0644]
addons/report_designer/i18n/es_CR.po [new file with mode: 0644]
addons/report_designer/i18n/es_MX.po [new file with mode: 0644]
addons/report_designer/i18n/es_UY.po [new file with mode: 0644]
addons/report_designer/i18n/es_VE.po [new file with mode: 0644]
addons/report_designer/i18n/report_designer.pot [new file with mode: 0644]
addons/report_designer/images/config_reporting_tools.jpeg [new file with mode: 0644]
addons/report_designer/security/ir.model.access.csv [new file with mode: 0644]
addons/report_intrastat/__init__.py [new file with mode: 0644]
addons/report_intrastat/__openerp__.py [new file with mode: 0644]
addons/report_intrastat/i18n/es.po [new file with mode: 0644]
addons/report_intrastat/i18n/es_AR.po [new file with mode: 0644]
addons/report_intrastat/i18n/es_CR.po [new file with mode: 0644]
addons/report_intrastat/i18n/es_MX.po [new file with mode: 0644]
addons/report_intrastat/i18n/es_UY.po [new file with mode: 0644]
addons/report_intrastat/i18n/es_VE.po [new file with mode: 0644]
addons/report_intrastat/i18n/report_intrastat.pot [new file with mode: 0644]
addons/report_intrastat/images/country_intrastat_code.jpeg [new file with mode: 0644]
addons/report_intrastat/images/intrastat_code.jpeg [new file with mode: 0644]
addons/report_intrastat/intrastat_report.xml [new file with mode: 0644]
addons/report_intrastat/report/__init__.py [new file with mode: 0644]
addons/report_intrastat/report/invoice.py [new file with mode: 0644]
addons/report_intrastat/report/invoice.rml [new file with mode: 0644]
addons/report_intrastat/report/invoice.sxw [new file with mode: 0644]
addons/report_intrastat/report_intrastat.py [new file with mode: 0644]
addons/report_intrastat/report_intrastat_data.xml [new file with mode: 0644]
addons/report_intrastat/report_intrastat_view.xml [new file with mode: 0644]
addons/report_intrastat/security/ir.model.access.csv [new file with mode: 0644]
addons/report_intrastat/test/report_intrastat_report.yml [new file with mode: 0644]
addons/report_webkit/__init__.py [new file with mode: 0644]
addons/report_webkit/__openerp__.py [new file with mode: 0644]
addons/report_webkit/company.py [new file with mode: 0644]
addons/report_webkit/company_view.xml [new file with mode: 0644]
addons/report_webkit/convert.py [new file with mode: 0644]
addons/report_webkit/data.xml [new file with mode: 0644]
addons/report_webkit/default_header.html [new file with mode: 0644]
addons/report_webkit/header.py [new file with mode: 0644]
addons/report_webkit/header_view.xml [new file with mode: 0644]
addons/report_webkit/i18n/es.po [new file with mode: 0644]
addons/report_webkit/i18n/es_CR.po [new file with mode: 0644]
addons/report_webkit/i18n/es_MX.po [new file with mode: 0644]
addons/report_webkit/i18n/es_UY.po [new file with mode: 0644]
addons/report_webkit/i18n/es_VE.po [new file with mode: 0644]
addons/report_webkit/i18n/report_webkit.pot [new file with mode: 0644]
addons/report_webkit/images/companies_webkit.jpeg [new file with mode: 0644]
addons/report_webkit/images/header_html.jpeg [new file with mode: 0644]
addons/report_webkit/images/header_img.jpeg [new file with mode: 0644]
addons/report_webkit/ir_report.py [new file with mode: 0644]
addons/report_webkit/ir_report_view.xml [new file with mode: 0644]
addons/report_webkit/report_helper.py [new file with mode: 0644]
addons/report_webkit/security/ir.model.access.csv [new file with mode: 0644]
addons/report_webkit/webkit_report.py [new file with mode: 0644]
addons/report_webkit/wizard/__init__.py [new file with mode: 0644]
addons/report_webkit/wizard/report_webkit_actions.py [new file with mode: 0644]
addons/report_webkit/wizard/report_webkit_actions_view.xml [new file with mode: 0644]
addons/report_webkit_chapter_server/__init__.py [new file with mode: 0644]
addons/report_webkit_chapter_server/__openerp__.py [new file with mode: 0644]
addons/report_webkit_chapter_server/report_webkit_chapters.py [new file with mode: 0644]
addons/report_webkit_sample/__init__.py [new file with mode: 0644]
addons/report_webkit_sample/__openerp__.py [new file with mode: 0644]
addons/report_webkit_sample/i18n/es.po [new file with mode: 0644]
addons/report_webkit_sample/i18n/es_CR.po [new file with mode: 0644]
addons/report_webkit_sample/i18n/es_MX.po [new file with mode: 0644]
addons/report_webkit_sample/i18n/es_UY.po [new file with mode: 0644]
addons/report_webkit_sample/i18n/es_VE.po [new file with mode: 0644]
addons/report_webkit_sample/i18n/report_webkit_sample.pot [new file with mode: 0644]
addons/report_webkit_sample/images/webkit_invoice_report.jpeg [new file with mode: 0644]
addons/report_webkit_sample/report/__init__.py [new file with mode: 0644]
addons/report_webkit_sample/report/report_webkit_html.mako [new file with mode: 0644]
addons/report_webkit_sample/report/report_webkit_html.py [new file with mode: 0644]
addons/report_webkit_sample/report_webkit_html_view.xml [new file with mode: 0644]
addons/resource/__init__.py [new file with mode: 0644]
addons/resource/__openerp__.py [new file with mode: 0644]
addons/resource/faces/__init__.py [new file with mode: 0644]
addons/resource/faces/observer.py [new file with mode: 0644]
addons/resource/faces/pcalendar.py [new file with mode: 0644]
addons/resource/faces/plocale.py [new file with mode: 0644]
addons/resource/faces/resource.py [new file with mode: 0644]
addons/resource/faces/task.py [new file with mode: 0644]
addons/resource/faces/timescale.py [new file with mode: 0644]
addons/resource/faces/utils.py [new file with mode: 0644]
addons/resource/i18n/es.po [new file with mode: 0644]
addons/resource/i18n/es_CR.po [new file with mode: 0644]
addons/resource/i18n/es_EC.po [new file with mode: 0644]
addons/resource/i18n/es_MX.po [new file with mode: 0644]
addons/resource/i18n/es_UY.po [new file with mode: 0644]
addons/resource/i18n/es_VE.po [new file with mode: 0644]
addons/resource/i18n/resource.pot [new file with mode: 0644]
addons/resource/images/resource_leaves_calendar.jpeg [new file with mode: 0644]
addons/resource/images/resource_leaves_form.jpeg [new file with mode: 0644]
addons/resource/resource.py [new file with mode: 0644]
addons/resource/resource_demo.xml [new file with mode: 0644]
addons/resource/resource_view.xml [new file with mode: 0644]
addons/resource/security/ir.model.access.csv [new file with mode: 0644]
addons/resource/test/duplicate_resource.yml [new file with mode: 0644]
addons/resource/test/resource.yml [new file with mode: 0644]
addons/sale/__init__.py [new file with mode: 0644]
addons/sale/__openerp__.py [new file with mode: 0644]
addons/sale/board_sale_view.xml [new file with mode: 0644]
addons/sale/company.py [new file with mode: 0644]
addons/sale/company_view.xml [new file with mode: 0644]
addons/sale/edi/__init__.py [new file with mode: 0644]
addons/sale/edi/sale_order.py [new file with mode: 0644]
addons/sale/edi/sale_order_action_data.xml [new file with mode: 0644]
addons/sale/i18n/es.po [new file with mode: 0644]
addons/sale/i18n/es_AR.po [new file with mode: 0644]
addons/sale/i18n/es_BO.po [new file with mode: 0644]
addons/sale/i18n/es_CL.po [new file with mode: 0644]
addons/sale/i18n/es_CR.po [new file with mode: 0644]
addons/sale/i18n/es_EC.po [new file with mode: 0644]
addons/sale/i18n/es_MX.po [new file with mode: 0644]
addons/sale/i18n/es_MX.po.moved [new file with mode: 0644]
addons/sale/i18n/es_UY.po [new file with mode: 0644]
addons/sale/i18n/es_VE.po [new file with mode: 0644]
addons/sale/i18n/sale.pot [new file with mode: 0644]
addons/sale/images/Sale_order_line_to_invoice.jpeg [new file with mode: 0644]
addons/sale/images/deliveries_to_invoice.jpeg [new file with mode: 0644]
addons/sale/images/sale_dashboard.jpeg [new file with mode: 0644]
addons/sale/images/sale_order.jpeg [new file with mode: 0644]
addons/sale/images/sales_analysis.jpeg [new file with mode: 0644]
addons/sale/process/sale_process.xml [new file with mode: 0644]
addons/sale/report/__init__.py [new file with mode: 0644]
addons/sale/report/sale_order.py [new file with mode: 0644]
addons/sale/report/sale_order.rml [new file with mode: 0644]
addons/sale/report/sale_order.sxw [new file with mode: 0644]
addons/sale/report/sale_report.py [new file with mode: 0644]
addons/sale/report/sale_report_view.xml [new file with mode: 0644]
addons/sale/sale.py [new file with mode: 0644]
addons/sale/sale_data.xml [new file with mode: 0644]
addons/sale/sale_demo.xml [new file with mode: 0644]
addons/sale/sale_report.xml [new file with mode: 0644]
addons/sale/sale_sequence.xml [new file with mode: 0644]
addons/sale/sale_unit_test.xml [new file with mode: 0644]
addons/sale/sale_view.xml [new file with mode: 0644]
addons/sale/sale_workflow.xml [new file with mode: 0644]
addons/sale/security/ir.model.access.csv [new file with mode: 0644]
addons/sale/security/sale_security.xml [new file with mode: 0644]
addons/sale/static/src/img/icon.png [new file with mode: 0644]
addons/sale/stock.py [new file with mode: 0644]
addons/sale/stock_view.xml [new file with mode: 0644]
addons/sale/test/cancel_order.yml [new file with mode: 0644]
addons/sale/test/delete_order.yml [new file with mode: 0644]
addons/sale/test/edi_sale_order.yml [new file with mode: 0644]
addons/sale/test/manual_order_policy.yml [new file with mode: 0644]
addons/sale/test/picking_order_policy.yml [new file with mode: 0644]
addons/sale/test/postpaid_order_policy.yml [new file with mode: 0644]
addons/sale/test/prepaid_order_policy.yml [new file with mode: 0644]
addons/sale/test/sale_order_demo.yml [new file with mode: 0644]
addons/sale/wizard/__init__.py [new file with mode: 0644]
addons/sale/wizard/sale_line_invoice.py [new file with mode: 0644]
addons/sale/wizard/sale_line_invoice.xml [new file with mode: 0644]
addons/sale/wizard/sale_make_invoice.py [new file with mode: 0644]
addons/sale/wizard/sale_make_invoice.xml [new file with mode: 0644]
addons/sale/wizard/sale_make_invoice_advance.py [new file with mode: 0644]
addons/sale/wizard/sale_make_invoice_advance.xml [new file with mode: 0644]
addons/sale_analytic_plans/__init__.py [new file with mode: 0644]
addons/sale_analytic_plans/__openerp__.py [new file with mode: 0644]
addons/sale_analytic_plans/i18n/es.po [new file with mode: 0644]
addons/sale_analytic_plans/i18n/es_AR.po [new file with mode: 0644]
addons/sale_analytic_plans/i18n/es_CL.po [new file with mode: 0644]
addons/sale_analytic_plans/i18n/es_CO.po [new file with mode: 0644]
addons/sale_analytic_plans/i18n/es_CR.po [new file with mode: 0644]
addons/sale_analytic_plans/i18n/es_MX.po [new file with mode: 0644]
addons/sale_analytic_plans/i18n/es_UY.po [new file with mode: 0644]
addons/sale_analytic_plans/i18n/es_VE.po [new file with mode: 0644]
addons/sale_analytic_plans/i18n/sale_analytic_plans.pot [new file with mode: 0644]
addons/sale_analytic_plans/images/sale_order_analytic_account.jpeg [new file with mode: 0644]
addons/sale_analytic_plans/images/sales_order_line.jpeg [new file with mode: 0644]
addons/sale_analytic_plans/sale_analytic_plans.py [new file with mode: 0644]
addons/sale_analytic_plans/sale_analytic_plans_view.xml [new file with mode: 0644]
addons/sale_crm/__init__.py [new file with mode: 0644]
addons/sale_crm/__openerp__.py [new file with mode: 0644]
addons/sale_crm/board_sale_crm_view.xml [new file with mode: 0644]
addons/sale_crm/i18n/es.po [new file with mode: 0644]
addons/sale_crm/i18n/es_AR.po [new file with mode: 0644]
addons/sale_crm/i18n/es_CL.po [new file with mode: 0644]
addons/sale_crm/i18n/es_CR.po [new file with mode: 0644]
addons/sale_crm/i18n/es_MX.po [new file with mode: 0644]
addons/sale_crm/i18n/es_MX.po.moved [new file with mode: 0644]
addons/sale_crm/i18n/es_UY.po [new file with mode: 0644]
addons/sale_crm/i18n/es_VE.po [new file with mode: 0644]
addons/sale_crm/i18n/sale_crm.pot [new file with mode: 0644]
addons/sale_crm/images/crm_statistics_dashboard.jpeg [new file with mode: 0644]
addons/sale_crm/images/opportunity_to_quote.jpeg [new file with mode: 0644]
addons/sale_crm/process/sale_crm_process.xml [new file with mode: 0644]
addons/sale_crm/sale_crm.py [new file with mode: 0644]
addons/sale_crm/sale_crm_view.xml [new file with mode: 0644]
addons/sale_crm/security/ir.model.access.csv [new file with mode: 0644]
addons/sale_crm/security/sale_crm_security.xml [new file with mode: 0644]
addons/sale_crm/test/sale_crm.yml [new file with mode: 0644]
addons/sale_crm/wizard/__init__.py [new file with mode: 0644]
addons/sale_crm/wizard/crm_make_sale.py [new file with mode: 0644]
addons/sale_crm/wizard/crm_make_sale_view.xml [new file with mode: 0644]
addons/sale_journal/__init__.py [new file with mode: 0644]
addons/sale_journal/__openerp__.py [new file with mode: 0644]
addons/sale_journal/i18n/es.po [new file with mode: 0644]
addons/sale_journal/i18n/es_AR.po [new file with mode: 0644]
addons/sale_journal/i18n/es_CL.po [new file with mode: 0644]
addons/sale_journal/i18n/es_CR.po [new file with mode: 0644]
addons/sale_journal/i18n/es_MX.po [new file with mode: 0644]
addons/sale_journal/i18n/es_UY.po [new file with mode: 0644]
addons/sale_journal/i18n/es_VE.po [new file with mode: 0644]
addons/sale_journal/i18n/sale_journal.pot [new file with mode: 0644]
addons/sale_journal/images/invoice_type.jpeg [new file with mode: 0644]
addons/sale_journal/sale_journal.py [new file with mode: 0644]
addons/sale_journal/sale_journal_data.xml [new file with mode: 0644]
addons/sale_journal/sale_journal_demo.xml [new file with mode: 0644]
addons/sale_journal/sale_journal_view.xml [new file with mode: 0644]
addons/sale_journal/security/ir.model.access.csv [new file with mode: 0644]
addons/sale_layout/__init__.py [new file with mode: 0644]
addons/sale_layout/__openerp__.py [new file with mode: 0644]
addons/sale_layout/i18n/es.po [new file with mode: 0644]
addons/sale_layout/i18n/es_CL.po [new file with mode: 0644]
addons/sale_layout/i18n/es_CR.po [new file with mode: 0644]
addons/sale_layout/i18n/es_MX.po [new file with mode: 0644]
addons/sale_layout/i18n/es_UY.po [new file with mode: 0644]
addons/sale_layout/i18n/es_VE.po [new file with mode: 0644]
addons/sale_layout/i18n/sale_layout.pot [new file with mode: 0644]
addons/sale_layout/images/sale_layout.jpeg [new file with mode: 0644]
addons/sale_layout/report/__init__.py [new file with mode: 0644]
addons/sale_layout/report/report_sale_layout.py [new file with mode: 0644]
addons/sale_layout/report/report_sale_layout.rml [new file with mode: 0644]
addons/sale_layout/report/report_sale_layout.sxw [new file with mode: 0644]
addons/sale_layout/sale_layout.py [new file with mode: 0644]
addons/sale_layout/sale_layout_report.xml [new file with mode: 0644]
addons/sale_layout/sale_layout_view.xml [new file with mode: 0644]
addons/sale_layout/test/sale_layout_report.yml [new file with mode: 0644]
addons/sale_margin/__init__.py [new file with mode: 0644]
addons/sale_margin/__openerp__.py [new file with mode: 0644]
addons/sale_margin/i18n/es.po [new file with mode: 0644]
addons/sale_margin/i18n/es_CL.po [new file with mode: 0644]
addons/sale_margin/i18n/es_CR.po [new file with mode: 0644]
addons/sale_margin/i18n/es_MX.po [new file with mode: 0644]
addons/sale_margin/i18n/es_MX.po.moved [new file with mode: 0644]
addons/sale_margin/i18n/es_UY.po [new file with mode: 0644]
addons/sale_margin/i18n/es_VE.po [new file with mode: 0644]
addons/sale_margin/i18n/sale_margin.pot [new file with mode: 0644]
addons/sale_margin/images/sale_margin.jpeg [new file with mode: 0644]
addons/sale_margin/sale_margin.py [new file with mode: 0644]
addons/sale_margin/sale_margin_view.xml [new file with mode: 0644]
addons/sale_margin/security/ir.model.access.csv [new file with mode: 0644]
addons/sale_margin/test/sale_margin.yml [new file with mode: 0644]
addons/sale_mrp/__init__.py [new file with mode: 0644]
addons/sale_mrp/__openerp__.py [new file with mode: 0644]
addons/sale_mrp/i18n/es.po [new file with mode: 0644]
addons/sale_mrp/i18n/es_CL.po [new file with mode: 0644]
addons/sale_mrp/i18n/es_CR.po [new file with mode: 0644]
addons/sale_mrp/i18n/es_MX.po [new file with mode: 0644]
addons/sale_mrp/i18n/es_UY.po [new file with mode: 0644]
addons/sale_mrp/i18n/es_VE.po [new file with mode: 0644]
addons/sale_mrp/i18n/sale_mrp.pot [new file with mode: 0644]
addons/sale_mrp/images/SO_to_MO.jpeg [new file with mode: 0644]
addons/sale_mrp/sale_mrp.py [new file with mode: 0644]
addons/sale_mrp/sale_mrp_view.xml [new file with mode: 0644]
addons/sale_mrp/security/ir.model.access.csv [new file with mode: 0644]
addons/sale_mrp/test/sale_mrp.yml [new file with mode: 0644]
addons/sale_order_dates/__init__.py [new file with mode: 0644]
addons/sale_order_dates/__openerp__.py [new file with mode: 0644]
addons/sale_order_dates/i18n/es.po [new file with mode: 0644]
addons/sale_order_dates/i18n/es_CL.po [new file with mode: 0644]
addons/sale_order_dates/i18n/es_CR.po [new file with mode: 0644]
addons/sale_order_dates/i18n/es_MX.po [new file with mode: 0644]
addons/sale_order_dates/i18n/es_MX.po.moved [new file with mode: 0644]
addons/sale_order_dates/i18n/es_UY.po [new file with mode: 0644]
addons/sale_order_dates/i18n/es_VE.po [new file with mode: 0644]
addons/sale_order_dates/i18n/sale_order_dates.pot [new file with mode: 0644]
addons/sale_order_dates/images/sale_order_dates.jpeg [new file with mode: 0644]
addons/sale_order_dates/sale_order_dates.py [new file with mode: 0644]
addons/sale_order_dates/sale_order_dates_view.xml [new file with mode: 0644]
addons/share/__init__.py [new file with mode: 0644]
addons/share/__openerp__.py [new file with mode: 0644]
addons/share/i18n/es.po [new file with mode: 0644]
addons/share/i18n/es_CR.po [new file with mode: 0644]
addons/share/i18n/es_MX.po [new file with mode: 0644]
addons/share/i18n/es_UY.po [new file with mode: 0644]
addons/share/i18n/es_VE.po [new file with mode: 0644]
addons/share/i18n/share.pot [new file with mode: 0644]
addons/share/images/share_wizard.jpeg [new file with mode: 0644]
addons/share/images/sharing_wizard_step1.jpeg [new file with mode: 0644]
addons/share/images/sharing_wizard_step2.jpeg [new file with mode: 0644]
addons/share/ir_model.py [new file with mode: 0644]
addons/share/res_users.py [new file with mode: 0644]
addons/share/res_users_view.xml [new file with mode: 0644]
addons/share/security/share_security.xml [new file with mode: 0644]
addons/share/share_demo.xml [new file with mode: 0644]
addons/share/share_view.xml [new file with mode: 0644]
addons/share/static/src/css/share.css [new file with mode: 0644]
addons/share/static/src/img/share.png [new file with mode: 0644]
addons/share/static/src/js/share.js [new file with mode: 0644]
addons/share/static/src/xml/share.xml [new file with mode: 0644]
addons/share/wizard/__init__.py [new file with mode: 0644]
addons/share/wizard/share_wizard.py [new file with mode: 0644]
addons/share/wizard/share_wizard_view.xml [new file with mode: 0644]
addons/stock/__init__.py [new file with mode: 0644]
addons/stock/__openerp__.py [new file with mode: 0644]
addons/stock/board_warehouse_view.xml [new file with mode: 0644]
addons/stock/i18n/es.po [new file with mode: 0644]
addons/stock/i18n/es_AR.po [new file with mode: 0644]
addons/stock/i18n/es_BO.po [new file with mode: 0644]
addons/stock/i18n/es_CL.po [new file with mode: 0644]
addons/stock/i18n/es_CR.po [new file with mode: 0644]
addons/stock/i18n/es_DO.po [new file with mode: 0644]
addons/stock/i18n/es_EC.po [new file with mode: 0644]
addons/stock/i18n/es_MX.po [new file with mode: 0644]
addons/stock/i18n/es_MX.po.moved [new file with mode: 0644]
addons/stock/i18n/es_UY.po [new file with mode: 0644]
addons/stock/i18n/es_VE.po [new file with mode: 0644]
addons/stock/i18n/stock.pot [new file with mode: 0644]
addons/stock/images/delivery_orders.jpeg [new file with mode: 0644]
addons/stock/images/inventory_analysis.jpeg [new file with mode: 0644]
addons/stock/images/location.jpeg [new file with mode: 0644]
addons/stock/images/moves_analysis.jpeg [new file with mode: 0644]
addons/stock/images/physical_inventories.jpeg [new file with mode: 0644]
addons/stock/images/stock_forecast_report.png [new file with mode: 0644]
addons/stock/images/warehouse-hover.png [new file with mode: 0644]
addons/stock/images/warehouse.png [new file with mode: 0644]
addons/stock/images/warehouse_dashboard.jpeg [new file with mode: 0644]
addons/stock/partner.py [new file with mode: 0644]
addons/stock/partner_view.xml [new file with mode: 0644]
addons/stock/product.py [new file with mode: 0644]
addons/stock/product_data.xml [new file with mode: 0644]
addons/stock/product_view.xml [new file with mode: 0644]
addons/stock/report/__init__.py [new file with mode: 0644]
addons/stock/report/lot_move_label.xml [new file with mode: 0644]
addons/stock/report/lot_move_label.xsl [new file with mode: 0644]
addons/stock/report/lot_overview.py [new file with mode: 0644]
addons/stock/report/lot_overview.rml [new file with mode: 0644]
addons/stock/report/lot_overview.sxw [new file with mode: 0644]
addons/stock/report/lot_overview_all.py [new file with mode: 0644]
addons/stock/report/lot_overview_all.rml [new file with mode: 0644]
addons/stock/report/lot_overview_all.sxw [new file with mode: 0644]
addons/stock/report/picking.py [new file with mode: 0644]
addons/stock/report/picking.rml [new file with mode: 0644]
addons/stock/report/picking.sxw [new file with mode: 0644]
addons/stock/report/product_stock.py [new file with mode: 0644]
addons/stock/report/report_stock.py [new file with mode: 0644]
addons/stock/report/report_stock_move.py [new file with mode: 0644]
addons/stock/report/report_stock_move_view.xml [new file with mode: 0644]
addons/stock/report/report_stock_view.xml [new file with mode: 0644]
addons/stock/report/stock_by_location.py [new file with mode: 0644]
addons/stock/report/stock_by_location.xsl [new file with mode: 0644]
addons/stock/report/stock_graph.py [new file with mode: 0644]
addons/stock/report/stock_inventory_move.rml [new file with mode: 0644]
addons/stock/report/stock_inventory_move.sxw [new file with mode: 0644]
addons/stock/report/stock_inventory_move_report.py [new file with mode: 0644]
addons/stock/security/ir.model.access.csv [new file with mode: 0644]
addons/stock/security/stock_security.xml [new file with mode: 0644]
addons/stock/static/src/css/stock.css [new file with mode: 0644]
addons/stock/static/src/img/icon.png [new file with mode: 0644]
addons/stock/stock.py [new file with mode: 0644]
addons/stock/stock_data.xml [new file with mode: 0644]
addons/stock/stock_demo.xml [new file with mode: 0644]
addons/stock/stock_demo.yml [new file with mode: 0644]
addons/stock/stock_incoterms.xml [new file with mode: 0644]
addons/stock/stock_report.xml [new file with mode: 0644]
addons/stock/stock_sequence.xml [new file with mode: 0644]
addons/stock/stock_view.xml [new file with mode: 0644]
addons/stock/stock_workflow.xml [new file with mode: 0644]
addons/stock/test/multicompany.yml [new file with mode: 0644]
addons/stock/test/opening_stock.yml [new file with mode: 0644]
addons/stock/test/shipment.yml [new file with mode: 0644]
addons/stock/test/stock_report.yml [new file with mode: 0644]
addons/stock/wizard/__init__.py [new file with mode: 0644]
addons/stock/wizard/stock_change_product_qty.py [new file with mode: 0644]
addons/stock/wizard/stock_change_product_qty_view.xml [new file with mode: 0644]
addons/stock/wizard/stock_change_standard_price.py [new file with mode: 0644]
addons/stock/wizard/stock_change_standard_price_view.xml [new file with mode: 0644]
addons/stock/wizard/stock_fill_inventory.py [new file with mode: 0644]
addons/stock/wizard/stock_fill_inventory_view.xml [new file with mode: 0644]
addons/stock/wizard/stock_inventory_line_split.py [new file with mode: 0644]
addons/stock/wizard/stock_inventory_line_split_view.xml [new file with mode: 0644]
addons/stock/wizard/stock_inventory_merge.py [new file with mode: 0644]
addons/stock/wizard/stock_inventory_merge_view.xml [new file with mode: 0644]
addons/stock/wizard/stock_invoice_onshipping.py [new file with mode: 0644]
addons/stock/wizard/stock_invoice_onshipping_view.xml [new file with mode: 0644]
addons/stock/wizard/stock_location_product.py [new file with mode: 0644]
addons/stock/wizard/stock_location_product_view.xml [new file with mode: 0644]
addons/stock/wizard/stock_move.py [new file with mode: 0644]
addons/stock/wizard/stock_move_view.xml [new file with mode: 0644]
addons/stock/wizard/stock_partial_move.py [new file with mode: 0644]
addons/stock/wizard/stock_partial_move_view.xml [new file with mode: 0644]
addons/stock/wizard/stock_partial_picking.py [new file with mode: 0644]
addons/stock/wizard/stock_partial_picking_view.xml [new file with mode: 0644]
addons/stock/wizard/stock_return_picking.py [new file with mode: 0644]
addons/stock/wizard/stock_return_picking_view.xml [new file with mode: 0644]
addons/stock/wizard/stock_splitinto.py [new file with mode: 0644]
addons/stock/wizard/stock_splitinto_view.xml [new file with mode: 0644]
addons/stock/wizard/stock_traceability.py [new file with mode: 0644]
addons/stock_invoice_directly/__init__.py [new file with mode: 0644]
addons/stock_invoice_directly/__openerp__.py [new file with mode: 0644]
addons/stock_invoice_directly/i18n/es.po [new file with mode: 0644]
addons/stock_invoice_directly/i18n/es_AR.po [new file with mode: 0644]
addons/stock_invoice_directly/i18n/es_CL.po [new file with mode: 0644]
addons/stock_invoice_directly/i18n/es_CR.po [new file with mode: 0644]
addons/stock_invoice_directly/i18n/es_MX.po [new file with mode: 0644]
addons/stock_invoice_directly/i18n/es_UY.po [new file with mode: 0644]
addons/stock_invoice_directly/i18n/es_VE.po [new file with mode: 0644]
addons/stock_invoice_directly/i18n/stock_invoice_directly.pot [new file with mode: 0644]
addons/stock_invoice_directly/images/create_invoice.jpeg [new file with mode: 0644]
addons/stock_invoice_directly/test/stock_invoice_directly.yml [new file with mode: 0644]
addons/stock_invoice_directly/wizard/__init__.py [new file with mode: 0644]
addons/stock_invoice_directly/wizard/stock_invoice.py [new file with mode: 0644]
addons/stock_location/__init__.py [new file with mode: 0644]
addons/stock_location/__openerp__.py [new file with mode: 0644]
addons/stock_location/i18n/es.po [new file with mode: 0644]
addons/stock_location/i18n/es_AR.po [new file with mode: 0644]
addons/stock_location/i18n/es_CL.po [new file with mode: 0644]
addons/stock_location/i18n/es_CR.po [new file with mode: 0644]
addons/stock_location/i18n/es_MX.po [new file with mode: 0644]
addons/stock_location/i18n/es_UY.po [new file with mode: 0644]
addons/stock_location/i18n/es_VE.po [new file with mode: 0644]
addons/stock_location/i18n/stock_location.pot [new file with mode: 0644]
addons/stock_location/images/pulled_flow.jpeg [new file with mode: 0644]
addons/stock_location/images/pushed_flow.jpeg [new file with mode: 0644]
addons/stock_location/procurement_pull.py [new file with mode: 0644]
addons/stock_location/procurement_pull_workflow.xml [new file with mode: 0644]
addons/stock_location/security/ir.model.access.csv [new file with mode: 0644]
addons/stock_location/security/stock_location_security.xml [new file with mode: 0644]
addons/stock_location/stock_location.py [new file with mode: 0644]
addons/stock_location/stock_location_demo_cpu1.xml [new file with mode: 0644]
addons/stock_location/stock_location_demo_cpu3.yml [new file with mode: 0644]
addons/stock_location/stock_location_view.xml [new file with mode: 0644]
addons/stock_location/test/stock_location_pull_flow.yml [new file with mode: 0644]
addons/stock_location/test/stock_location_push_flow.yml [new file with mode: 0644]
addons/stock_no_autopicking/__init__.py [new file with mode: 0644]
addons/stock_no_autopicking/__openerp__.py [new file with mode: 0644]
addons/stock_no_autopicking/i18n/es.po [new file with mode: 0644]
addons/stock_no_autopicking/i18n/es_AR.po [new file with mode: 0644]
addons/stock_no_autopicking/i18n/es_CL.po [new file with mode: 0644]
addons/stock_no_autopicking/i18n/es_CR.po [new file with mode: 0644]
addons/stock_no_autopicking/i18n/es_MX.po [new file with mode: 0644]
addons/stock_no_autopicking/i18n/es_UY.po [new file with mode: 0644]
addons/stock_no_autopicking/i18n/es_VE.po [new file with mode: 0644]
addons/stock_no_autopicking/i18n/stock_no_autopicking.pot [new file with mode: 0644]
addons/stock_no_autopicking/images/auto_picking.jpeg [new file with mode: 0644]
addons/stock_no_autopicking/stock_no_autopicking.py [new file with mode: 0644]
addons/stock_no_autopicking/stock_no_autopicking_view.xml [new file with mode: 0644]
addons/stock_no_autopicking/test/stock_no_autopicking.yml [new file with mode: 0644]
addons/stock_planning/__init__.py [new file with mode: 0644]
addons/stock_planning/__openerp__.py [new file with mode: 0644]
addons/stock_planning/i18n/es.po [new file with mode: 0644]
addons/stock_planning/i18n/es_CL.po [new file with mode: 0644]
addons/stock_planning/i18n/es_CR.po [new file with mode: 0644]
addons/stock_planning/i18n/es_MX.po [new file with mode: 0644]
addons/stock_planning/i18n/es_UY.po [new file with mode: 0644]
addons/stock_planning/i18n/es_VE.po [new file with mode: 0644]
addons/stock_planning/i18n/stock_planning.pot [new file with mode: 0644]
addons/stock_planning/images/master_procurement_schedule.jpeg [new file with mode: 0644]
addons/stock_planning/images/sales_forecast.jpeg [new file with mode: 0644]
addons/stock_planning/images/stock_planning_line.jpeg [new file with mode: 0644]
addons/stock_planning/images/stock_sales_period.jpeg [new file with mode: 0644]
addons/stock_planning/security/ir.model.access.csv [new file with mode: 0644]
addons/stock_planning/security/stock_planning_security.xml [new file with mode: 0644]
addons/stock_planning/stock_planning.py [new file with mode: 0644]
addons/stock_planning/stock_planning_view.xml [new file with mode: 0644]
addons/stock_planning/test/stock_planning.yml [new file with mode: 0644]
addons/stock_planning/wizard/__init__.py [new file with mode: 0644]
addons/stock_planning/wizard/stock_planning_create_periods.py [new file with mode: 0644]
addons/stock_planning/wizard/stock_planning_create_periods_view.xml [new file with mode: 0644]
addons/stock_planning/wizard/stock_planning_createlines.py [new file with mode: 0644]
addons/stock_planning/wizard/stock_planning_createlines_view.xml [new file with mode: 0644]
addons/stock_planning/wizard/stock_planning_forecast.py [new file with mode: 0644]
addons/stock_planning/wizard/stock_planning_forecast_view.xml [new file with mode: 0644]
addons/subscription/__init__.py [new file with mode: 0644]
addons/subscription/__openerp__.py [new file with mode: 0644]
addons/subscription/i18n/es.po [new file with mode: 0644]
addons/subscription/i18n/es_AR.po [new file with mode: 0644]
addons/subscription/i18n/es_CR.po [new file with mode: 0644]
addons/subscription/i18n/es_MX.po [new file with mode: 0644]
addons/subscription/i18n/es_UY.po [new file with mode: 0644]
addons/subscription/i18n/es_VE.po [new file with mode: 0644]
addons/subscription/i18n/subscription.pot [new file with mode: 0644]
addons/subscription/images/subscription_document_fields.jpeg [new file with mode: 0644]
addons/subscription/images/subscriptions.jpeg [new file with mode: 0644]
addons/subscription/security/ir.model.access.csv [new file with mode: 0644]
addons/subscription/security/subcription_security.xml [new file with mode: 0644]
addons/subscription/subscription.py [new file with mode: 0644]
addons/subscription/subscription_demo.xml [new file with mode: 0644]
addons/subscription/subscription_view.xml [new file with mode: 0644]
addons/survey/__init__.py [new file with mode: 0644]
addons/survey/__openerp__.py [new file with mode: 0644]
addons/survey/i18n/es.po [new file with mode: 0644]
addons/survey/i18n/es_CR.po [new file with mode: 0644]
addons/survey/i18n/es_MX.po [new file with mode: 0644]
addons/survey/i18n/es_UY.po [new file with mode: 0644]
addons/survey/i18n/es_VE.po [new file with mode: 0644]
addons/survey/i18n/survey.pot [new file with mode: 0644]
addons/survey/images/survey_answers.jpeg [new file with mode: 0644]
addons/survey/images/survey_pages.jpeg [new file with mode: 0644]
addons/survey/images/surveys.jpeg [new file with mode: 0644]
addons/survey/report/__init__.py [new file with mode: 0644]
addons/survey/report/survey_analysis_report.py [new file with mode: 0644]
addons/survey/report/survey_browse_response.py [new file with mode: 0644]
addons/survey/report/survey_form.py [new file with mode: 0644]
addons/survey/security/ir.model.access.csv [new file with mode: 0644]
addons/survey/security/survey_security.xml [new file with mode: 0644]
addons/survey/specification/specification.txt [new file with mode: 0644]
addons/survey/specification/survey.png [new file with mode: 0644]
addons/survey/specification/survey_page.png [new file with mode: 0644]
addons/survey/specification/survey_question.png [new file with mode: 0644]
addons/survey/specification/survey_response.png [new file with mode: 0644]
addons/survey/survey.py [new file with mode: 0644]
addons/survey/survey_data.xml [new file with mode: 0644]
addons/survey/survey_demo.xml [new file with mode: 0644]
addons/survey/survey_report.xml [new file with mode: 0644]
addons/survey/survey_view.xml [new file with mode: 0644]
addons/survey/test/draft2open2close_request.yml [new file with mode: 0644]
addons/survey/test/draft2open2close_survey.yml [new file with mode: 0644]
addons/survey/test/survey_question_type.yml [new file with mode: 0644]
addons/survey/test/survey_report.yml [new file with mode: 0644]
addons/survey/wizard/__init__.py [new file with mode: 0644]
addons/survey/wizard/survey_answer.py [new file with mode: 0644]
addons/survey/wizard/survey_answer.xml [new file with mode: 0644]
addons/survey/wizard/survey_browse_answer.py [new file with mode: 0644]
addons/survey/wizard/survey_browse_answer.xml [new file with mode: 0644]
addons/survey/wizard/survey_print.py [new file with mode: 0644]
addons/survey/wizard/survey_print.xml [new file with mode: 0644]
addons/survey/wizard/survey_print_answer.py [new file with mode: 0644]
addons/survey/wizard/survey_print_answer.xml [new file with mode: 0644]
addons/survey/wizard/survey_print_statistics.py [new file with mode: 0644]
addons/survey/wizard/survey_print_statistics.xml [new file with mode: 0644]
addons/survey/wizard/survey_selection.py [new file with mode: 0644]
addons/survey/wizard/survey_selection.xml [new file with mode: 0644]
addons/survey/wizard/survey_send_invitation.py [new file with mode: 0644]
addons/survey/wizard/survey_send_invitation.xml [new file with mode: 0644]
addons/users_ldap/__init__.py [new file with mode: 0644]
addons/users_ldap/__openerp__.py [new file with mode: 0644]
addons/users_ldap/i18n/es.po [new file with mode: 0644]
addons/users_ldap/i18n/es_CR.po [new file with mode: 0644]
addons/users_ldap/i18n/es_MX.po [new file with mode: 0644]
addons/users_ldap/i18n/es_UY.po [new file with mode: 0644]
addons/users_ldap/i18n/es_VE.po [new file with mode: 0644]
addons/users_ldap/i18n/users_ldap.pot [new file with mode: 0644]
addons/users_ldap/images/ldap_configuration.jpeg [new file with mode: 0644]
addons/users_ldap/security/ir.model.access.csv [new file with mode: 0644]
addons/users_ldap/user_ldap_installer.xml [new file with mode: 0644]
addons/users_ldap/users_ldap.py [new file with mode: 0644]
addons/users_ldap/users_ldap_view.xml [new file with mode: 0644]
addons/warning/__init__.py [new file with mode: 0644]
addons/warning/__openerp__.py [new file with mode: 0644]
addons/warning/i18n/es.po [new file with mode: 0644]
addons/warning/i18n/es_AR.po [new file with mode: 0644]
addons/warning/i18n/es_CR.po [new file with mode: 0644]
addons/warning/i18n/es_MX.po [new file with mode: 0644]
addons/warning/i18n/es_UY.po [new file with mode: 0644]
addons/warning/i18n/es_VE.po [new file with mode: 0644]
addons/warning/i18n/warning.pot [new file with mode: 0644]
addons/warning/images/customers_warnings.jpeg [new file with mode: 0644]
addons/warning/images/sale_order_warning.jpeg [new file with mode: 0644]
addons/warning/warning.py [new file with mode: 0644]
addons/warning/warning_view.xml [new file with mode: 0644]
addons/web_livechat/LICENSE [new file with mode: 0644]
addons/web_livechat/__init__.py [new file with mode: 0644]
addons/web_livechat/__openerp__.py [new file with mode: 0644]
addons/web_livechat/i18n/es.po [new file with mode: 0644]
addons/web_livechat/i18n/es_CR.po [new file with mode: 0644]
addons/web_livechat/i18n/es_MX.po [new file with mode: 0644]
addons/web_livechat/i18n/es_UY.po [new file with mode: 0644]
addons/web_livechat/i18n/es_VE.po [new file with mode: 0644]
addons/web_livechat/i18n/web_livechat.pot [new file with mode: 0644]
addons/web_livechat/publisher_warranty.py [new file with mode: 0644]
addons/web_livechat/static/src/css/lc.css [new file with mode: 0644]
addons/web_livechat/static/src/img/available.png [new file with mode: 0644]
addons/web_livechat/static/src/img/away.png [new file with mode: 0644]
addons/web_livechat/static/src/img/busy.png [new file with mode: 0644]
addons/web_livechat/static/src/img/web_livechat_support.jpeg [new file with mode: 0644]
addons/web_livechat/static/src/js/web_livechat.js [new file with mode: 0644]
addons/web_livechat/static/src/xml/web_livechat.xml [new file with mode: 0644]
addons/web_uservoice/LICENSE [new file with mode: 0644]
addons/web_uservoice/__init__.py [new file with mode: 0644]
addons/web_uservoice/__openerp__.py [new file with mode: 0644]
addons/web_uservoice/i18n/es.po [new file with mode: 0644]
addons/web_uservoice/i18n/es_CR.po [new file with mode: 0644]
addons/web_uservoice/i18n/es_MX.po [new file with mode: 0644]
addons/web_uservoice/i18n/es_UY.po [new file with mode: 0644]
addons/web_uservoice/i18n/es_VE.po [new file with mode: 0644]
addons/web_uservoice/i18n/web_uservoice.pot [new file with mode: 0644]
addons/web_uservoice/static/src/css/uservoice.css [new file with mode: 0644]
addons/web_uservoice/static/src/img/submit_an_idea.jpeg [new file with mode: 0644]
addons/web_uservoice/static/src/img/uv_favicon.png [new file with mode: 0644]
addons/web_uservoice/static/src/img/web_uservoice_feedback.jpeg [new file with mode: 0644]
addons/web_uservoice/static/src/js/web_uservoice.js [new file with mode: 0644]
addons/web_uservoice/static/src/xml/web_uservoice.xml [new file with mode: 0644]
addons/web_view_editor/MANIFEST.in [new file with mode: 0644]
addons/web_view_editor/PKG-INFO [new file with mode: 0644]
addons/web_view_editor/__init__.py [new file with mode: 0644]
addons/web_view_editor/__openerp__.py [new file with mode: 0644]
addons/web_view_editor/i18n/ar.po [new file with mode: 0644]
addons/web_view_editor/i18n/bs.po [new file with mode: 0644]
addons/web_view_editor/i18n/cs.po [new file with mode: 0644]
addons/web_view_editor/i18n/da.po [new file with mode: 0644]
addons/web_view_editor/i18n/de.po [new file with mode: 0644]
addons/web_view_editor/i18n/en_AU.po [new file with mode: 0644]
addons/web_view_editor/i18n/en_GB.po [new file with mode: 0644]
addons/web_view_editor/i18n/es.po [new file with mode: 0644]
addons/web_view_editor/i18n/es_DO.po [new file with mode: 0644]
addons/web_view_editor/i18n/es_EC.po [new file with mode: 0644]
addons/web_view_editor/i18n/es_MX.po [new file with mode: 0644]
addons/web_view_editor/i18n/et.po [new file with mode: 0644]
addons/web_view_editor/i18n/fa.po [new file with mode: 0644]
addons/web_view_editor/i18n/fi.po [new file with mode: 0644]
addons/web_view_editor/i18n/fr.po [new file with mode: 0644]
addons/web_view_editor/i18n/he.po [new file with mode: 0644]
addons/web_view_editor/i18n/hr.po [new file with mode: 0644]
addons/web_view_editor/i18n/hu.po [new file with mode: 0644]
addons/web_view_editor/i18n/it.po [new file with mode: 0644]
addons/web_view_editor/i18n/ko.po [new file with mode: 0644]
addons/web_view_editor/i18n/lt.po [new file with mode: 0644]
addons/web_view_editor/i18n/lv.po [new file with mode: 0644]
addons/web_view_editor/i18n/mk.po [new file with mode: 0644]
addons/web_view_editor/i18n/mn.po [new file with mode: 0644]
addons/web_view_editor/i18n/nb.po [new file with mode: 0644]
addons/web_view_editor/i18n/nl.po [new file with mode: 0644]
addons/web_view_editor/i18n/nl_BE.po [new file with mode: 0644]
addons/web_view_editor/i18n/pl.po [new file with mode: 0644]
addons/web_view_editor/i18n/pt.po [new file with mode: 0644]
addons/web_view_editor/i18n/pt_BR.po [new file with mode: 0644]
addons/web_view_editor/i18n/ro.po [new file with mode: 0644]
addons/web_view_editor/i18n/ru.po [new file with mode: 0644]
addons/web_view_editor/i18n/sl.po [new file with mode: 0644]
addons/web_view_editor/i18n/sv.po [new file with mode: 0644]
addons/web_view_editor/i18n/th.po [new file with mode: 0644]
addons/web_view_editor/i18n/tr.po [new file with mode: 0644]
addons/web_view_editor/i18n/web_view_editor.pot [new file with mode: 0644]
addons/web_view_editor/i18n/zh_CN.po [new file with mode: 0644]
addons/web_view_editor/openerp_web_view_editor.egg-info/PKG-INFO [new file with mode: 0644]
addons/web_view_editor/openerp_web_view_editor.egg-info/SOURCES.txt [new file with mode: 0644]
addons/web_view_editor/openerp_web_view_editor.egg-info/dependency_links.txt [new file with mode: 0644]
addons/web_view_editor/openerp_web_view_editor.egg-info/requires.txt [new file with mode: 0644]
addons/web_view_editor/openerp_web_view_editor.egg-info/top_level.txt [new file with mode: 0644]
addons/web_view_editor/setup.cfg [new file with mode: 0644]
addons/web_view_editor/setup.py [new file with mode: 0644]
addons/web_view_editor/static/src/js/view_editor.js [new file with mode: 0644]
addons/web_view_editor/static/src/xml/view_editor.xml [new file with mode: 0644]
addons/wiki/__init__.py [new file with mode: 0644]
addons/wiki/__openerp__.py [new file with mode: 0644]
addons/wiki/data/wiki_main.xml [new file with mode: 0644]
addons/wiki/data/wiki_quickstart.xml [new file with mode: 0644]
addons/wiki/i18n/es.po [new file with mode: 0644]
addons/wiki/i18n/es_AR.po [new file with mode: 0644]
addons/wiki/i18n/es_CR.po [new file with mode: 0644]
addons/wiki/i18n/es_MX.po [new file with mode: 0644]
addons/wiki/i18n/es_UY.po [new file with mode: 0644]
addons/wiki/i18n/es_VE.po [new file with mode: 0644]
addons/wiki/i18n/wiki.pot [new file with mode: 0644]
addons/wiki/images/create_index.jpeg [new file with mode: 0644]
addons/wiki/images/page_history.jpeg [new file with mode: 0644]
addons/wiki/images/wiki_groups.jpeg [new file with mode: 0644]
addons/wiki/images/wiki_pages.jpeg [new file with mode: 0644]
addons/wiki/security/ir.model.access.csv [new file with mode: 0644]
addons/wiki/security/wiki_security.xml [new file with mode: 0644]
addons/wiki/static/src/js/wiki.js [new file with mode: 0644]
addons/wiki/static/src/lib/wiky/Readme.md [new file with mode: 0755]
addons/wiki/static/src/lib/wiky/autogit.sh [new file with mode: 0755]
addons/wiki/static/src/lib/wiky/index.html [new file with mode: 0755]
addons/wiki/static/src/lib/wiky/input_complete [new file with mode: 0755]
addons/wiki/static/src/lib/wiky/jquery-1.4.2.min.js [new file with mode: 0755]
addons/wiki/static/src/lib/wiky/wiky.css [new file with mode: 0755]
addons/wiki/static/src/lib/wiky/wiky.js [new file with mode: 0755]
addons/wiki/test/wiki_test00.yml [new file with mode: 0644]
addons/wiki/web/locales/ar.po [new file with mode: 0644]
addons/wiki/web/locales/bg.po [new file with mode: 0644]
addons/wiki/web/locales/ca.po [new file with mode: 0644]
addons/wiki/web/locales/da.po [new file with mode: 0644]
addons/wiki/web/locales/de.po [new file with mode: 0644]
addons/wiki/web/locales/es.po [new file with mode: 0644]
addons/wiki/web/locales/es_PY.po [new file with mode: 0644]
addons/wiki/web/locales/fi.po [new file with mode: 0644]
addons/wiki/web/locales/fr.po [new file with mode: 0644]
addons/wiki/web/locales/gl.po [new file with mode: 0644]
addons/wiki/web/locales/hr.po [new file with mode: 0644]
addons/wiki/web/locales/hu.po [new file with mode: 0644]
addons/wiki/web/locales/it.po [new file with mode: 0644]
addons/wiki/web/locales/nb.po [new file with mode: 0644]
addons/wiki/web/locales/nl.po [new file with mode: 0644]
addons/wiki/web/locales/oc.po [new file with mode: 0644]
addons/wiki/web/locales/pt.po [new file with mode: 0644]
addons/wiki/web/locales/pt_BR.po [new file with mode: 0644]
addons/wiki/web/locales/ro.po [new file with mode: 0644]
addons/wiki/web/locales/ru.po [new file with mode: 0644]
addons/wiki/web/locales/sk.po [new file with mode: 0644]
addons/wiki/web/locales/sl.po [new file with mode: 0644]
addons/wiki/web/locales/sr@latin.po [new file with mode: 0644]
addons/wiki/web/locales/sv.po [new file with mode: 0644]
addons/wiki/web/locales/tr.po [new file with mode: 0644]
addons/wiki/web/locales/vi.po [new file with mode: 0644]
addons/wiki/web/locales/zh_CN.po [new file with mode: 0644]
addons/wiki/web/locales/zh_TW.po [new file with mode: 0644]
addons/wiki/wiki.py [new file with mode: 0644]
addons/wiki/wiki_demo.xml [new file with mode: 0644]
addons/wiki/wiki_view.xml [new file with mode: 0644]
addons/wiki/wizard/__init__.py [new file with mode: 0644]
addons/wiki/wizard/wiki_create_menu.py [new file with mode: 0644]
addons/wiki/wizard/wiki_create_menu_view.xml [new file with mode: 0644]
addons/wiki/wizard/wiki_make_index.py [new file with mode: 0644]
addons/wiki/wizard/wiki_make_index_view.xml [new file with mode: 0644]
addons/wiki/wizard/wiki_show_diff.py [new file with mode: 0644]
addons/wiki/wizard/wiki_show_diff_view.xml [new file with mode: 0644]
addons/wiki/wizard/wiki_wiki_page_open.py [new file with mode: 0644]
addons/wiki/wizard/wiki_wiki_page_open_view.xml [new file with mode: 0644]
addons/wiki_faq/__init__.py [new file with mode: 0644]
addons/wiki_faq/__openerp__.py [new file with mode: 0644]
addons/wiki_faq/i18n/es.po [new file with mode: 0644]
addons/wiki_faq/i18n/es_CR.po [new file with mode: 0644]
addons/wiki_faq/i18n/es_MX.po [new file with mode: 0644]
addons/wiki_faq/i18n/es_UY.po [new file with mode: 0644]
addons/wiki_faq/i18n/es_VE.po [new file with mode: 0644]
addons/wiki_faq/i18n/wiki_faq.pot [new file with mode: 0644]
addons/wiki_faq/images/wiki_groups_internal_faq.jpeg [new file with mode: 0644]
addons/wiki_faq/images/wiki_pages_internal_faq.jpeg [new file with mode: 0644]
addons/wiki_faq/wiki_faq.xml [new file with mode: 0644]
addons/wiki_quality_manual/__init__.py [new file with mode: 0644]
addons/wiki_quality_manual/__openerp__.py [new file with mode: 0644]
addons/wiki_quality_manual/i18n/es.po [new file with mode: 0644]
addons/wiki_quality_manual/i18n/es_CR.po [new file with mode: 0644]
addons/wiki_quality_manual/i18n/es_MX.po [new file with mode: 0644]
addons/wiki_quality_manual/i18n/es_UY.po [new file with mode: 0644]
addons/wiki_quality_manual/i18n/es_VE.po [new file with mode: 0644]
addons/wiki_quality_manual/i18n/wiki_quality_manual.pot [new file with mode: 0644]
addons/wiki_quality_manual/images/wiki_pages_quality_manual.jpeg [new file with mode: 0644]
addons/wiki_quality_manual/wiki_quality_manual.xml [new file with mode: 0644]
addons/wiki_sale_faq/__init__.py [new file with mode: 0644]
addons/wiki_sale_faq/__openerp__.py [new file with mode: 0644]
addons/wiki_sale_faq/i18n/es.po [new file with mode: 0644]
addons/wiki_sale_faq/i18n/es_CR.po [new file with mode: 0644]
addons/wiki_sale_faq/i18n/es_MX.po [new file with mode: 0644]
addons/wiki_sale_faq/i18n/es_UY.po [new file with mode: 0644]
addons/wiki_sale_faq/i18n/es_VE.po [new file with mode: 0644]
addons/wiki_sale_faq/i18n/wiki_sale_faq.pot [new file with mode: 0644]
addons/wiki_sale_faq/images/sale_document.jpeg [new file with mode: 0644]
addons/wiki_sale_faq/images/wiki_pages.jpeg [new file with mode: 0644]
addons/wiki_sale_faq/wiki_sale_faq_data.xml [new file with mode: 0644]
addons/wiki_sale_faq/wiki_sale_faq_view.xml [new file with mode: 0644]
ip/.hg_archival.txt [new file with mode: 0644]
ip/__init__.py [new file with mode: 0644]
ip/ip_partner/README.rst [new file with mode: 0644]
ip/ip_partner/__init__.py [new file with mode: 0644]
ip/ip_partner/__openerp__.py [new file with mode: 0644]
ip/ip_partner/base_vat.py [new file with mode: 0644]
ip/ip_partner/categ.csv [new file with mode: 0644]
ip/ip_partner/categ.sql [new file with mode: 0644]
ip/ip_partner/categorias.csv [new file with mode: 0644]
ip/ip_partner/cuentas.csv [new file with mode: 0644]
ip/ip_partner/data/res_partner.csv [new file with mode: 0644]
ip/ip_partner/data/res_partner.csv.bak [new file with mode: 0644]
ip/ip_partner/data/res_partner.ods [new file with mode: 0644]
ip/ip_partner/data/res_partner_address.csv [new file with mode: 0644]
ip/ip_partner/i18n/es_UY.po [new file with mode: 0644]
ip/ip_partner/mclientes.py [new file with mode: 0644]
ip/ip_partner/migra.sql [new file with mode: 0644]
ip/ip_partner/partner.py [new file with mode: 0644]
ip/ip_partner/partner_.py [new file with mode: 0644]
ip/ip_partner/partner_view.xml [new file with mode: 0644]
ip/ip_partner/security/partner_security.xml [new file with mode: 0644]
ip/ip_product/__init__.py [new file with mode: 0644]
ip/ip_product/__openerp__.py [new file with mode: 0644]
ip/ip_product/class_product_pos_attributes.py [new file with mode: 0644]
ip/ip_product/data/product_category.csv [new file with mode: 0644]
ip/ip_product/data/product_category.csv.bak [new file with mode: 0644]
ip/ip_product/data/product_data.xml [new file with mode: 0644]
ip/ip_product/data/res_users.xml [new file with mode: 0644]
ip/ip_product/doc/product_pos_attributes.doc [new file with mode: 0644]
ip/ip_product/doc/product_pos_attributes.msg [new file with mode: 0644]
ip/ip_product/envases.xml [new file with mode: 0644]
ip/ip_product/i18n/es.po [new file with mode: 0644]
ip/ip_product/i18n/es_ES.po [new file with mode: 0644]
ip/ip_product/i18n/es_UY.po [new file with mode: 0644]
ip/ip_product/i18n/es_UY_new.po [new file with mode: 0644]
ip/ip_product/i18n/es_UY_new2.po [new file with mode: 0644]
ip/ip_product/i18n/product.pot [new file with mode: 0644]
ip/ip_product/i18n/product_es.pot [new file with mode: 0644]
ip/ip_product/multi_ean/__init__.py [new file with mode: 0644]
ip/ip_product/multi_ean/i18n/es_UY.po [new file with mode: 0644]
ip/ip_product/multi_ean/insert.sql [new file with mode: 0644]
ip/ip_product/multi_ean/product_attribs_view.xml [new file with mode: 0644]
ip/ip_product/multi_ean/product_ean.py [new file with mode: 0644]
ip/ip_product/multi_ean/product_ean_view.xml [new file with mode: 0644]
ip/ip_product/multi_ean/security/ir.model.access.csv [new file with mode: 0644]
ip/ip_product/product.py [new file with mode: 0644]
ip/ip_product/product_category.py [new file with mode: 0644]
ip/ip_product/product_category_view.xml [new file with mode: 0644]
ip/ip_product/product_pos_attributes.py [new file with mode: 0644]
ip/ip_product/product_pos_attributes.xml [new file with mode: 0644]
ip/ip_product/product_view.xml [new file with mode: 0644]
ip/ip_product/security/ir.model.access.csv [new file with mode: 0644]
ip/ip_product/wizard/__init__.py [new file with mode: 0644]
ip/ip_product/wizard/export_product.py [new file with mode: 0644]
ip/ip_product/wizard/export_product.py.old [new file with mode: 0644]
ip/ip_product/wizard/export_product_view.xml [new file with mode: 0644]
ip/ip_product/wizard/print_price_report.py [new file with mode: 0644]
ip/ip_product/wizard/py.py [new file with mode: 0644]
ip/ip_product/wizard/reporte_cambio_precios.py [new file with mode: 0644]
ip/ip_product/wizard/ret_link.py [new file with mode: 0644]
ip/ip_product/wizard/ret_link.xml [new file with mode: 0644]
ip/ip_purchase/__init__.py [new file with mode: 0644]
ip/ip_purchase/__openerp__.py [new file with mode: 0644]
ip/ip_purchase/calc.py [new file with mode: 0644]
ip/ip_purchase/data/product_data.xml [new file with mode: 0644]
ip/ip_purchase/i18n/es_ES.po [new file with mode: 0644]
ip/ip_purchase/i18n/es_ES.po.bak [new file with mode: 0644]
ip/ip_purchase/i18n/es_UY.po [new file with mode: 0644]
ip/ip_purchase/i18n/es_UY.po.bak [new file with mode: 0644]
ip/ip_purchase/i18n/purchase_dapc.pot.bak [new file with mode: 0644]
ip/ip_purchase/i18n/purchase_discount.pot [new file with mode: 0644]
ip/ip_purchase/product_historic.py [new file with mode: 0644]
ip/ip_purchase/product_historic_view.xml [new file with mode: 0644]
ip/ip_purchase/purchase_discount.py [new file with mode: 0644]
ip/ip_purchase/purchase_discount_report.xml [new file with mode: 0644]
ip/ip_purchase/purchase_discount_view.xml [new file with mode: 0644]
ip/ip_purchase/purchase_report.xml [new file with mode: 0644]
ip/ip_purchase/report/__init__.py [new file with mode: 0644]
ip/ip_purchase/report/order.py [new file with mode: 0644]
ip/ip_purchase/report/order.rml [new file with mode: 0644]
ip/ip_purchase/report/order.sxw [new file with mode: 0644]
ip/ip_purchase/report/purchase_report.py [new file with mode: 0644]
ip/ip_purchase/report/purchase_report_view.xml [new file with mode: 0644]
ip/ip_purchase/report/request_quotation.py [new file with mode: 0644]
ip/ip_purchase/report/request_quotation.rml [new file with mode: 0644]
ip/ip_purchase/report/request_quotation.sxw [new file with mode: 0644]
ip/ip_purchase/security/groups.xml [new file with mode: 0644]
ip/ip_purchase/security/ir.model.access.csv [new file with mode: 0644]
ip/ip_purchase/security/purchase_security.xml [new file with mode: 0644]
ip/ip_purchase/view/product_historic_view.xml [new file with mode: 0644]
ip/ip_purchase/view/purchase_discount_view.xml [new file with mode: 0644]
ip/ip_tck/__init__.py [new file with mode: 0644]
ip/ip_tck/__openerp__.py [new file with mode: 0644]
ip/ip_tck/baul/ctas.sql [new file with mode: 0644]
ip/ip_tck/baul/movimientos.sql [new file with mode: 0644]
ip/ip_tck/baul/old/__init__.py [new file with mode: 0644]
ip/ip_tck/baul/old/cob_ticket_view.xml [new file with mode: 0644]
ip/ip_tck/baul/old/cta_workflows.xml [new file with mode: 0644]
ip/ip_tck/baul/old/ctas.cobzas.sql [new file with mode: 0644]
ip/ip_tck/baul/old/ctas.sql [new file with mode: 0644]
ip/ip_tck/baul/old/migrate.py [new file with mode: 0644]
ip/ip_tck/baul/partner_cta_cob_balance.py [new file with mode: 0644]
ip/ip_tck/baul/partner_cta_cob_balance.rml [new file with mode: 0644]
ip/ip_tck/baul/partner_cta_cob_balance.sxw [new file with mode: 0644]
ip/ip_tck/baul/template_view.xml [new file with mode: 0644]
ip/ip_tck/conf/__init__.py [new file with mode: 0644]
ip/ip_tck/conf/ip_sale_config.py [new file with mode: 0644]
ip/ip_tck/cta_ticket/__init__.py [new file with mode: 0644]
ip/ip_tck/cta_ticket/_report/__init__.py [new file with mode: 0644]
ip/ip_tck/cta_ticket/_report/movimientos_partner.odt [new file with mode: 0644]
ip/ip_tck/cta_ticket/_report/movimientos_partner.rml [new file with mode: 0644]
ip/ip_tck/cta_ticket/_report/movimientos_partner.sxw [new file with mode: 0644]
ip/ip_tck/cta_ticket/_report/movimientos_partner_report.py [new file with mode: 0644]
ip/ip_tck/cta_ticket/_report/truch_movimientos_partner.xml [new file with mode: 0644]
ip/ip_tck/cta_ticket/conf [new symlink]
ip/ip_tck/cta_ticket/cta_ticket.py [new file with mode: 0644]
ip/ip_tck/cta_ticket/views/cob_ticket_view.xml [new file with mode: 0644]
ip/ip_tck/cta_ticket/views/cta_ticket_view.xml [new file with mode: 0644]
ip/ip_tck/cta_ticket/wizard/.idea/encodings.xml [new file with mode: 0644]
ip/ip_tck/cta_ticket/wizard/.idea/inspectionProfiles/Project_Default.xml [new file with mode: 0644]
ip/ip_tck/cta_ticket/wizard/.idea/inspectionProfiles/profiles_settings.xml [new file with mode: 0644]
ip/ip_tck/cta_ticket/wizard/.idea/misc.xml [new file with mode: 0644]
ip/ip_tck/cta_ticket/wizard/.idea/modules.xml [new file with mode: 0644]
ip/ip_tck/cta_ticket/wizard/.idea/wizard.iml [new file with mode: 0644]
ip/ip_tck/cta_ticket/wizard/.idea/workspace.xml [new file with mode: 0644]
ip/ip_tck/cta_ticket/wizard/__init__.py [new file with mode: 0644]
ip/ip_tck/cta_ticket/wizard/baul/_deudores_wiz.py [new file with mode: 0644]
ip/ip_tck/cta_ticket/wizard/baul/_deudores_wiz_view.xml [new file with mode: 0644]
ip/ip_tck/cta_ticket/wizard/baul/movimientos_tck_reporte.py [new file with mode: 0644]
ip/ip_tck/cta_ticket/wizard/baul/movimientos_tck_reporte_view.xml [new file with mode: 0644]
ip/ip_tck/cta_ticket/wizard/movimientos_tck_wizard.py [new file with mode: 0644]
ip/ip_tck/cta_ticket/wizard/movimientos_tck_wizard_view.xml [new file with mode: 0644]
ip/ip_tck/doc/.calculo importes subtotllt etc .kate-swp [new file with mode: 0644]
ip/ip_tck/doc/SUPERUSER_ID.py [new file with mode: 0644]
ip/ip_tck/doc/calculo importes subtotllt etc [new file with mode: 0644]
ip/ip_tck/doc/dele.sql [new file with mode: 0644]
ip/ip_tck/doc/drop_consolidate.sql [new file with mode: 0644]
ip/ip_tck/doc/elim_fecha_leida.sh [new file with mode: 0644]
ip/ip_tck/doc/pck_Migrate.txt [new file with mode: 0644]
ip/ip_tck/doc/pos_nombres [new file with mode: 0644]
ip/ip_tck/doc/set_dic_17_salida.py [new file with mode: 0644]
ip/ip_tck/estado_cuenta/__init__.py [new file with mode: 0644]
ip/ip_tck/estado_cuenta/__openerp__.py [new file with mode: 0644]
ip/ip_tck/estado_cuenta/estado_cuenta_report.xml [new file with mode: 0644]
ip/ip_tck/estado_cuenta/python_logo.png [new symlink]
ip/ip_tck/estado_cuenta/report/__init__.py [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/ejemplo.py [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/ejemplo.rml [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/estado_cuenta.pdf [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/estado_cuenta.rml [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/estado_cuenta_report.py [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/head.rml [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/images/replogo.jpeg [new symlink]
ip/ip_tck/estado_cuenta/report/listas.pdf [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/logo_no_bar.png [new symlink]
ip/ip_tck/estado_cuenta/report/olab_users/2001-September.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2002-April.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2002-August.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2002-December.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2002-July.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2002-June.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2002-May.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2002-November.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2002-October.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2002-September.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2003-April.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2003-August.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2003-December.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2003-February.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2003-January.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2003-July.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2003-June.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2003-March.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2003-May.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2003-November.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2003-October.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2003-September.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2004-April.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2004-August.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2004-December.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2004-February.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2004-January.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2004-July.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2004-June.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2004-March.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2004-May.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2004-November.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2004-October.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2004-September.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2005-April.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2005-August.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2005-December.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2005-February.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2005-January.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2005-July.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2005-June.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2005-March.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2005-May.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2005-November.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2005-October.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2005-September.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2006-April.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2006-August.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2006-December.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2006-February.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2006-January.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2006-July.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2006-June.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2006-March.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2006-May.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2006-November.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2006-October.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2006-September.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2007-April.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2007-August.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2007-December.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2007-February.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2007-January.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2007-July.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2007-June.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2007-March.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2007-May.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2007-November.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2007-October.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2007-September.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2008-April.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2008-August.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2008-December.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2008-February.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2008-January.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2008-July.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2008-June.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2008-March.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2008-May.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2008-November.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2008-October.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2008-September.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2009-April.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2009-August.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2009-December.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2009-February.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2009-January.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2009-July.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2009-June.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2009-March.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2009-May.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2009-November.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2009-October.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2009-September.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2011-April.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2011-August.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2011-December.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2011-February.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2011-January.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2011-July.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2011-June.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2011-March.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2011-May.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2011-November.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2011-October.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2011-September.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2012-April.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2012-August.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2012-December.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2012-February.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2012-January.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2012-July.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2012-June.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2012-March.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2012-May.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2012-November.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2012-October.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2012-September.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2013-April.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2013-August.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2013-December.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2013-February.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2013-January.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2013-July.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2013-June.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2013-March.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2013-May.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2013-November.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2013-October.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2013-September.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2014-April.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2014-August.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2014-December.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2014-February.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2014-January.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2014-July.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2014-June.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2014-March.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2014-May.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2014-November.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2014-October.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2014-September.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2015-April.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2015-August.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2015-December.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2015-February.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2015-January.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2015-July.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2015-June.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2015-March.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2015-May.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2015-November.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2015-October.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2015-September.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2016-April.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2016-August.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2016-December.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2016-February.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2016-January.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2016-July.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2016-June.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2016-March.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2016-May.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2016-November.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2016-October.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2016-September.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2017-April.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2017-August.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2017-February.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2017-January.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2017-July.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2017-June.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2017-March.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2017-May.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2017-November.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2017-October.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/olab_users/2017-September.txt.gz [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/pichis.mp4 [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/python_logo.png [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/repl_user_list.py [new file with mode: 0755]
ip/ip_tck/estado_cuenta/report/rml.dtd [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/strapline.png [new symlink]
ip/ip_tck/estado_cuenta/report/test_045_separations.rml [new file with mode: 0644]
ip/ip_tck/estado_cuenta/report/test_046_lists.rml [new file with mode: 0644]
ip/ip_tck/estado_cuenta/wizard/__init__.py [new file with mode: 0644]
ip/ip_tck/estado_cuenta/wizard/estado_cuenta.py [new file with mode: 0644]
ip/ip_tck/estado_cuenta/wizard/estado_cuenta.xml [new file with mode: 0644]
ip/ip_tck/estado_cuenta_report2.py [new file with mode: 0644]
ip/ip_tck/estructuras [new file with mode: 0644]
ip/ip_tck/ip_tck.py [new file with mode: 0644]
ip/ip_tck/ip_tck_reports.xml [new file with mode: 0644]
ip/ip_tck/report/__init__.py [new file with mode: 0644]
ip/ip_tck/report/_mov_partner_report.xml [new file with mode: 0644]
ip/ip_tck/report/_tickets_qty_report.py [new file with mode: 0644]
ip/ip_tck/report/_tickets_qty_report_view.xml [new file with mode: 0644]
ip/ip_tck/report/sale_qty_report.py [new file with mode: 0644]
ip/ip_tck/report/sale_qty_report_view.xml [new file with mode: 0644]
ip/ip_tck/salida.py [new file with mode: 0644]
ip/ip_tck/tck_workflow.xml [new file with mode: 0644]
ip/ip_tck/views/_consolidate_views.xml [new file with mode: 0644]
ip/ip_tck/views/cfe_view.xml [new file with mode: 0644]
ip/ip_tck/views/informes_tck_view.xml [new file with mode: 0644]
ip/ip_tck/views/ip_tck_view.xml [new file with mode: 0644]
ip/ip_tck/views/ip_tck_view.xml.new [new file with mode: 0644]
ip/ip_tck/views/mediosdepago_view.xml [new file with mode: 0644]
ip/ip_tck/views/redondeos_view.xml [new file with mode: 0644]
ip/ip_tck/views/vouchertar_view.xml [new file with mode: 0644]
ip/ip_tck/wizard/__init__.py [new file with mode: 0644]
ip/ip_tck/wizard/campos_open.py [new file with mode: 0644]
ip/ip_tck/wizard/campos_open_completos.py [new file with mode: 0644]
ip/ip_tck/wizard/campos_open_plus.py [new file with mode: 0644]
ip/ip_tck/wizard/campos_open_plus.sql [new file with mode: 0644]
ip/ip_tck/wizard/campos_open_plus.sql.py [new file with mode: 0644]
ip/ip_tck/wizard/campos_open_plus2.sql [new file with mode: 0644]
ip/ip_tck/wizard/conf [new symlink]
ip/ip_tck/wizard/create_p_tables.sql [new file with mode: 0644]
ip/ip_tck/wizard/create_tck_objects.py [new file with mode: 0644]
ip/ip_tck/wizard/import_tck.py [new file with mode: 0644]
ip/ip_tck/wizard/importa_tickets.py [new file with mode: 0644]
ip/ip_tck/wizard/importa_tickets_view.xml [new file with mode: 0644]
ip/ip_tck/wizard/info_ventas.py [new file with mode: 0644]
ip/ip_tck/wizard/info_ventas_view.xml [new file with mode: 0644]
ip/ip_tck/wizard/lineas.py [new file with mode: 0644]
ip/ip_tck/wizard/mov_partner_report_wizard.py [new file with mode: 0644]
ip/ip_tck/wizard/relacionados_al_cabezal.py [new file with mode: 0644]
ip/ip_tck/wizard/report_tmp.py [new file with mode: 0644]
ip/ip_tck/wizard/reporte_info_ventas.py [new file with mode: 0644]
ip/ip_tck/wizard/simples_del_cabezal.py [new file with mode: 0644]
ip/ip_tck/wizard/snptmp.rml [new file with mode: 0644]
ip/ip_tck/wizard/tck_create.py [new file with mode: 0644]
ip/ip_zuni_data/__init__.py [new file with mode: 0644]
ip/ip_zuni_data/__openerp__.py [new file with mode: 0644]
ip/ip_zuni_data/data/zuni_company_data.xml [new file with mode: 0644]
ip/ip_zuni_data/data/zuni_currencies.xml [new file with mode: 0644]
ip/ip_zuni_data/data/zuni_currencies_rates.xml [new file with mode: 0644]
ip/ip_zuni_data/i18n/es.po [new file with mode: 0644]
ip/ip_zuni_data/security/data_security.xml [new file with mode: 0644]
ip/ip_zuni_profile/__init__.py [new file with mode: 0644]
ip/ip_zuni_profile/__openerp__.py [new file with mode: 0644]
ip/ip_zuni_profile/i18n/es_ES.po [new file with mode: 0644]
ip/ip_zuni_profile/i18n/es_ES.pot [new file with mode: 0644]
ip/ip_zuni_profile/menu_icons.xml [new file with mode: 0644]
ip/ip_zuni_profile/protocolo base de datos [new file with mode: 0644]
ip/ip_zuni_profile/protocolo base de datos.html [new file with mode: 0644]
ip/ip_zuni_profile/security/profile_security.xml [new file with mode: 0644]
ip/l10n_uy/__init__.py [new file with mode: 0644]
ip/l10n_uy/__openerp__.py [new file with mode: 0644]
ip/l10n_uy/account_chart_template.xml [new file with mode: 0644]
ip/l10n_uy/account_types.xml [new file with mode: 0644]
ip/l10n_uy/ba/account_types.xml [new file with mode: 0644]
ip/l10n_uy/ba/chart_template.csv [new file with mode: 0644]
ip/l10n_uy/ba/chart_template_uy.csv [new file with mode: 0644]
ip/l10n_uy/ba/types [new file with mode: 0644]
ip/l10n_uy/i18n/es_ES.po [new file with mode: 0644]
ip/l10n_uy/i18n/es_UY.po [new file with mode: 0644]
ip/l10n_uy/images/config_chart_l10n_uy.jpeg [new file with mode: 0644]
ip/l10n_uy/images/l10n_uy_chart.jpeg [new file with mode: 0644]
ip/l10n_uy/l10n_uy_wizard.xml [new file with mode: 0644]
ip/l10n_uy/taxes_code_template.xml [new file with mode: 0644]
ip/l10n_uy/taxes_template.xml [new file with mode: 0644]
server/LICENSE [new file with mode: 0644]
server/MANIFEST.in [new file with mode: 0644]
server/README [new file with mode: 0644]
server/bin/openerp-server.py [new file with mode: 0755]
server/dbs/.ropeproject/config.py [new file with mode: 0644]
server/dbs/.ropeproject/globalnames [new file with mode: 0644]
server/dbs/.ropeproject/history [new file with mode: 0644]
server/dbs/.ropeproject/objectdb [new file with mode: 0644]
server/dbs/err [new file with mode: 0644]
server/dbs/log [new file with mode: 0644]
server/debian/changelog [new file with mode: 0644]
server/debian/compat [new file with mode: 0644]
server/debian/control [new file with mode: 0644]
server/debian/copyright [new file with mode: 0644]
server/debian/openerp.init [new file with mode: 0644]
server/debian/openerp.install [new file with mode: 0644]
server/debian/openerp.postinst [new file with mode: 0644]
server/debian/openerp.postrm [new file with mode: 0644]
server/debian/rules [new file with mode: 0755]
server/debug [new file with mode: 0644]
server/eliminar_tickets.sh [new file with mode: 0644]
server/gids [new file with mode: 0644]
server/gunicorn.conf.py [new file with mode: 0644]
server/history/Changelog [new file with mode: 0644]
server/history/Changelog-4.x [new file with mode: 0644]
server/history/Changelog-6.x [new file with mode: 0644]
server/history/README.userchange [new file with mode: 0644]
server/history/change-loglevel.sh [new file with mode: 0755]
server/history/check_profile_l10n_all.py [new file with mode: 0644]
server/history/clean-model.sql [new file with mode: 0644]
server/history/gen_graph.sh [new file with mode: 0755]
server/history/get-srvstats.sh [new file with mode: 0755]
server/history/list-services.sh [new file with mode: 0755]
server/history/migrate/3.3.0-3.4.0/README [new file with mode: 0644]
server/history/migrate/3.3.0-3.4.0/post.py [new file with mode: 0644]
server/history/migrate/3.3.0-3.4.0/pre.py [new file with mode: 0644]
server/history/migrate/3.4.0-4.0.0/README [new file with mode: 0644]
server/history/migrate/3.4.0-4.0.0/post-tiny.py [new file with mode: 0644]
server/history/migrate/3.4.0-4.0.0/post.py [new file with mode: 0644]
server/history/migrate/3.4.0-4.0.0/pre-tiny.py [new file with mode: 0644]
server/history/migrate/3.4.0-4.0.0/pre.py [new file with mode: 0644]
server/history/migrate/4.0.0-4.2.0/pre.py [new file with mode: 0644]
server/history/migrate/4.0.0-4.2.0/tiny/README [new file with mode: 0644]
server/history/migrate/4.0.0-4.2.0/tiny/pre-tiny.py [new file with mode: 0644]
server/history/migrate/4.2.0-4.4.0/pre.py [new file with mode: 0644]
server/history/module_graph.py [new file with mode: 0755]
server/history/xml2yml.py [new file with mode: 0755]
server/install/openerp-header.bmp [new file with mode: 0644]
server/install/openerp-header.png [new file with mode: 0644]
server/install/openerp-icon.ico [new file with mode: 0644]
server/install/openerp-icon.png [new file with mode: 0644]
server/install/openerp-intro.bmp [new file with mode: 0644]
server/install/openerp-server.1 [new file with mode: 0644]
server/install/openerp-server.conf [new file with mode: 0644]
server/install/openerp-server.init [new file with mode: 0644]
server/install/openerp-server.logrotate [new file with mode: 0644]
server/install/openerp-slogan.bmp [new file with mode: 0644]
server/install/openerp.ico [new file with mode: 0644]
server/install/openerp.png [new file with mode: 0644]
server/install/openerp_serverrc.5 [new file with mode: 0644]
server/install/ssl-cert.cfg [new file with mode: 0644]
server/libserver.py [new file with mode: 0755]
server/log/CODIGOS_ERROR.log [new file with mode: 0644]
server/log/err [new file with mode: 0644]
server/log/log [new file with mode: 0644]
server/log/opentck2.log [new file with mode: 0644]
server/log/ticket.log [new file with mode: 0644]
server/openerp-cron-worker [new file with mode: 0644]
server/openerp-jasper.pid [new file with mode: 0644]
server/openerp-server [new file with mode: 0755]
server/openerp-server.conf [new file with mode: 0644]
server/openerp-server.py [new file with mode: 0755]
server/openerp/.apidoc [new file with mode: 0644]
server/openerp/PKG-INFO [new file with mode: 0644]
server/openerp/__init__.py [new file with mode: 0644]
server/openerp/addons/__init__.py [new file with mode: 0644]
server/openerp/addons/base/__init__.py [new file with mode: 0644]
server/openerp/addons/base/__openerp__.py [new file with mode: 0644]
server/openerp/addons/base/base.sql [new file with mode: 0644]
server/openerp/addons/base/base_data.xml [new file with mode: 0644]
server/openerp/addons/base/base_demo.xml [new file with mode: 0644]
server/openerp/addons/base/base_menu.xml [new file with mode: 0644]
server/openerp/addons/base/base_update.xml [new file with mode: 0644]
server/openerp/addons/base/data/administration-hover.png [new file with mode: 0644]
server/openerp/addons/base/data/administration.png [new file with mode: 0644]
server/openerp/addons/base/data/res.country.state.csv [new file with mode: 0644]
server/openerp/addons/base/data/sales-hover.png [new file with mode: 0644]
server/openerp/addons/base/data/sales.png [new file with mode: 0644]
server/openerp/addons/base/i18n/base.pot [new file with mode: 0644]
server/openerp/addons/base/i18n/es.po [new file with mode: 0644]
server/openerp/addons/base/i18n/es_AR.po [new file with mode: 0644]
server/openerp/addons/base/i18n/es_BO.po [new file with mode: 0644]
server/openerp/addons/base/i18n/es_CL.po [new file with mode: 0644]
server/openerp/addons/base/i18n/es_CR.po [new file with mode: 0644]
server/openerp/addons/base/i18n/es_DO.po [new file with mode: 0644]
server/openerp/addons/base/i18n/es_EC.po [new file with mode: 0644]
server/openerp/addons/base/i18n/es_MX.po [new file with mode: 0644]
server/openerp/addons/base/i18n/es_UY.po [new file with mode: 0644]
server/openerp/addons/base/i18n/es_VE.po [new file with mode: 0644]
server/openerp/addons/base/ir/__init__.py [new file with mode: 0644]
server/openerp/addons/base/ir/ir.xml [new file with mode: 0644]
server/openerp/addons/base/ir/ir_actions.py [new file with mode: 0644]
server/openerp/addons/base/ir/ir_attachment.py [new file with mode: 0644]
server/openerp/addons/base/ir/ir_config_parameter.py [new file with mode: 0644]
server/openerp/addons/base/ir/ir_config_parameter_view.xml [new file with mode: 0644]
server/openerp/addons/base/ir/ir_cron.py [new file with mode: 0644]
server/openerp/addons/base/ir/ir_default.py [new file with mode: 0644]
server/openerp/addons/base/ir/ir_exports.py [new file with mode: 0644]
server/openerp/addons/base/ir/ir_filters.py [new file with mode: 0644]
server/openerp/addons/base/ir/ir_mail_server.py [new file with mode: 0644]
server/openerp/addons/base/ir/ir_model.py [new file with mode: 0644]
server/openerp/addons/base/ir/ir_rule.py [new file with mode: 0644]
server/openerp/addons/base/ir/ir_sequence.py [new file with mode: 0644]
server/openerp/addons/base/ir/ir_translation.py [new file with mode: 0644]
server/openerp/addons/base/ir/ir_ui_menu.py [new file with mode: 0644]
server/openerp/addons/base/ir/ir_ui_view.py [new file with mode: 0644]
server/openerp/addons/base/ir/ir_values.py [new file with mode: 0644]
server/openerp/addons/base/ir/osv_memory_autovacuum.py [new file with mode: 0644]
server/openerp/addons/base/ir/report/ir_report.xml [new file with mode: 0644]
server/openerp/addons/base/ir/report/modeloverview.sxw [new file with mode: 0644]
server/openerp/addons/base/ir/wizard/__init__.py [new file with mode: 0644]
server/openerp/addons/base/ir/wizard/wizard_menu.py [new file with mode: 0644]
server/openerp/addons/base/ir/wizard/wizard_menu_view.xml [new file with mode: 0644]
server/openerp/addons/base/ir/wizard/wizard_screen.py [new file with mode: 0644]
server/openerp/addons/base/ir/workflow/__init__.py [new file with mode: 0644]
server/openerp/addons/base/ir/workflow/print_instance.py [new file with mode: 0644]
server/openerp/addons/base/ir/workflow/workflow.py [new file with mode: 0644]
server/openerp/addons/base/ir/workflow/workflow_view.xml [new file with mode: 0644]
server/openerp/addons/base/module/__init__.py [new file with mode: 0644]
server/openerp/addons/base/module/module.py [new file with mode: 0644]
server/openerp/addons/base/module/module_data.xml [new file with mode: 0644]
server/openerp/addons/base/module/module_report.xml [new file with mode: 0644]
server/openerp/addons/base/module/module_view.xml [new file with mode: 0644]
server/openerp/addons/base/module/report/__init__.py [new file with mode: 0644]
server/openerp/addons/base/module/report/ir_module_reference.rml [new file with mode: 0644]
server/openerp/addons/base/module/report/ir_module_reference.sxw [new file with mode: 0644]
server/openerp/addons/base/module/report/ir_module_reference_print.py [new file with mode: 0644]
server/openerp/addons/base/module/wizard/__init__.py [new file with mode: 0644]
server/openerp/addons/base/module/wizard/base_export_language.py [new file with mode: 0644]
server/openerp/addons/base/module/wizard/base_export_language_view.xml [new file with mode: 0644]
server/openerp/addons/base/module/wizard/base_import_language.py [new file with mode: 0644]
server/openerp/addons/base/module/wizard/base_import_language_view.xml [new file with mode: 0644]
server/openerp/addons/base/module/wizard/base_language_install.py [new file with mode: 0644]
server/openerp/addons/base/module/wizard/base_language_install_view.xml [new file with mode: 0644]
server/openerp/addons/base/module/wizard/base_module_configuration.py [new file with mode: 0644]
server/openerp/addons/base/module/wizard/base_module_configuration_view.xml [new file with mode: 0644]
server/openerp/addons/base/module/wizard/base_module_import.py [new file with mode: 0644]
server/openerp/addons/base/module/wizard/base_module_import_view.xml [new file with mode: 0644]
server/openerp/addons/base/module/wizard/base_module_scan.py [new file with mode: 0644]
server/openerp/addons/base/module/wizard/base_module_scan_view.xml [new file with mode: 0644]
server/openerp/addons/base/module/wizard/base_module_update.py [new file with mode: 0644]
server/openerp/addons/base/module/wizard/base_module_update_view.xml [new file with mode: 0644]
server/openerp/addons/base/module/wizard/base_module_upgrade.py [new file with mode: 0644]
server/openerp/addons/base/module/wizard/base_module_upgrade_view.xml [new file with mode: 0644]
server/openerp/addons/base/module/wizard/base_update_translations.py [new file with mode: 0644]
server/openerp/addons/base/module/wizard/base_update_translations_view.xml [new file with mode: 0644]
server/openerp/addons/base/publisher_warranty/__init__.py [new file with mode: 0644]
server/openerp/addons/base/publisher_warranty/publisher_warranty.py [new file with mode: 0644]
server/openerp/addons/base/publisher_warranty/publisher_warranty_data.xml [new file with mode: 0644]
server/openerp/addons/base/publisher_warranty/publisher_warranty_view.xml [new file with mode: 0644]
server/openerp/addons/base/report/__init__.py [new file with mode: 0644]
server/openerp/addons/base/report/corporate_defaults.xml [new file with mode: 0644]
server/openerp/addons/base/report/corporate_defaults.xsl [new file with mode: 0644]
server/openerp/addons/base/report/corporate_odt_header.xml [new file with mode: 0644]
server/openerp/addons/base/report/corporate_sxw_header.xml [new file with mode: 0644]
server/openerp/addons/base/report/custom.xsl [new file with mode: 0644]
server/openerp/addons/base/report/custom_default.xsl [new file with mode: 0644]
server/openerp/addons/base/report/custom_default_printscreen.xsl [new file with mode: 0644]
server/openerp/addons/base/report/custom_new.xsl [new file with mode: 0644]
server/openerp/addons/base/report/custom_report.xml [new file with mode: 0644]
server/openerp/addons/base/report/custom_rml.xsl [new file with mode: 0644]
server/openerp/addons/base/report/custom_rml_printscreen.xsl [new file with mode: 0644]
server/openerp/addons/base/report/custom_view.xml [new file with mode: 0644]
server/openerp/addons/base/report/mako_footer.html [new file with mode: 0644]
server/openerp/addons/base/report/mako_header.html [new file with mode: 0644]
server/openerp/addons/base/report/mako_template.css [new file with mode: 0644]
server/openerp/addons/base/report/preview_report.py [new file with mode: 0644]
server/openerp/addons/base/report/preview_report.rml [new file with mode: 0644]
server/openerp/addons/base/report/rml_template.xsl [new file with mode: 0644]
server/openerp/addons/base/res/__init__.py [new file with mode: 0644]
server/openerp/addons/base/res/config_pixmaps/1.png [new file with mode: 0755]
server/openerp/addons/base/res/config_pixmaps/2.png [new file with mode: 0755]
server/openerp/addons/base/res/config_pixmaps/3.png [new file with mode: 0755]
server/openerp/addons/base/res/ir_property.py [new file with mode: 0644]
server/openerp/addons/base/res/ir_property_view.xml [new file with mode: 0644]
server/openerp/addons/base/res/report/__init__.py [new file with mode: 0644]
server/openerp/addons/base/res/report/business_card.xml [new file with mode: 0644]
server/openerp/addons/base/res/report/business_card.xsl [new file with mode: 0644]
server/openerp/addons/base/res/report/partner_address.xml [new file with mode: 0644]
server/openerp/addons/base/res/report/partner_address.xsl [new file with mode: 0644]
server/openerp/addons/base/res/res_bank.py [new file with mode: 0644]
server/openerp/addons/base/res/res_bank_view.xml [new file with mode: 0644]
server/openerp/addons/base/res/res_company.py [new file with mode: 0644]
server/openerp/addons/base/res/res_company_logo.png [new file with mode: 0644]
server/openerp/addons/base/res/res_company_view.xml [new file with mode: 0644]
server/openerp/addons/base/res/res_config.py [new file with mode: 0644]
server/openerp/addons/base/res/res_config.xml [new file with mode: 0644]
server/openerp/addons/base/res/res_country.py [new file with mode: 0644]
server/openerp/addons/base/res/res_country_view.xml [new file with mode: 0644]
server/openerp/addons/base/res/res_currency.py [new file with mode: 0644]
server/openerp/addons/base/res/res_currency_view.xml [new file with mode: 0644]
server/openerp/addons/base/res/res_lang.py [new file with mode: 0644]
server/openerp/addons/base/res/res_lang_view.xml [new file with mode: 0644]
server/openerp/addons/base/res/res_log.py [new file with mode: 0644]
server/openerp/addons/base/res/res_log_view.xml [new file with mode: 0644]
server/openerp/addons/base/res/res_partner.py [new file with mode: 0644]
server/openerp/addons/base/res/res_partner_data.xml [new file with mode: 0644]
server/openerp/addons/base/res/res_partner_demo.xml [new file with mode: 0644]
server/openerp/addons/base/res/res_partner_event.py [new file with mode: 0644]
server/openerp/addons/base/res/res_partner_event_view.xml [new file with mode: 0644]
server/openerp/addons/base/res/res_partner_report.xml [new file with mode: 0644]
server/openerp/addons/base/res/res_partner_shortcut_data.xml [new file with mode: 0644]
server/openerp/addons/base/res/res_partner_view.xml [new file with mode: 0644]
server/openerp/addons/base/res/res_request.py [new file with mode: 0644]
server/openerp/addons/base/res/res_request_view.xml [new file with mode: 0644]
server/openerp/addons/base/res/res_security.xml [new file with mode: 0644]
server/openerp/addons/base/res/res_users.py [new file with mode: 0644]
server/openerp/addons/base/res/res_widget.py [new file with mode: 0644]
server/openerp/addons/base/res/res_widget_data.xml [new file with mode: 0644]
server/openerp/addons/base/res/res_widget_demo.xml [new file with mode: 0644]
server/openerp/addons/base/res/res_widget_view.xml [new file with mode: 0644]
server/openerp/addons/base/res/test/res_lang.py [new file with mode: 0644]
server/openerp/addons/base/res/wizard/__init__.py [new file with mode: 0644]
server/openerp/addons/base/res/wizard/partner_clear_ids.py [new file with mode: 0644]
server/openerp/addons/base/res/wizard/partner_clear_ids_view.xml [new file with mode: 0644]
server/openerp/addons/base/res/wizard/partner_sms_send.py [new file with mode: 0644]
server/openerp/addons/base/res/wizard/partner_sms_send_view.xml [new file with mode: 0644]
server/openerp/addons/base/res/wizard/partner_wizard_ean_check.py [new file with mode: 0644]
server/openerp/addons/base/res/wizard/partner_wizard_ean_check_view.xml [new file with mode: 0644]
server/openerp/addons/base/res/wizard/partner_wizard_massmail.py [new file with mode: 0644]
server/openerp/addons/base/res/wizard/partner_wizard_massmail_view.xml [new file with mode: 0644]
server/openerp/addons/base/rng/view.rng [new file with mode: 0644]
server/openerp/addons/base/security/base_security.xml [new file with mode: 0644]
server/openerp/addons/base/security/ir.model.access.csv [new file with mode: 0644]
server/openerp/addons/base/static/src/css/modules.css [new file with mode: 0644]
server/openerp/addons/base/static/src/img/icon.png [new file with mode: 0644]
server/openerp/addons/base/test/__init__.py [new file with mode: 0644]
server/openerp/addons/base/test/base_test.xml [new file with mode: 0644]
server/openerp/addons/base/test/base_test.yml [new file with mode: 0644]
server/openerp/addons/base/test/bug_lp541545.xml [new file with mode: 0644]
server/openerp/addons/base/test/test_auth.yml [new file with mode: 0644]
server/openerp/addons/base/test/test_context.xml [new file with mode: 0644]
server/openerp/addons/base/test/test_ir_cron.py [new file with mode: 0644]
server/openerp/addons/base/test/test_ir_cron.yml [new file with mode: 0644]
server/openerp/addons/base/test/test_ir_rule.yml [new file with mode: 0644]
server/openerp/addons/base/test/test_ir_values.yml [new file with mode: 0644]
server/openerp/addons/base/test/test_osv_expression.yml [new file with mode: 0644]
server/openerp/addons/base_quality_interrogation.py [new file with mode: 0644]
server/openerp/addons/zuni_touch [new file with mode: 0644]
server/openerp/conf/__init__.py [new file with mode: 0644]
server/openerp/conf/deprecation.py [new file with mode: 0644]
server/openerp/cron.py [new file with mode: 0644]
server/openerp/db/__init__.py [new file with mode: 0644]
server/openerp/exceptions.py [new file with mode: 0644]
server/openerp/import_xml.rng [new file with mode: 0644]
server/openerp/loglevels.py [new file with mode: 0644]
server/openerp/modules/__init__.py [new file with mode: 0644]
server/openerp/modules/db.py [new file with mode: 0644]
server/openerp/modules/graph.py [new file with mode: 0644]
server/openerp/modules/loading.py [new file with mode: 0644]
server/openerp/modules/migration.py [new file with mode: 0644]
server/openerp/modules/module.py [new file with mode: 0644]
server/openerp/modules/registry.py [new file with mode: 0644]
server/openerp/netsvc.py [new file with mode: 0644]
server/openerp/osv/__init__.py [new file with mode: 0644]
server/openerp/osv/expression.py [new file with mode: 0644]
server/openerp/osv/fields.py [new file with mode: 0644]
server/openerp/osv/openerpprofiledecorator.py [new file with mode: 0644]
server/openerp/osv/orm.py [new file with mode: 0644]
server/openerp/osv/osv.py [new file with mode: 0644]
server/openerp/osv/qty y dto [new file with mode: 0644]
server/openerp/osv/query.py [new file with mode: 0644]
server/openerp/pooler.py [new file with mode: 0644]
server/openerp/pychart/__init__.py [new file with mode: 0644]
server/openerp/pychart/afm/AvantGarde_Book.py [new file with mode: 0644]
server/openerp/pychart/afm/AvantGarde_BookOblique.py [new file with mode: 0644]
server/openerp/pychart/afm/AvantGarde_Demi.py [new file with mode: 0644]
server/openerp/pychart/afm/AvantGarde_DemiOblique.py [new file with mode: 0644]
server/openerp/pychart/afm/Bookman_Demi.py [new file with mode: 0644]
server/openerp/pychart/afm/Bookman_DemiItalic.py [new file with mode: 0644]
server/openerp/pychart/afm/Bookman_Light.py [new file with mode: 0644]
server/openerp/pychart/afm/Bookman_LightItalic.py [new file with mode: 0644]
server/openerp/pychart/afm/Courier.py [new file with mode: 0644]
server/openerp/pychart/afm/Courier_Bold.py [new file with mode: 0644]
server/openerp/pychart/afm/Courier_BoldOblique.py [new file with mode: 0644]
server/openerp/pychart/afm/Courier_Oblique.py [new file with mode: 0644]
server/openerp/pychart/afm/Helvetica.py [new file with mode: 0644]
server/openerp/pychart/afm/Helvetica_Bold.py [new file with mode: 0644]
server/openerp/pychart/afm/Helvetica_BoldOblique.py [new file with mode: 0644]
server/openerp/pychart/afm/Helvetica_Light.py [new file with mode: 0644]
server/openerp/pychart/afm/Helvetica_LightOblique.py [new file with mode: 0644]
server/openerp/pychart/afm/Helvetica_Narrow.py [new file with mode: 0644]
server/openerp/pychart/afm/Helvetica_Narrow_Bold.py [new file with mode: 0644]
server/openerp/pychart/afm/Helvetica_Narrow_BoldOblique.py [new file with mode: 0644]
server/openerp/pychart/afm/Helvetica_Narrow_Oblique.py [new file with mode: 0644]
server/openerp/pychart/afm/Helvetica_Oblique.py [new file with mode: 0644]
server/openerp/pychart/afm/NewCenturySchlbk_Bold.py [new file with mode: 0644]
server/openerp/pychart/afm/NewCenturySchlbk_BoldItalic.py [new file with mode: 0644]
server/openerp/pychart/afm/NewCenturySchlbk_Italic.py [new file with mode: 0644]
server/openerp/pychart/afm/NewCenturySchlbk_Roman.py [new file with mode: 0644]
server/openerp/pychart/afm/Palatino_Bold.py [new file with mode: 0644]
server/openerp/pychart/afm/Palatino_BoldItalic.py [new file with mode: 0644]
server/openerp/pychart/afm/Palatino_Italic.py [new file with mode: 0644]
server/openerp/pychart/afm/Palatino_Roman.py [new file with mode: 0644]
server/openerp/pychart/afm/Symbol.py [new file with mode: 0644]
server/openerp/pychart/afm/Times_Bold.py [new file with mode: 0644]
server/openerp/pychart/afm/Times_BoldItalic.py [new file with mode: 0644]
server/openerp/pychart/afm/Times_Italic.py [new file with mode: 0644]
server/openerp/pychart/afm/Times_Roman.py [new file with mode: 0644]
server/openerp/pychart/afm/Utopia_Bold.py [new file with mode: 0644]
server/openerp/pychart/afm/Utopia_BoldItalic.py [new file with mode: 0644]
server/openerp/pychart/afm/Utopia_Italic.py [new file with mode: 0644]
server/openerp/pychart/afm/Utopia_Regular.py [new file with mode: 0644]
server/openerp/pychart/afm/ZapfChancery_MediumItalic.py [new file with mode: 0644]
server/openerp/pychart/afm/ZapfDingbats.py [new file with mode: 0644]
server/openerp/pychart/afm/__init__.py [new file with mode: 0644]
server/openerp/pychart/afm/dir.py [new file with mode: 0644]
server/openerp/pychart/area.py [new file with mode: 0644]
server/openerp/pychart/area_doc.py [new file with mode: 0644]
server/openerp/pychart/arrow.py [new file with mode: 0644]
server/openerp/pychart/arrow_doc.py [new file with mode: 0644]
server/openerp/pychart/axis.py [new file with mode: 0644]
server/openerp/pychart/axis_doc.py [new file with mode: 0644]
server/openerp/pychart/axis_x_doc.py [new file with mode: 0644]
server/openerp/pychart/axis_y_doc.py [new file with mode: 0644]
server/openerp/pychart/bar_plot.py [new file with mode: 0644]
server/openerp/pychart/bar_plot_doc.py [new file with mode: 0644]
server/openerp/pychart/basecanvas.py [new file with mode: 0644]
server/openerp/pychart/canvas.py [new file with mode: 0644]
server/openerp/pychart/category_coord.py [new file with mode: 0644]
server/openerp/pychart/chart_data.py [new file with mode: 0644]
server/openerp/pychart/chart_object.py [new file with mode: 0644]
server/openerp/pychart/color.py [new file with mode: 0644]
server/openerp/pychart/color_doc.py [new file with mode: 0644]
server/openerp/pychart/coord.py [new file with mode: 0644]
server/openerp/pychart/doc_support.py [new file with mode: 0644]
server/openerp/pychart/empty_docs.py [new file with mode: 0644]
server/openerp/pychart/error_bar.py [new file with mode: 0644]
server/openerp/pychart/error_bar_doc.py [new file with mode: 0644]
server/openerp/pychart/fill_style.py [new file with mode: 0644]
server/openerp/pychart/fill_style_doc.py [new file with mode: 0644]
server/openerp/pychart/font.py [new file with mode: 0644]
server/openerp/pychart/generate_docs.py [new file with mode: 0644]
server/openerp/pychart/gs_frontend.py [new file with mode: 0644]
server/openerp/pychart/interval_bar_plot.py [new file with mode: 0644]
server/openerp/pychart/legend.py [new file with mode: 0644]
server/openerp/pychart/legend_doc.py [new file with mode: 0644]
server/openerp/pychart/line_plot.py [new file with mode: 0644]
server/openerp/pychart/line_plot_doc.py [new file with mode: 0644]
server/openerp/pychart/line_style.py [new file with mode: 0644]
server/openerp/pychart/line_style_doc.py [new file with mode: 0644]
server/openerp/pychart/linear_coord.py [new file with mode: 0644]
server/openerp/pychart/log_coord.py [new file with mode: 0644]
server/openerp/pychart/object_set.py [new file with mode: 0644]
server/openerp/pychart/pdfcanvas.py [new file with mode: 0644]
server/openerp/pychart/pie_plot.py [new file with mode: 0644]
server/openerp/pychart/pie_plot_doc.py [new file with mode: 0644]
server/openerp/pychart/pngcanvas.py [new file with mode: 0644]
server/openerp/pychart/pscanvas.py [new file with mode: 0644]
server/openerp/pychart/pychart_types.py [new file with mode: 0644]
server/openerp/pychart/pychart_util.py [new file with mode: 0644]
server/openerp/pychart/range_plot.py [new file with mode: 0644]
server/openerp/pychart/range_plot_doc.py [new file with mode: 0644]
server/openerp/pychart/rose_plot.py [new file with mode: 0644]
server/openerp/pychart/scaling.py [new file with mode: 0644]
server/openerp/pychart/svgcanvas.py [new file with mode: 0644]
server/openerp/pychart/text_box.py [new file with mode: 0644]
server/openerp/pychart/text_box_doc.py [new file with mode: 0644]
server/openerp/pychart/theme.py [new file with mode: 0644]
server/openerp/pychart/tick_mark.py [new file with mode: 0644]
server/openerp/pychart/tick_mark_doc.py [new file with mode: 0644]
server/openerp/pychart/typechecker.py [new file with mode: 0644]
server/openerp/pychart/version.py [new file with mode: 0644]
server/openerp/pychart/x11canvas.py [new file with mode: 0644]
server/openerp/pychart/zap.py [new file with mode: 0644]
server/openerp/release.py [new file with mode: 0644]
server/openerp/report/__init__.py [new file with mode: 0644]
server/openerp/report/common.py [new file with mode: 0644]
server/openerp/report/custom.py [new file with mode: 0644]
server/openerp/report/int_to_text.py [new file with mode: 0644]
server/openerp/report/interface.py [new file with mode: 0644]
server/openerp/report/misc.py [new file with mode: 0644]
server/openerp/report/preprocess.py [new file with mode: 0644]
server/openerp/report/print_fnc.py [new file with mode: 0644]
server/openerp/report/print_xml.py [new file with mode: 0644]
server/openerp/report/printscreen/__init__.py [new file with mode: 0644]
server/openerp/report/printscreen/ps_form.py [new file with mode: 0644]
server/openerp/report/printscreen/ps_list.py [new file with mode: 0644]
server/openerp/report/pyPdf/__init__.py [new file with mode: 0644]
server/openerp/report/pyPdf/filters.py [new file with mode: 0644]
server/openerp/report/pyPdf/generic.py [new file with mode: 0644]
server/openerp/report/pyPdf/pdf.py [new file with mode: 0644]
server/openerp/report/pyPdf/utils.py [new file with mode: 0644]
server/openerp/report/pyPdf/xmp.py [new file with mode: 0644]
server/openerp/report/render/__init__.py [new file with mode: 0644]
server/openerp/report/render/html2html/__init__.py [new file with mode: 0644]
server/openerp/report/render/html2html/html2html.py [new file with mode: 0644]
server/openerp/report/render/makohtml2html/__init__.py [new file with mode: 0644]
server/openerp/report/render/makohtml2html/makohtml2html.py [new file with mode: 0644]
server/openerp/report/render/odt2odt/__init__.py [new file with mode: 0644]
server/openerp/report/render/odt2odt/odt2odt.py [new file with mode: 0644]
server/openerp/report/render/render.py [new file with mode: 0644]
server/openerp/report/render/rml.py [new file with mode: 0644]
server/openerp/report/render/rml2html/__init__.py [new file with mode: 0644]
server/openerp/report/render/rml2html/rml2html.py [new file with mode: 0644]
server/openerp/report/render/rml2html/utils.py [new file with mode: 0644]
server/openerp/report/render/rml2pdf/__init__.py [new file with mode: 0644]
server/openerp/report/render/rml2pdf/color.py [new file with mode: 0644]
server/openerp/report/render/rml2pdf/customfonts.py [new file with mode: 0644]
server/openerp/report/render/rml2pdf/trml2pdf.py [new file with mode: 0644]
server/openerp/report/render/rml2pdf/utils.py [new file with mode: 0644]
server/openerp/report/render/rml2txt/__init__.py [new file with mode: 0644]
server/openerp/report/render/rml2txt/rml2txt.py [new file with mode: 0755]
server/openerp/report/render/rml2txt/utils.py [new file with mode: 0644]
server/openerp/report/render/simple.py [new file with mode: 0644]
server/openerp/report/report_sxw.py [new file with mode: 0644]
server/openerp/run_tests.py [new file with mode: 0644]
server/openerp/service/__init__.py [new file with mode: 0644]
server/openerp/service/http_server.py [new file with mode: 0644]
server/openerp/service/netrpc_server.py [new file with mode: 0644]
server/openerp/service/security.py [new file with mode: 0644]
server/openerp/service/web_services.py [new file with mode: 0644]
server/openerp/service/websrv_lib.py [new file with mode: 0644]
server/openerp/sql_db.py [new file with mode: 0644]
server/openerp/sql_db.py.bak [new file with mode: 0644]
server/openerp/test/__init__.py [new file with mode: 0644]
server/openerp/test/test_osv.py [new file with mode: 0644]
server/openerp/test/test_translate.py [new file with mode: 0644]
server/openerp/tests/__init__.py [new file with mode: 0644]
server/openerp/tests/addons/test_exceptions/__init__.py [new file with mode: 0644]
server/openerp/tests/addons/test_exceptions/__openerp__.py [new file with mode: 0644]
server/openerp/tests/addons/test_exceptions/models.py [new file with mode: 0644]
server/openerp/tests/addons/test_exceptions/view.xml [new file with mode: 0644]
server/openerp/tests/addons/test_limits/__init__.py [new file with mode: 0644]
server/openerp/tests/addons/test_limits/__openerp__.py [new file with mode: 0644]
server/openerp/tests/addons/test_limits/models.py [new file with mode: 0644]
server/openerp/tests/addons/test_translation_import/__init__.py [new file with mode: 0644]
server/openerp/tests/addons/test_translation_import/__openerp__.py [new file with mode: 0644]
server/openerp/tests/addons/test_translation_import/i18n/test_translation_import.pot [new file with mode: 0644]
server/openerp/tests/addons/test_translation_import/models.py [new file with mode: 0644]
server/openerp/tests/addons/test_translation_import/tests.yml [new file with mode: 0644]
server/openerp/tests/addons/test_translation_import/tests/__init__.py [new file with mode: 0644]
server/openerp/tests/addons/test_translation_import/tests/test_term_count.py [new file with mode: 0644]
server/openerp/tests/addons/test_translation_import/view.xml [new file with mode: 0644]
server/openerp/tests/common.py [new file with mode: 0644]
server/openerp/tests/test_ir_sequence.py [new file with mode: 0644]
server/openerp/tests/test_orm.py [new file with mode: 0644]
server/openerp/tests/test_xmlrpc.py [new file with mode: 0644]
server/openerp/tiny_socket.py [new file with mode: 0644]
server/openerp/tools/__init__.py [new file with mode: 0644]
server/openerp/tools/amount_to_text.py [new file with mode: 0644]
server/openerp/tools/amount_to_text_en.py [new file with mode: 0644]
server/openerp/tools/amount_to_text_es.py [new file with mode: 0644]
server/openerp/tools/cache.py [new file with mode: 0644]
server/openerp/tools/config.py [new file with mode: 0644]
server/openerp/tools/convert.py [new file with mode: 0644]
server/openerp/tools/float_utils.py [new file with mode: 0644]
server/openerp/tools/func.py [new file with mode: 0644]
server/openerp/tools/graph.py [new file with mode: 0755]
server/openerp/tools/import_email.py [new file with mode: 0644]
server/openerp/tools/lru.py [new file with mode: 0644]
server/openerp/tools/misc.py [new file with mode: 0644]
server/openerp/tools/numero_a_texto.py [new file with mode: 0755]
server/openerp/tools/osutil.py [new file with mode: 0644]
server/openerp/tools/parse_version.py [new file with mode: 0644]
server/openerp/tools/pdf_utils.py [new file with mode: 0644]
server/openerp/tools/safe_eval.py [new file with mode: 0644]
server/openerp/tools/sql.py [new file with mode: 0644]
server/openerp/tools/test-config-values [new file with mode: 0755]
server/openerp/tools/test-config-values-00.conf [new file with mode: 0644]
server/openerp/tools/test_config.py [new file with mode: 0644]
server/openerp/tools/test_reports.py [new file with mode: 0644]
server/openerp/tools/threadinglocal.py [new file with mode: 0644]
server/openerp/tools/translate.py [new file with mode: 0644]
server/openerp/tools/which.py [new file with mode: 0755]
server/openerp/tools/win32.py [new file with mode: 0644]
server/openerp/tools/yaml_import.py [new file with mode: 0644]
server/openerp/tools/yaml_tag.py [new file with mode: 0644]
server/openerp/wizard/__init__.py [new file with mode: 0644]
server/openerp/workflow/__init__.py [new file with mode: 0644]
server/openerp/workflow/common.py [new file with mode: 0644]
server/openerp/workflow/instance.py [new file with mode: 0644]
server/openerp/workflow/wkf_expr.py [new file with mode: 0644]
server/openerp/workflow/wkf_logs.py [new file with mode: 0644]
server/openerp/workflow/wkf_service.py [new file with mode: 0644]
server/openerp/workflow/workitem.py [new file with mode: 0644]
server/openerp/wsgi/__init__.py [new file with mode: 0644]
server/openerp/wsgi/core.py [new file with mode: 0644]
server/openerp/wsgi/proxied.py [new file with mode: 0644]
server/server.conf [new file with mode: 0644]
server/setup.cfg [new file with mode: 0644]
server/setup.nsi [new file with mode: 0644]
server/setup.py [new file with mode: 0755]
server/setup_rpm.sh [new file with mode: 0644]
server/start [new file with mode: 0755]
server/start.sh [new file with mode: 0755]
server/uids [new file with mode: 0644]
server/venta_sin_producto.sh [new file with mode: 0755]
server/win32/OpenERPServerService.py [new file with mode: 0644]
server/win32/setup.py [new file with mode: 0644]
server/win32/start.bat [new file with mode: 0644]
server/win32/stop.bat [new file with mode: 0644]
web/LICENSE [new file with mode: 0644]
web/Makefile [new file with mode: 0644]
web/README [new file with mode: 0644]
web/addons/web/__init__.py [new file with mode: 0644]
web/addons/web/__openerp__.py [new file with mode: 0644]
web/addons/web/common/__init__.py [new file with mode: 0644]
web/addons/web/common/http.py [new file with mode: 0644]
web/addons/web/common/nonliterals.py [new file with mode: 0644]
web/addons/web/common/openerplib/__init__.py [new file with mode: 0644]
web/addons/web/common/openerplib/dates.py [new file with mode: 0644]
web/addons/web/common/openerplib/main.py [new file with mode: 0644]
web/addons/web/common/release.py [new file with mode: 0644]
web/addons/web/common/session.py [new file with mode: 0644]
web/addons/web/common/xml2json.py [new file with mode: 0644]
web/addons/web/controllers/__init__.py [new file with mode: 0644]
web/addons/web/controllers/main.py [new file with mode: 0644]
web/addons/web/i18n/es.po [new file with mode: 0644]
web/addons/web/i18n/es_CL.po [new file with mode: 0644]
web/addons/web/i18n/es_CR.po [new file with mode: 0644]
web/addons/web/i18n/es_DO.po [new file with mode: 0644]
web/addons/web/i18n/es_EC.po [new file with mode: 0644]
web/addons/web/i18n/es_MX.po [new file with mode: 0644]
web/addons/web/i18n/es_UY.po [new file with mode: 0644]
web/addons/web/i18n/web.pot [new file with mode: 0644]
web/addons/web/static/lib/datejs/core.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/date.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/extras.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/af-ZA.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/ar-AE.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/ar-BH.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/ar-DZ.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/ar-EG.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/ar-IQ.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/ar-JO.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/ar-KW.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/ar-LB.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/ar-LY.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/ar-MA.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/ar-OM.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/ar-QA.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/ar-SA.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/ar-SY.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/ar-TN.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/ar-YE.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/az-Cyrl-AZ.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/az-Latn-AZ.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/be-BY.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/bg-BG.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/bs-Latn-BA.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/ca-ES.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/cs-CZ.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/cy-GB.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/da-DK.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/de-AT.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/de-CH.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/de-DE.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/de-LI.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/de-LU.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/dv-MV.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/el-GR.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/en-029.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/en-AU.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/en-BZ.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/en-CA.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/en-GB.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/en-IE.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/en-JM.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/en-NZ.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/en-PH.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/en-TT.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/en-US.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/en-ZA.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/en-ZW.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/es-AR.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/es-BO.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/es-CL.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/es-CO.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/es-CR.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/es-DO.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/es-EC.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/es-ES.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/es-GT.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/es-HN.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/es-MX.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/es-NI.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/es-PA.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/es-PE.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/es-PR.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/es-PY.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/es-SV.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/es-UY.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/es-VE.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/et-EE.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/eu-ES.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/fa-IR.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/fi-FI.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/fo-FO.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/fr-BE.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/fr-CA.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/fr-CH.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/fr-FR.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/fr-LU.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/fr-MC.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/gl-ES.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/gu-IN.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/he-IL.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/hi-IN.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/hr-BA.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/hr-HR.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/hu-HU.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/hy-AM.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/id-ID.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/is-IS.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/it-CH.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/it-IT.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/ja-JP.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/ka-GE.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/kk-KZ.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/kn-IN.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/ko-KR.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/kok-IN.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/ky-KG.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/lt-LT.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/lv-LV.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/mi-NZ.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/mk-MK.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/mn-MN.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/mr-IN.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/ms-BN.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/ms-MY.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/mt-MT.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/nb-NO.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/nl-BE.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/nl-NL.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/nn-NO.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/ns-ZA.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/pa-IN.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/pl-PL.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/pt-BR.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/pt-PT.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/quz-BO.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/quz-EC.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/quz-PE.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/ro-RO.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/ru-RU.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/sa-IN.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/se-FI.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/se-NO.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/se-SE.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/sk-SK.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/sl-SI.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/sma-NO.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/sma-SE.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/smj-NO.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/smj-SE.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/smn-FI.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/sms-FI.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/sq-AL.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/sr-Cyrl-BA.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/sr-Cyrl-CS.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/sr-Latn-BA.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/sr-Latn-CS.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/sv-FI.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/sv-SE.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/sw-KE.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/syr-SY.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/ta-IN.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/te-IN.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/th-TH.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/tn-ZA.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/tr-TR.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/tt-RU.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/uk-UA.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/ur-PK.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/uz-Cyrl-UZ.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/uz-Latn-UZ.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/vi-VN.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/xh-ZA.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/zh-CN.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/zh-HK.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/zh-MO.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/zh-SG.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/zh-TW.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/globalization/zu-ZA.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/parser.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/sugarpak.js [new file with mode: 0644]
web/addons/web/static/lib/datejs/time.js [new file with mode: 0644]
web/addons/web/static/lib/jquery.MD5/README.md [new file with mode: 0644]
web/addons/web/static/lib/jquery.MD5/README.txt [new file with mode: 0644]
web/addons/web/static/lib/jquery.MD5/jquery.md5.js [new file with mode: 0644]
web/addons/web/static/lib/jquery.MD5/tests/index.html [new file with mode: 0644]
web/addons/web/static/lib/jquery.MD5/tests/tests.js [new file with mode: 0644]
web/addons/web/static/lib/jquery.ba-bbq/jquery.ba-bbq.js [new file with mode: 0644]
web/addons/web/static/lib/jquery.ba-bbq/jquery.ba-bbq.min.js [new file with mode: 0644]
web/addons/web/static/lib/jquery.blockUI/jquery.blockUI.js [new file with mode: 0644]
web/addons/web/static/lib/jquery.contextmenu/jquery.contextmenu.r2.packed.js [new file with mode: 0644]
web/addons/web/static/lib/jquery.deferred-queue/LICENSE [new file with mode: 0644]
web/addons/web/static/lib/jquery.deferred-queue/README [new file with mode: 0644]
web/addons/web/static/lib/jquery.deferred-queue/jquery.deferred-queue.js [new file with mode: 0644]
web/addons/web/static/lib/jquery.form/jquery.form.js [new file with mode: 0644]
web/addons/web/static/lib/jquery.scrollTo/changes.txt [new file with mode: 0644]
web/addons/web/static/lib/jquery.scrollTo/jquery.scrollTo-min.js [new file with mode: 0644]
web/addons/web/static/lib/jquery.scrollTo/jquery.scrollTo.js [new file with mode: 0644]
web/addons/web/static/lib/jquery.superfish/changelog.txt [new file with mode: 0644]
web/addons/web/static/lib/jquery.superfish/css/superfish-navbar.css [new file with mode: 0644]
web/addons/web/static/lib/jquery.superfish/css/superfish-vertical.css [new file with mode: 0644]
web/addons/web/static/lib/jquery.superfish/css/superfish.css [new file with mode: 0644]
web/addons/web/static/lib/jquery.superfish/example.html [new file with mode: 0644]
web/addons/web/static/lib/jquery.superfish/images/arrows-ffffff.png [new file with mode: 0644]
web/addons/web/static/lib/jquery.superfish/images/shadow.png [new file with mode: 0644]
web/addons/web/static/lib/jquery.superfish/js/hoverIntent.js [new file with mode: 0644]
web/addons/web/static/lib/jquery.superfish/js/jquery-1.2.6.min.js [new file with mode: 0644]
web/addons/web/static/lib/jquery.superfish/js/jquery.bgiframe.min.js [new file with mode: 0644]
web/addons/web/static/lib/jquery.superfish/js/superfish.js [new file with mode: 0644]
web/addons/web/static/lib/jquery.superfish/js/supersubs.js [new file with mode: 0644]
web/addons/web/static/lib/jquery.tipsy/jquery.tipsy.js [new file with mode: 0644]
web/addons/web/static/lib/jquery.tipsy/tipsy.css [new file with mode: 0644]
web/addons/web/static/lib/jquery.ui.notify/css/ui.notify.css [new file with mode: 0644]
web/addons/web/static/lib/jquery.ui.notify/js/jquery.notify.js [new file with mode: 0644]
web/addons/web/static/lib/jquery.ui.timepicker/css/jquery-ui-timepicker-addon.css [new file with mode: 0644]
web/addons/web/static/lib/jquery.ui.timepicker/js/jquery-ui-timepicker-addon.js [new file with mode: 0644]
web/addons/web/static/lib/jquery.ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png [new file with mode: 0644]
web/addons/web/static/lib/jquery.ui/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png [new file with mode: 0644]
web/addons/web/static/lib/jquery.ui/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png [new file with mode: 0644]
web/addons/web/static/lib/jquery.ui/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png [new file with mode: 0644]
web/addons/web/static/lib/jquery.ui/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png [new file with mode: 0644]
web/addons/web/static/lib/jquery.ui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png [new file with mode: 0644]
web/addons/web/static/lib/jquery.ui/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png [new file with mode: 0644]
web/addons/web/static/lib/jquery.ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png [new file with mode: 0644]
web/addons/web/static/lib/jquery.ui/css/smoothness/images/ui-icons_222222_256x240.png [new file with mode: 0644]
web/addons/web/static/lib/jquery.ui/css/smoothness/images/ui-icons_2e83ff_256x240.png [new file with mode: 0644]
web/addons/web/static/lib/jquery.ui/css/smoothness/images/ui-icons_454545_256x240.png [new file with mode: 0644]
web/addons/web/static/lib/jquery.ui/css/smoothness/images/ui-icons_888888_256x240.png [new file with mode: 0644]
web/addons/web/static/lib/jquery.ui/css/smoothness/images/ui-icons_cd0a0a_256x240.png [new file with mode: 0644]
web/addons/web/static/lib/jquery.ui/css/smoothness/jquery-ui-1.8.17.custom.css [new file with mode: 0644]
web/addons/web/static/lib/jquery.ui/js/jquery-ui-1.8.17.custom.min.js [new file with mode: 0644]
web/addons/web/static/lib/jquery.validate/jquery.validate.js [new file with mode: 0644]
web/addons/web/static/lib/jquery/jquery-1.6.4.js [new file with mode: 0644]
web/addons/web/static/lib/json/json2.js [new file with mode: 0755]
web/addons/web/static/lib/labjs/LAB.src.js [new file with mode: 0644]
web/addons/web/static/lib/py.parse/.hg_archival.txt [new file with mode: 0644]
web/addons/web/static/lib/py.parse/README [new file with mode: 0644]
web/addons/web/static/lib/py.parse/TODO.rst [new file with mode: 0644]
web/addons/web/static/lib/py.parse/lib/py.js [new file with mode: 0644]
web/addons/web/static/lib/py.parse/test/test.js [new file with mode: 0644]
web/addons/web/static/lib/qunit/qunit.css [new file with mode: 0755]
web/addons/web/static/lib/qunit/qunit.js [new file with mode: 0755]
web/addons/web/static/lib/qweb/qweb-benchmark.html [new file with mode: 0644]
web/addons/web/static/lib/qweb/qweb-benchmark.xml [new file with mode: 0644]
web/addons/web/static/lib/qweb/qweb-test-attributes.xml [new file with mode: 0644]
web/addons/web/static/lib/qweb/qweb-test-call.xml [new file with mode: 0644]
web/addons/web/static/lib/qweb/qweb-test-conditionals.xml [new file with mode: 0644]
web/addons/web/static/lib/qweb/qweb-test-extend.xml [new file with mode: 0644]
web/addons/web/static/lib/qweb/qweb-test-foreach.xml [new file with mode: 0644]
web/addons/web/static/lib/qweb/qweb-test-output.xml [new file with mode: 0644]
web/addons/web/static/lib/qweb/qweb-test-set.xml [new file with mode: 0644]
web/addons/web/static/lib/qweb/qweb-test.js.html [new file with mode: 0644]
web/addons/web/static/lib/qweb/qweb.js [new file with mode: 0644]
web/addons/web/static/lib/qweb/qweb2.js [new file with mode: 0644]
web/addons/web/static/lib/underscore/underscore-min.js [new file with mode: 0644]
web/addons/web/static/lib/underscore/underscore.js [new file with mode: 0644]
web/addons/web/static/lib/underscore/underscore.string.js [new file with mode: 0644]
web/addons/web/static/lib/underscore/underscore.string.min.js [new file with mode: 0644]
web/addons/web/static/src/css/base.css [new file with mode: 0644]
web/addons/web/static/src/css/data_export.css [new file with mode: 0644]
web/addons/web/static/src/css/data_import.css [new file with mode: 0644]
web/addons/web/static/src/img/accessories-archiver.png [new file with mode: 0644]
web/addons/web/static/src/img/add-shortcut.png [new file with mode: 0644]
web/addons/web/static/src/img/attachments-close.png [new file with mode: 0644]
web/addons/web/static/src/img/box-a-header-a.gif [new file with mode: 0644]
web/addons/web/static/src/img/collapse.gif [new file with mode: 0644]
web/addons/web/static/src/img/db.png [new file with mode: 0644]
web/addons/web/static/src/img/down-arrow.png [new file with mode: 0644]
web/addons/web/static/src/img/expand.gif [new file with mode: 0644]
web/addons/web/static/src/img/favicon.ico [new file with mode: 0644]
web/addons/web/static/src/img/gradientlinebg.gif [new file with mode: 0644]
web/addons/web/static/src/img/header-about.png [new file with mode: 0644]
web/addons/web/static/src/img/header-background.png [new file with mode: 0644]
web/addons/web/static/src/img/header-help.png [new file with mode: 0644]
web/addons/web/static/src/img/header-home.png [new file with mode: 0644]
web/addons/web/static/src/img/header-preferences.png [new file with mode: 0644]
web/addons/web/static/src/img/header-requests.png [new file with mode: 0644]
web/addons/web/static/src/img/header.gif [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_ABOUT.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_ADD.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_APPLY.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_BOLD.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_CANCEL.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_CDROM.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_CLEAR.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_CLOSE.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_COLOR_PICKER.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_CONNECT.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_CONVERT.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_COPY.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_CUT.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_DELETE.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_DIALOG_AUTHENTICATION.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_DIALOG_ERROR.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_DIALOG_INFO.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_DIALOG_QUESTION.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_DIALOG_WARNING.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_DIRECTORY.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_DIRECTORY_MENU.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_DISCONNECT.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_DND.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_DND_MULTIPLE.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_EDIT.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_EXECUTE.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_FILE.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_FIND.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_FIND_AND_REPLACE.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_FLOPPY.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_FULLSCREEN.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_GOTO_BOTTOM.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_GOTO_FIRST.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_GOTO_LAST.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_GOTO_TOP.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_GO_BACK.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_GO_DOWN.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_GO_FORWARD.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_GO_UP.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_HARDDISK.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_HELP.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_HOME.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_INDENT.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_INDEX.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_INFO.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_ITALIC.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_JUMP_TO.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_JUSTIFY_CENTER.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_JUSTIFY_FILL.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_JUSTIFY_LEFT.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_JUSTIFY_RIGHT.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_LEAVE_FULLSCREEN.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_MEDIA_FORWARD.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_MEDIA_NEXT.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_MEDIA_PAUSE.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_MEDIA_PLAY.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_MEDIA_PREVIOUS.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_MEDIA_RECORD.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_MEDIA_REWIND.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_MEDIA_STOP.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_MISSING_IMAGE.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_NETWORK.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_NEW.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_NO.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_OK.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_OPEN.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_PASTE.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_PREFERENCES.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_PRINT.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_PRINT_PREVIEW.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_PROPERTIES.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_QUIT.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_REDO.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_REFRESH.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_REMOVE.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_REVERT_TO_SAVED.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_SAVE.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_SAVE_AS.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_SELECT_COLOR.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_SELECT_FONT.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_SORT_ASCENDING.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_SORT_DESCENDING.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_SPELL_CHECK.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_STOP.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_STRIKETHROUGH.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_UNDELETE.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_UNDERLINE.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_UNDO.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_UNINDENT.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_YES.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_ZOOM_100.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_ZOOM_FIT.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_ZOOM_IN.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/STOCK_ZOOM_OUT.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/color-picker.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-about.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-add.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-apply.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-bold.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-cancel.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-cdrom.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-clear.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-close.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-color-picker.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-connect.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-convert.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-copy.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-cut.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-delete.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-dialog-authentication.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-dialog-error.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-dialog-info.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-dialog-question.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-dialog-warning.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-directory-remote.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-directory.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-disconnect.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-dnd-multiple.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-dnd.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-edit.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-execute.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-file.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-find-and-replace.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-find.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-floppy.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-fullscreen.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-go-back.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-go-down.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-go-forward.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-go-up.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-goto-bottom.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-goto-first.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-goto-last.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-goto-top.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-harddisk.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-help.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-home.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-indent.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-index.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-info.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-italic.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-jump-to.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-justify-center.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-justify-fill.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-justify-left.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-justify-right.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-leave-fullscreen.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-media-forward.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-media-next.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-media-pause.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-media-play.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-media-previous.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-media-record.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-media-rewind.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-media-stop.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-missing-image.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-network.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-new.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-no.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-ok.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-open.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-paste-v.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-paste.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-preferences.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-print-preview.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-print.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-properties.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-quit.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-redo.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-refresh.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-remove.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-revert-to-saved.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-save-as.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-save.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-select-color.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-select-font.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-sort-ascending.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-sort-descending.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-spell-check.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-stop.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-strikethrough.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-undelete.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-underline.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-undo.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-unindent.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-yes.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-zoom-100.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-zoom-fit.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-zoom-in.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/gtk-zoom-out.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/index1.jpeg [new file with mode: 0644]
web/addons/web/static/src/img/icons/index2.jpeg [new file with mode: 0644]
web/addons/web/static/src/img/icons/kanban-apply.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/kanban-pause.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/kanban-stop.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/save-document.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/star-off.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/star-on.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/stock.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/stock_calendar.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/stock_gantt.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/stock_graph.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/stock_log.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/stock_person.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/stock_translate.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-accessories-archiver+.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-accessories-archiver-minus.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-accessories-archiver.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-account.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-administration.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-calendar.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-call-start.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-camera_test.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-check.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-crm.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-dialog-close.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-document-new.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-dolar.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-dolar_ok!.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-emblem-important.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-face-plain.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-folder-blue.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-folder-green.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-folder-orange.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-folder-violet.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-folder-yellow.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-gdu-smart-failing.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-gnome-cpu-frequency-applet+.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-go-home.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-go-month.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-go-today.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-go-week.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-go-year.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-graph.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-gtk-go-back-ltr.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-gtk-go-back-rtl.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-gtk-jump-to-ltr.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-gtk-jump-to-rtl.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-gtk-media-pause.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-gtk-select-all.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-gtk-stop.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-hr.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-idea.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-ip-factory.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-ip-purchase.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-ip-qualitycontrol-icon.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-ip-sale.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-ip-warehouse.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-locked.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-mail-.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-mail-forward.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-mail-message-new.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-mail-replied.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-mail_delete.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-marketing.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-mrp.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-partner.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-personal+.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-personal-.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-personal.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-product.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-project.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-purchase.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-rating-rated.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-report.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-sale.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-stage.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-stock.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-stock_align_left_24.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-stock_effects-object-colorize.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-stock_format-default.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-stock_format-scientific.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-stock_symbol-selection.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-stock_zoom.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-tools.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp-translate.png [new file with mode: 0644]
web/addons/web/static/src/img/icons/terp_stock_bak.png [new file with mode: 0644]
web/addons/web/static/src/img/iconset-a-help.gif [new file with mode: 0644]
web/addons/web/static/src/img/iconset-a-help.png [new file with mode: 0644]
web/addons/web/static/src/img/iconset-b-remove.png [new file with mode: 0644]
web/addons/web/static/src/img/iconset-d-drop.gif [new file with mode: 0644]
web/addons/web/static/src/img/logo.png [new file with mode: 0644]
web/addons/web/static/src/img/logo2.png [new file with mode: 0644]
web/addons/web/static/src/img/pager_first.png [new file with mode: 0644]
web/addons/web/static/src/img/pager_last.png [new file with mode: 0644]
web/addons/web/static/src/img/pager_next.png [new file with mode: 0644]
web/addons/web/static/src/img/pager_previous.png [new file with mode: 0644]
web/addons/web/static/src/img/partner.png [new file with mode: 0644]
web/addons/web/static/src/img/pattern.png [new file with mode: 0644]
web/addons/web/static/src/img/pencil.gif [new file with mode: 0644]
web/addons/web/static/src/img/placeholder.png [new file with mode: 0644]
web/addons/web/static/src/img/product.png [new file with mode: 0644]
web/addons/web/static/src/img/remove-shortcut.png [new file with mode: 0644]
web/addons/web/static/src/img/sep-a.gif [new file with mode: 0644]
web/addons/web/static/src/img/stock_person.png [new file with mode: 0644]
web/addons/web/static/src/img/throbber.gif [new file with mode: 0644]
web/addons/web/static/src/img/throbber2.gif [new file with mode: 0644]
web/addons/web/static/src/img/toggle-a-bg.png [new file with mode: 0644]
web/addons/web/static/src/img/ui/field_calendar.png [new file with mode: 0644]
web/addons/web/static/src/img/ui/group-expanded.png [new file with mode: 0644]
web/addons/web/static/src/img/ui/group-folded.png [new file with mode: 0644]
web/addons/web/static/src/img/views-icons-a.png [new file with mode: 0644]
web/addons/web/static/src/img/warning.png [new file with mode: 0644]
web/addons/web/static/src/js/boot.js [new file with mode: 0644]
web/addons/web/static/src/js/chrome.js [new file with mode: 0644]
web/addons/web/static/src/js/core.js [new file with mode: 0644]
web/addons/web/static/src/js/data.js [new file with mode: 0644]
web/addons/web/static/src/js/data_export.js [new file with mode: 0644]
web/addons/web/static/src/js/data_import.js [new file with mode: 0644]
web/addons/web/static/src/js/dates.js [new file with mode: 0644]
web/addons/web/static/src/js/formats.js [new file with mode: 0644]
web/addons/web/static/src/js/search.js [new file with mode: 0644]
web/addons/web/static/src/js/view_editor.js [new file with mode: 0644]
web/addons/web/static/src/js/view_form.js [new file with mode: 0644]
web/addons/web/static/src/js/view_list.js [new file with mode: 0644]
web/addons/web/static/src/js/view_list_editable.js [new file with mode: 0644]
web/addons/web/static/src/js/view_page.js [new file with mode: 0644]
web/addons/web/static/src/js/view_tree.js [new file with mode: 0644]
web/addons/web/static/src/js/views.js [new file with mode: 0644]
web/addons/web/static/src/xml/base.xml [new file with mode: 0644]
web/addons/web/static/test/class.js [new file with mode: 0644]
web/addons/web/static/test/form.js [new file with mode: 0644]
web/addons/web/static/test/formats.js [new file with mode: 0644]
web/addons/web/static/test/list-utils.js [new file with mode: 0644]
web/addons/web/static/test/onchange.js [new file with mode: 0644]
web/addons/web/static/test/qunit-doc.js [new file with mode: 0644]
web/addons/web/static/test/registry.js [new file with mode: 0644]
web/addons/web/static/test/test.html [new file with mode: 0644]
web/addons/web/test/__init__.py [new file with mode: 0644]
web/addons/web/test/test_dataset.py [new file with mode: 0644]
web/addons/web/test/test_menu.py [new file with mode: 0644]
web/addons/web/test/test_serving_base.py [new file with mode: 0644]
web/addons/web/test/test_view.py [new file with mode: 0644]
web/addons/web_calendar/__init__.py [new file with mode: 0644]
web/addons/web_calendar/__openerp__.py [new file with mode: 0644]
web/addons/web_calendar/i18n/es.po [new file with mode: 0644]
web/addons/web_calendar/i18n/es_CL.po [new file with mode: 0644]
web/addons/web_calendar/i18n/es_CR.po [new file with mode: 0644]
web/addons/web_calendar/i18n/es_DO.po [new file with mode: 0644]
web/addons/web_calendar/i18n/es_EC.po [new file with mode: 0644]
web/addons/web_calendar/i18n/es_MX.po [new file with mode: 0644]
web/addons/web_calendar/i18n/es_UY.po [new file with mode: 0644]
web/addons/web_calendar/i18n/web_calendar.pot [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/connector/base_connector.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/connector/combo_connector.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/connector/connector.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/connector/crosslink_connector.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/connector/dataprocessor.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/connector/db_common.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/connector/db_mssql.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/connector/db_mysqli.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/connector/db_oracle.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/connector/db_pdo.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/connector/db_postgre.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/connector/grid_connector.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/connector/scheduler_connector.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/connector/tools.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/connector/tree_connector.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/connector/treegrid_connector.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/connector/update.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/dhtmlxscheduler.css [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/dhtmlxscheduler.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/dhtmlxscheduler_debug.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/dhtmlxscheduler_glossy.css [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/dhtmlxscheduler_mobile.css [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/dhtmlxscheduler_mobile.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_active_links.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_agenda_view.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_collision.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_cookie.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_editors.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_expand.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_html_templates.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_key_nav.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_limit.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_map_view.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_minical.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_multiselect.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_multisource.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_offline.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_outerdrag.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_pdf.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_readonly.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_recurring.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_serialize.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_timeline.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_tooltip.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_touch.css [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_touch.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_treetimeline.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_units.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_url.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_week_agenda.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_year_view.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs/but_repeat.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs/buttons.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs/calendar.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs/clock_big.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs/clock_small.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs/colapce-expand-icon.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs/controlls5.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs/controls.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs/databg.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs/databg_now.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs/icon.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs/lightbox.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs/loading.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs/move.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs/multi-days-bg.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_glossy/blue_tab.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_glossy/blue_tab_wide.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_glossy/but_repeat.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_glossy/buttons.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_glossy/calendar.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_glossy/clock_big.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_glossy/clock_small.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_glossy/colapce-expand-icon.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_glossy/controlls5.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_glossy/databg.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_glossy/databg_now.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_glossy/event-bg.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_glossy/icon.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_glossy/left-separator.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_glossy/left-time-bg.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_glossy/lightbox.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_glossy/loading.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_glossy/move.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_glossy/multi-days-bg.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_glossy/second-top-days-bg.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_glossy/top-days-bg.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_glossy/top-separator.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_glossy/white_tab.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_glossy/white_tab_wide.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_mobile/add.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_mobile/arrow_left.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_mobile/arrow_right.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_mobile/event.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_mobile/event_focus.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/imgs_mobile/noevents.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/codebase/readme.txt [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/docs/scheduler.chm [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/docs/schedulerhtml.zip [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/license.txt [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/readme.txt [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/01_initialization_loading/01_basic_init.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/01_initialization_loading/02_hour_scale_format.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/01_initialization_loading/03_header_format.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/01_initialization_loading/05_loading_mysql.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/01_initialization_loading/06_multi_day_events.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/01_initialization_loading/07_locale_usage.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/01_initialization_loading/08_options.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/01_initialization_loading/09_connector_options.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/01_initialization_loading/11_wide_form.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/01_initialization_loading/php/events.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/01_initialization_loading/php/types.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/01_events_coloring.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/02_days_coloring.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/03_hours_coloring.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/04_month_days_coloring.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/05_custom_editor.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/06_templates.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/07_custom_view.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/08_validation.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/09_timestep.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/10_without_toolbar.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/11_auto_end_date.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/12_full_day_event.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/13_single_checkbox_section.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/14_radio_buttons_section.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/15_combo_select.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/16_custom_form.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/17_lightbox_header.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/18_combo_select_from_db.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/19_lightbox_with_slider_as_editor.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/20_multiline_event_bars.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/21_custom_hour_scale.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/22_opertions_with_lightbox.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/23_current_time.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/24_cascade_event_display.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/25_color_property.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/php/complete.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/php/countries.txt [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/shared_events/combined.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/shared_events/events.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/shared_events/events_shared.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/shared_events/index.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/shared_events/user_1.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/shared_events/user_1_combined.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/02_customization/shared_events/user_2.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/01_recurring_events.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/02_units_view.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/03_agenda_view.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/04_year_view.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/05_expand_plugin.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/06_links_plugin.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/07_navigation_plugin.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/08_cookies_plugin.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/09_html_templates_plugin.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/10_url_date_plugin.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/11_pdf_plugin.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/12_readonly_form.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/13_multisource.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/14_readonly_event.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/15_collision.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/16_limitation.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/17_connector_units.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/18_scroll_units.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/19_map_view.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/20_tooltip.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/21_multiselect_options.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/22_multiselect_initial_loading.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/23_map_view_timeframes.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/24_week_agenda.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/25_advanced_limitation.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/php/events_map_view.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/php/events_multiselect_options.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/php/events_multiselect_static.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/php/events_rec.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/03_extensions/php/types.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/04_export/01_serialize_xml.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/04_export/02_serialize_json.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/04_export/03_serialize_ical.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/04_export/04_pdf.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/04_export/05_serialize_recurring.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/04_export/php/data.ical [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/04_export/php/data.json [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/04_export/php/data.xml [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/04_export/php/data_r.xml [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/04_export/php/dummy.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/04_export/php/ical_mirror.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/04_export/php/ical_writer.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/04_export/php/json_writer.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/04_export/php/xml_writer.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/04_export/php/xml_writer_r.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/05_calendar/01_select.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/05_calendar/02_without_scheduler.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/05_calendar/03_in_form.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/05_calendar/04_layout.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/05_calendar/05_plain_structure.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/05_calendar/extra/dhtmlxcontainer.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/05_calendar/extra/dhtmlxlayout.css [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/05_calendar/extra/dhtmlxlayout.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/05_calendar/extra/imgs/dhxlayout_dhx_blue/dhxlayout_bg.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/05_calendar/extra/imgs/dhxlayout_dhx_blue/dhxlayout_collapsedhor.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/05_calendar/extra/imgs/dhxlayout_dhx_blue/dhxlayout_collapsedver.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/05_calendar/extra/imgs/dhxlayout_dhx_blue/dhxlayout_cpanel_btn_dock.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/05_calendar/extra/imgs/dhxlayout_dhx_blue/dhxlayout_cpanel_btn_undock.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/05_calendar/extra/imgs/dhxlayout_dhx_blue/dhxlayout_drag_hor.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/05_calendar/extra/imgs/dhxlayout_dhx_blue/dhxlayout_drag_ver.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/05_calendar/extra/imgs/dhxlayout_dhx_blue/dhxlayout_hor1l.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/05_calendar/extra/imgs/dhxlayout_dhx_blue/dhxlayout_hor1r.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/05_calendar/extra/imgs/dhxlayout_dhx_blue/dhxlayout_hor2l.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/05_calendar/extra/imgs/dhxlayout_dhx_blue/dhxlayout_hor2r.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/05_calendar/extra/imgs/dhxlayout_dhx_blue/dhxlayout_progress.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/05_calendar/extra/imgs/dhxlayout_dhx_blue/dhxlayout_progress_global.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/05_calendar/extra/imgs/dhxlayout_dhx_blue/dhxlayout_ver1b.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/05_calendar/extra/imgs/dhxlayout_dhx_blue/dhxlayout_ver1t.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/05_calendar/extra/imgs/dhxlayout_dhx_blue/dhxlayout_ver2b.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/05_calendar/extra/imgs/dhxlayout_dhx_blue/dhxlayout_ver2t.gif [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/05_calendar/extra/skins/dhtmlxlayout_dhx_skyblue.css [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/06_timeline/01_slots.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/06_timeline/02_lines.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/06_timeline/03_tree.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/06_timeline/04_tree_db.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/06_timeline/05_drag.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/06_timeline/06_week_lines.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/06_timeline/07_pdf.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/06_timeline/08_second_scale.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/06_timeline/php/events_tree_db.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/07_mobile/01_init.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/07_mobile/02_date_format.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/07_mobile/03_colors.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/07_mobile/04_templates.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/07_mobile/05_data_saving.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/07_mobile/06_custom_form.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/07_mobile/07_locale.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/07_mobile/08_events.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/07_mobile/09_custom_style.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/07_mobile/10_readonly.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/07_mobile/11_custom_view.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/07_mobile/css/custom.css [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/08_skins/01_default.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/08_skins/02_glossy.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/08_skins/03_default_wide.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/08_skins/04_glossy_wide.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/08_skins/05_default_rec.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/08_skins/06_glossy_rec.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/08_skins/07_default_wide_rec.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/08_skins/08_glossy_wide_rec.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/common/config.php [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/common/databg.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/common/dump.sql [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/common/events.xml [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/common/events2010.xml [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/common/hour_bg.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/common/mobile.xml [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/common/types.xml [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/common/units.xml [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/common/week_bg.png [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/samples/readme.txt [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/base.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/clear.css [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/config.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/connector.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/dataprocessor_hook.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/dayevents.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/dhtmlxcommon.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/dhtmlxdataprocessor.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/dhtmlxdataprocessor_debug.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/dhtmlxdataprocessor_jsonp.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/event.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/ext.css [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/ext/ext_active_links.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/ext/ext_agenda_view.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/ext/ext_collision.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/ext/ext_cookie.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/ext/ext_editors.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/ext/ext_expand.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/ext/ext_html_templates.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/ext/ext_key_nav.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/ext/ext_layer.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/ext/ext_limit.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/ext/ext_map_view.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/ext/ext_matrix.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/ext/ext_minical.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/ext/ext_monthheight.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/ext/ext_multiselect.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/ext/ext_multisource.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/ext/ext_offline.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/ext/ext_outerdrag.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/ext/ext_pdf.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/ext/ext_readonly.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/ext/ext_serialize.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/ext/ext_tooltip.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/ext/ext_treetimeline.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/ext/ext_url.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/ext/ext_week_agenda.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/ext/ext_wp.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/ext/ext_year_view.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/glossy.css [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/ical.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/layout.css [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/lightbox.css [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/lightbox.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/load.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_ar.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_ca.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_cn.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_cs.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_da.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_de.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_el.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_es.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_fi.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_fr.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_he.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_hu.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_id.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_it.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_jp.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_nb.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_nl.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_no.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_pl.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_pt.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_recurring_cn.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_recurring_cs.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_recurring_da.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_recurring_de.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_recurring_el.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_recurring_es.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_recurring_fi.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_recurring_fr.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_recurring_it.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_recurring_nb.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_recurring_nl.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_recurring_pl.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_recurring_pt.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_recurring_ru.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_recurring_sv.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_recurring_ua.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_ru.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_si.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_sv.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_tr.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/locale_ua.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/mobile.css [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/mobile.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/note.css [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/property.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/recurring.css [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/recurring.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/repeat_template.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/repeat_template_cn.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/repeat_template_de.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/repeat_template_el.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/repeat_template_es.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/repeat_template_fr.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/repeat_template_it.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/repeat_template_nl.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/repeat_template_ru.html [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/sources/scheduler.js [new file with mode: 0644]
web/addons/web_calendar/static/lib/dhtmlxScheduler/whatsnew.txt [new file with mode: 0644]
web/addons/web_calendar/static/src/css/web_calendar.css [new file with mode: 0644]
web/addons/web_calendar/static/src/img/cal_left.png [new file with mode: 0644]
web/addons/web_calendar/static/src/img/cal_right.png [new file with mode: 0644]
web/addons/web_calendar/static/src/img/minical_left.png [new file with mode: 0644]
web/addons/web_calendar/static/src/img/minical_right.png [new file with mode: 0644]
web/addons/web_calendar/static/src/js/calendar.js [new file with mode: 0644]
web/addons/web_calendar/static/src/xml/web_calendar.xml [new file with mode: 0644]
web/addons/web_dashboard/__init__.py [new file with mode: 0644]
web/addons/web_dashboard/__openerp__.py [new file with mode: 0644]
web/addons/web_dashboard/controllers.py [new file with mode: 0644]
web/addons/web_dashboard/i18n/es.po [new file with mode: 0644]
web/addons/web_dashboard/i18n/es_CL.po [new file with mode: 0644]
web/addons/web_dashboard/i18n/es_CR.po [new file with mode: 0644]
web/addons/web_dashboard/i18n/es_EC.po [new file with mode: 0644]
web/addons/web_dashboard/i18n/es_UY.po [new file with mode: 0644]
web/addons/web_dashboard/i18n/web_dashboard.pot [new file with mode: 0644]
web/addons/web_dashboard/static/src/css/dashboard.css [new file with mode: 0644]
web/addons/web_dashboard/static/src/img/layout_1-1-1.png [new file with mode: 0644]
web/addons/web_dashboard/static/src/img/layout_1-1.png [new file with mode: 0644]
web/addons/web_dashboard/static/src/img/layout_1-2.png [new file with mode: 0644]
web/addons/web_dashboard/static/src/img/layout_1.png [new file with mode: 0644]
web/addons/web_dashboard/static/src/img/layout_2-1.png [new file with mode: 0644]
web/addons/web_dashboard/static/src/js/dashboard.js [new file with mode: 0644]
web/addons/web_dashboard/static/src/xml/web_dashboard.xml [new file with mode: 0644]
web/addons/web_diagram/__init__.py [new file with mode: 0644]
web/addons/web_diagram/__openerp__.py [new file with mode: 0644]
web/addons/web_diagram/controllers/__init__.py [new file with mode: 0644]
web/addons/web_diagram/controllers/main.py [new file with mode: 0644]
web/addons/web_diagram/i18n/es.po [new file with mode: 0644]
web/addons/web_diagram/i18n/es_CL.po [new file with mode: 0644]
web/addons/web_diagram/i18n/es_CR.po [new file with mode: 0644]
web/addons/web_diagram/i18n/es_DO.po [new file with mode: 0644]
web/addons/web_diagram/i18n/es_EC.po [new file with mode: 0644]
web/addons/web_diagram/i18n/es_MX.po [new file with mode: 0644]
web/addons/web_diagram/i18n/es_UY.po [new file with mode: 0644]
web/addons/web_diagram/i18n/web_diagram.pot [new file with mode: 0644]
web/addons/web_diagram/static/lib/js/Curry-1.0.1.js [new file with mode: 0644]
web/addons/web_diagram/static/lib/js/jquery.mousewheel.js [new file with mode: 0644]
web/addons/web_diagram/static/lib/js/raphael.js [new file with mode: 0644]
web/addons/web_diagram/static/lib/js/seedrandom.js [new file with mode: 0644]
web/addons/web_diagram/static/src/css/base_diagram.css [new file with mode: 0644]
web/addons/web_diagram/static/src/js/diagram.js [new file with mode: 0644]
web/addons/web_diagram/static/src/js/graph.js [new file with mode: 0644]
web/addons/web_diagram/static/src/js/vec2.js [new file with mode: 0644]
web/addons/web_diagram/static/src/xml/base_diagram.xml [new file with mode: 0644]
web/addons/web_gantt/__init__.py [new file with mode: 0644]
web/addons/web_gantt/__openerp__.py [new file with mode: 0644]
web/addons/web_gantt/i18n/es.po [new file with mode: 0644]
web/addons/web_gantt/i18n/es_CL.po [new file with mode: 0644]
web/addons/web_gantt/i18n/es_CR.po [new file with mode: 0644]
web/addons/web_gantt/i18n/es_DO.po [new file with mode: 0644]
web/addons/web_gantt/i18n/es_EC.po [new file with mode: 0644]
web/addons/web_gantt/i18n/es_MX.po [new file with mode: 0644]
web/addons/web_gantt/i18n/es_UY.po [new file with mode: 0644]
web/addons/web_gantt/i18n/web_gantt.pot [new file with mode: 0644]
web/addons/web_gantt/static/lib/dhtmlxGantt/codebase/dhtmlxcommon.js [new file with mode: 0644]
web/addons/web_gantt/static/lib/dhtmlxGantt/codebase/dhtmlxgantt.css [new file with mode: 0644]
web/addons/web_gantt/static/lib/dhtmlxGantt/codebase/dhtmlxgantt.js [new file with mode: 0644]
web/addons/web_gantt/static/lib/dhtmlxGantt/codebase/imgs/arr.gif [new file with mode: 0644]
web/addons/web_gantt/static/lib/dhtmlxGantt/codebase/imgs/bg.png [new file with mode: 0644]
web/addons/web_gantt/static/lib/dhtmlxGantt/codebase/imgs/bg_week.png [new file with mode: 0644]
web/addons/web_gantt/static/lib/dhtmlxGantt/codebase/imgs/menu/menu_bg.png [new file with mode: 0644]
web/addons/web_gantt/static/lib/dhtmlxGantt/codebase/imgs/menu/menu_selection.png [new file with mode: 0644]
web/addons/web_gantt/static/lib/dhtmlxGantt/codebase/imgs/menu/window_tr.png [new file with mode: 0644]
web/addons/web_gantt/static/lib/dhtmlxGantt/codebase/imgs/minus.gif [new file with mode: 0644]
web/addons/web_gantt/static/lib/dhtmlxGantt/codebase/imgs/parentnode_filled.png [new file with mode: 0644]
web/addons/web_gantt/static/lib/dhtmlxGantt/codebase/imgs/plus.gif [new file with mode: 0644]
web/addons/web_gantt/static/lib/dhtmlxGantt/codebase/imgs/progress_bg.png [new file with mode: 0644]
web/addons/web_gantt/static/lib/dhtmlxGantt/codebase/imgs/progress_filled.png [new file with mode: 0644]
web/addons/web_gantt/static/lib/dhtmlxGantt/index.html [new file with mode: 0644]
web/addons/web_gantt/static/lib/dhtmlxGantt/sources/dhtmlxcommon.js [new file with mode: 0644]
web/addons/web_gantt/static/lib/dhtmlxGantt/sources/dhtmlxgantt.js [new file with mode: 0644]
web/addons/web_gantt/static/src/css/gantt.css [new file with mode: 0644]
web/addons/web_gantt/static/src/js/gantt.js [new file with mode: 0644]
web/addons/web_gantt/static/src/xml/web_gantt.xml [new file with mode: 0644]
web/addons/web_graph/__init__.py [new file with mode: 0644]
web/addons/web_graph/__openerp__.py [new file with mode: 0644]
web/addons/web_graph/i18n/es.po [new file with mode: 0644]
web/addons/web_graph/i18n/es_CL.po [new file with mode: 0644]
web/addons/web_graph/i18n/es_CR.po [new file with mode: 0644]
web/addons/web_graph/i18n/es_DO.po [new file with mode: 0644]
web/addons/web_graph/i18n/es_EC.po [new file with mode: 0644]
web/addons/web_graph/i18n/es_MX.po [new file with mode: 0644]
web/addons/web_graph/i18n/es_UY.po [new file with mode: 0644]
web/addons/web_graph/i18n/web_graph.pot [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/License_GPL.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/codebase/dhtmlxchart.css [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/codebase/dhtmlxchart.js [new file with mode: 0755]
web/addons/web_graph/static/lib/dhtmlxGraph/codebase/dhtmlxchart_debug.css [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/codebase/dhtmlxchart_debug.js [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/codebase/thirdparty/excanvas/AUTHORS [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/codebase/thirdparty/excanvas/COPYING [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/codebase/thirdparty/excanvas/README [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/codebase/thirdparty/excanvas/excanvas.js [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/dhtmlxchart_full.zip [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/docs/dhtmlxchart.chm [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/docs/dhtmlxchart.zip [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/readme.txt [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/01_initialization/01_load_xml.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/01_initialization/02_load_json.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/01_initialization/03_load_csv.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/01_initialization/04_load_jsarray.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/01_initialization/05_series.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/02_color/01_default.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/02_color/02_custom.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/02_color/03_custom_logic.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/02_color/04_gradient.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/03_group/01_basic.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/03_group/02_scales.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/04_pie_chart/01_init.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/04_pie_chart/02_text.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/04_pie_chart/03_3d_chart.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/04_pie_chart/04_legend.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/05_line_chart/01_init.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/05_line_chart/02_style.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/05_line_chart/03_scale.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/05_line_chart/04_spline.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/05_line_chart/05_series.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/06_bar_chart/01_init.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/06_bar_chart/02_text.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/06_bar_chart/03_scales.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/06_bar_chart/04_styles.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/06_bar_chart/05_stacked_chart.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/06_bar_chart/06_series.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/06_bar_chart/07_horizonal_bars.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/06_bar_chart/08_horizonal_stacked_bars.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/07_area_chart/01_init.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/07_area_chart/02_scale.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/07_area_chart/03_series.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/07_area_chart/03_stacked_area.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/08_dynamic/01_add.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/08_dynamic/02_events.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/08_dynamic/03_sorting.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/08_dynamic/04_filtering.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/09_integration/01_dhtmlxgrid.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/09_integration/02_dhtmlxgrid_group.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/09_integration/03_windows.html [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/common/config.php [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/common/data.php [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/common/sales.xml [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/common/stat.xml [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/samples/readme.txt [new file with mode: 0644]
web/addons/web_graph/static/lib/dhtmlxGraph/sources/dhtmlxchart.js [new file with mode: 0644]
web/addons/web_graph/static/src/js/graph.js [new file with mode: 0644]
web/addons/web_graph/static/src/xml/web_graph.xml [new file with mode: 0644]
web/addons/web_hello/__init__.py [new file with mode: 0644]
web/addons/web_hello/__openerp__.py [new file with mode: 0644]
web/addons/web_hello/i18n/es_CR.po [new file with mode: 0644]
web/addons/web_hello/i18n/web_hello.pot [new file with mode: 0644]
web/addons/web_hello/static/openerp/base_hello.js [new file with mode: 0644]
web/addons/web_kanban/__init__.py [new file with mode: 0644]
web/addons/web_kanban/__openerp__.py [new file with mode: 0644]
web/addons/web_kanban/i18n/es.po [new file with mode: 0644]
web/addons/web_kanban/i18n/es_CL.po [new file with mode: 0644]
web/addons/web_kanban/i18n/es_CR.po [new file with mode: 0644]
web/addons/web_kanban/i18n/es_DO.po [new file with mode: 0644]
web/addons/web_kanban/i18n/es_EC.po [new file with mode: 0644]
web/addons/web_kanban/i18n/es_MX.po [new file with mode: 0644]
web/addons/web_kanban/i18n/es_UY.po [new file with mode: 0644]
web/addons/web_kanban/i18n/web_kanban.pot [new file with mode: 0644]
web/addons/web_kanban/static/src/css/kanban.css [new file with mode: 0644]
web/addons/web_kanban/static/src/img/minus-icon.png [new file with mode: 0644]
web/addons/web_kanban/static/src/img/plus-icon.png [new file with mode: 0644]
web/addons/web_kanban/static/src/js/kanban.js [new file with mode: 0644]
web/addons/web_kanban/static/src/xml/web_kanban.xml [new file with mode: 0644]
web/addons/web_mobile/__init__.py [new file with mode: 0644]
web/addons/web_mobile/__openerp__.py [new file with mode: 0644]
web/addons/web_mobile/i18n/es.po [new file with mode: 0644]
web/addons/web_mobile/i18n/es_CL.po [new file with mode: 0644]
web/addons/web_mobile/i18n/es_CR.po [new file with mode: 0644]
web/addons/web_mobile/i18n/es_EC.po [new file with mode: 0644]
web/addons/web_mobile/i18n/es_UY.po [new file with mode: 0644]
web/addons/web_mobile/i18n/web_mobile.pot [new file with mode: 0644]
web/addons/web_mobile/static/lib/jquery_mobile/css/jqm-docs.css [new file with mode: 0644]
web/addons/web_mobile/static/lib/jquery_mobile/css/jquery-ui-1.8.9.custom.css [new file with mode: 0644]
web/addons/web_mobile/static/lib/jquery_mobile/css/jquery.mobile-1.0a4.1.css [new file with mode: 0644]
web/addons/web_mobile/static/lib/jquery_mobile/css/jquery.mobile-1.0a4.1.min.css [new file with mode: 0644]
web/addons/web_mobile/static/lib/jquery_mobile/css/jquery.mobile-1.0b1.min.css [new file with mode: 0644]
web/addons/web_mobile/static/lib/jquery_mobile/img/ajax-loader.png [new file with mode: 0644]
web/addons/web_mobile/static/lib/jquery_mobile/img/icon-search-black.png [new file with mode: 0644]
web/addons/web_mobile/static/lib/jquery_mobile/img/icons-18-black.png [new file with mode: 0644]
web/addons/web_mobile/static/lib/jquery_mobile/img/icons-18-white.png [new file with mode: 0644]
web/addons/web_mobile/static/lib/jquery_mobile/img/icons-36-black.png [new file with mode: 0644]
web/addons/web_mobile/static/lib/jquery_mobile/img/icons-36-white.png [new file with mode: 0644]
web/addons/web_mobile/static/lib/jquery_mobile/img/progress-bar.gif [new file with mode: 0644]
web/addons/web_mobile/static/lib/jquery_mobile/js/jqm-docs.js [new file with mode: 0644]
web/addons/web_mobile/static/lib/jquery_mobile/js/jquery-1.6.1.min.js [new file with mode: 0644]
web/addons/web_mobile/static/lib/jquery_mobile/js/jquery.mobile-1.0a4.1.js [new file with mode: 0644]
web/addons/web_mobile/static/lib/jquery_mobile/js/jquery.mobile-1.0a4.1.min.js [new file with mode: 0644]
web/addons/web_mobile/static/lib/jquery_mobile/js/jquery.mobile-1.0b1.min.js [new file with mode: 0644]
web/addons/web_mobile/static/lib/jquery_mobile/js/jquery.mobile.themeswitcher.js [new file with mode: 0644]
web/addons/web_mobile/static/openerp/dynamics/OpenERPmobile.css [new file with mode: 0755]
web/addons/web_mobile/static/openerp/dynamics/images/ajax-loader.png [new file with mode: 0755]
web/addons/web_mobile/static/openerp/dynamics/images/form-check-off.png [new file with mode: 0755]
web/addons/web_mobile/static/openerp/dynamics/images/form-check-on.png [new file with mode: 0755]
web/addons/web_mobile/static/openerp/dynamics/images/form-radio-off.png [new file with mode: 0755]
web/addons/web_mobile/static/openerp/dynamics/images/form-radio-on.png [new file with mode: 0755]
web/addons/web_mobile/static/openerp/dynamics/images/icon-search-black.png [new file with mode: 0755]
web/addons/web_mobile/static/openerp/dynamics/images/icone-folder.png [new file with mode: 0755]
web/addons/web_mobile/static/openerp/dynamics/images/icone-save.png [new file with mode: 0755]
web/addons/web_mobile/static/openerp/dynamics/images/icons-18-black.png [new file with mode: 0755]
web/addons/web_mobile/static/openerp/dynamics/images/icons-18-white.png [new file with mode: 0755]
web/addons/web_mobile/static/openerp/dynamics/images/icons-36-black.png [new file with mode: 0755]
web/addons/web_mobile/static/openerp/dynamics/images/icons-36-white.png [new file with mode: 0755]
web/addons/web_mobile/static/openerp/dynamics/jquer.mobile-1.0a3.js [new file with mode: 0755]
web/addons/web_mobile/static/openerp/dynamics/jquery-1.5.1.js [new file with mode: 0755]
web/addons/web_mobile/static/openerp/dynamics/test/LoginPage.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/dynamics/testConnect.js [new file with mode: 0644]
web/addons/web_mobile/static/openerp/mockup/OpenERPmobile.css [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/AdressesForm.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/BankAccount.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/CustomersForm.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/CustomersFormClear.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/CustomersInvoices.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/CustomersRefunds.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/DeliverProductsForm.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/EMailForm.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/EMailForm2.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/InboundCall.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/InvitationDetailsForm.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/InvoiceLine.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/MeetingsForm.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/Opportunity.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/OutboundCall.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/PaymentCustomerForm.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/PaymentSupplierForm.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/PhysicalInventoryForm.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/PhysicalInventoryProductsForm.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/Preferences.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/ProcurmentExceptionsForm.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/ProductsForm.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/ReceiveProductsForm.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/SaleOrderLines.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/SalesOrders.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/SalesOrdersCanceled.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/SalesOrdersConfirm.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/StockMovesForm.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/SuppliersForm.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/SuppliersInvoices.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/SuppliersRefunds.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/WHProductsForm.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/formview/password.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/images/ajax-loader.png [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/images/form-check-off.png [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/images/form-check-on.png [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/images/form-radio-off.png [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/images/form-radio-on.png [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/images/icon-search-black.png [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/images/icone-folder.png [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/images/icone-save.png [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/images/icons-18-black.png [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/images/icons-18-white.png [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/images/icons-36-black.png [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/images/icons-36-white.png [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/jquer.mobile-1.0a3.js [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/jquery-1.5.1.js [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/AdressesList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/AdressesList2.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/AdressesList3.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/AttachmentList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/BankDetails.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/BankDetailsCustomised.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/CountryList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/CustomersDelList1.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/CustomersDelList2.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/CustomersInvoicesList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/CustomersInvoicesList2.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/CustomersList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/CustomersListCustomized.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/CustomersListCustomized2.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/CustomersRefundsList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/CustomersRefundsList2.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/DeliverProductsList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/InboundCallsList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/InvitationsDetailsList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/InvoiceLinesList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/MeetingsList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/OpportunityList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/OptionsList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/OptionsList2.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/OptionsList3.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/OutboundCallsList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/PartnerList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/PaymentsCustomerList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/PaymentsSupplierList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/PhysicalInventoryList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/PhysicalInventoryProductsList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/ProcurmentExceptionsList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/ProductsList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/ReceiveProductsList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/SalesManList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/SalesOrdersDelList2.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/SalesOrdersLinesList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/SalesOrdersList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/StockMovesList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/SuppliersInvoicesList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/SuppliersInvoicesList2.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/SuppliersListCustomized.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/SuppliersListCustomized2.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/SuppliersRefundsList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/SuppliersRefundsList2.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/WHProductsList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/listview/test.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/menu/AccountingMenu.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/menu/AdressBookMenu.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/menu/CustomersMenu.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/menu/CustomersOptions.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/menu/CustomersOptionsForm.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/menu/HomePage.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/menu/InventoryControlSubMenu.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/menu/LoginPage.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/menu/PhoneCallMenu.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/menu/ProductsMovesSubMenu.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/menu/ProductsSubMenu.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/menu/SalesMenu.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/menu/SalesSubMenu.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/menu/SchedulersSubMenu.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/menu/SuppliersMenu.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/menu/TraceabilitySubMenu.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/menu/WarehouseMenu.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/prototype/formview/InvitationDetailsForm.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/prototype/formview/MeetingsForm.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/prototype/listview/InvitationsDetailsList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/prototype/listview/MeetingsList.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/prototype/menu/SalesMenu.html [new file with mode: 0755]
web/addons/web_mobile/static/openerp/mockup/searchview/CustomerSearch.html [new file with mode: 0755]
web/addons/web_mobile/static/src/css/web_mobile.css [new file with mode: 0644]
web/addons/web_mobile/static/src/js/chrome_mobile.js [new file with mode: 0644]
web/addons/web_mobile/static/src/js/form_mobile.js [new file with mode: 0644]
web/addons/web_mobile/static/src/js/list_mobile.js [new file with mode: 0644]
web/addons/web_mobile/static/src/js/web_mobile.js [new file with mode: 0644]
web/addons/web_mobile/static/src/web_mobile.html [new file with mode: 0755]
web/addons/web_mobile/static/src/xml/web_mobile.xml [new file with mode: 0644]
web/addons/web_process/__init__.py [new file with mode: 0644]
web/addons/web_process/__openerp__.py [new file with mode: 0644]
web/addons/web_process/i18n/es.po [new file with mode: 0644]
web/addons/web_process/i18n/es_CL.po [new file with mode: 0644]
web/addons/web_process/i18n/es_CR.po [new file with mode: 0644]
web/addons/web_process/i18n/es_EC.po [new file with mode: 0644]
web/addons/web_process/i18n/es_UY.po [new file with mode: 0644]
web/addons/web_process/i18n/web_process.pot [new file with mode: 0644]
web/addons/web_process/static/lib/dracula/dracula_algorithms.js [new file with mode: 0644]
web/addons/web_process/static/lib/dracula/dracula_graffle.js [new file with mode: 0644]
web/addons/web_process/static/lib/dracula/dracula_graph.coffee [new file with mode: 0644]
web/addons/web_process/static/lib/dracula/dracula_graph.js [new file with mode: 0644]
web/addons/web_process/static/src/css/process.css [new file with mode: 0644]
web/addons/web_process/static/src/img/ToolOval.jpg [new file with mode: 0644]
web/addons/web_process/static/src/img/ToolShowGrid.jpg [new file with mode: 0644]
web/addons/web_process/static/src/img/ToolShowGrid.png [new file with mode: 0644]
web/addons/web_process/static/src/img/button-a-a.png [new file with mode: 0644]
web/addons/web_process/static/src/img/cta-a.gif [new file with mode: 0644]
web/addons/web_process/static/src/img/grid_10.jpg [new file with mode: 0644]
web/addons/web_process/static/src/img/iconset-a-help.gif [new file with mode: 0644]
web/addons/web_process/static/src/img/node-current.png [new file with mode: 0644]
web/addons/web_process/static/src/img/node-gray.png [new file with mode: 0644]
web/addons/web_process/static/src/img/node-subflow-gray.png [new file with mode: 0644]
web/addons/web_process/static/src/img/node-subflow.png [new file with mode: 0644]
web/addons/web_process/static/src/img/node.png [new file with mode: 0644]
web/addons/web_process/static/src/img/port.gif [new file with mode: 0644]
web/addons/web_process/static/src/img/sep-a.gif [new file with mode: 0644]
web/addons/web_process/static/src/img/window_bg.png [new file with mode: 0644]
web/addons/web_process/static/src/img/window_toolbar.png [new file with mode: 0644]
web/addons/web_process/static/src/js/process.js [new file with mode: 0644]
web/addons/web_process/static/src/xml/web_process.xml [new file with mode: 0644]
web/addons/web_rpc/__init__.py [new file with mode: 0644]
web/addons/web_rpc/__openerp__.py [new file with mode: 0644]
web/addons/web_rpc/i18n/es_CR.po [new file with mode: 0644]
web/addons/web_rpc/i18n/web_rpc.pot [new file with mode: 0644]
web/addons/web_rpc/static/src/example.html [new file with mode: 0644]
web/addons/web_tests/__init__.py [new file with mode: 0644]
web/addons/web_tests/__openerp__.py [new file with mode: 0644]
web/addons/web_tests/i18n/es.po [new file with mode: 0644]
web/addons/web_tests/i18n/es_CR.po [new file with mode: 0644]
web/addons/web_tests/i18n/es_UY.po [new file with mode: 0644]
web/addons/web_tests/i18n/web_tests.pot [new file with mode: 0644]
web/addons/web_tests/static/src/css/web_tests.css [new file with mode: 0644]
web/addons/web_tests/static/src/js/web_tests.js [new file with mode: 0644]
web/babel.cfg [new file with mode: 0644]
web/doc/Makefile [new file with mode: 0644]
web/doc/make.bat [new file with mode: 0644]
web/doc/source/addon-structure.txt [new file with mode: 0644]
web/doc/source/addons.rst [new file with mode: 0644]
web/doc/source/conf.py [new file with mode: 0644]
web/doc/source/development.rst [new file with mode: 0644]
web/doc/source/getting-started.rst [new file with mode: 0644]
web/doc/source/guides/client-action.rst [new file with mode: 0644]
web/doc/source/guides/sidebar-protocol.rst [new file with mode: 0644]
web/doc/source/index.rst [new file with mode: 0644]
web/doc/source/old-version.rst [new file with mode: 0644]
web/doc/source/production.rst [new file with mode: 0644]
web/doc/source/project.rst [new file with mode: 0644]
web/doc/source/widgets.rst [new file with mode: 0644]
web/gen_translations.sh [new file with mode: 0755]
web/logging.json [new file with mode: 0644]
web/npybabel.py [new file with mode: 0755]
web/openerp-web [new file with mode: 0755]
web/openerp-web.cfg [new file with mode: 0644]
web/setup.py [new file with mode: 0644]