Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADD] Analysis #399

Merged
merged 1 commit into from
Nov 17, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
854 changes: 854 additions & 0 deletions addons/account/migrations/9.0.1.1/openupgrade_analysis.txt

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---Fields in module 'account_accountant'---
---XML records in module 'account_accountant'---
DEL ir.actions.client: account_accountant.action_client_account_menu
DEL ir.actions.todo: base.open_menu
49 changes: 49 additions & 0 deletions addons/account_asset/migrations/9.0.1.0/openupgrade_analysis.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---Fields in module 'account_asset'---
account_asset / account.asset.asset / account_move_ids (one2many) : NEW relation: account.move
account_asset / account.asset.asset / account_move_line_ids (one2many): DEL relation: account.move.line
account_asset / account.asset.asset / child_ids (one2many) : DEL relation: account.asset.asset
account_asset / account.asset.asset / history_ids (one2many) : DEL relation: account.asset.history
account_asset / account.asset.asset / invoice_id (many2one) : NEW relation: account.invoice
account_asset / account.asset.asset / message_follower_ids (one2many): NEW relation: mail.followers
account_asset / account.asset.asset / message_ids (one2many) : NEW relation: mail.message
account_asset / account.asset.asset / message_last_post (datetime) : NEW
account_asset / account.asset.asset / parent_id (many2one) : DEL relation: account.asset.asset
account_asset / account.asset.asset / purchase_date (date) : was renamed to date [nothing to to]
account_asset / account.asset.asset / purchase_value (float) : was renamed to value [nothing to to]
account_asset / account.asset.asset / website_message_ids (one2many): NEW relation: mail.message
account_asset / account.asset.category / account_expense_depreciation_id (many2one): was renamed to account_income_recognition_id [nothing to to]
account_asset / account.asset.category / active (boolean) : NEW
account_asset / account.asset.category / note (text) : DEL
account_asset / account.asset.category / type (selection) : NEW required: required, selection_keys: ['purchase', 'sale'], req_default: purchase
account_asset / account.move / asset_id (many2one) : NEW relation: account.asset.asset
account_asset / account.move.line / asset_id (many2one) : DEL relation: account.asset.asset
account_asset / product.template / asset_category_id (many2one) : NEW relation: account.asset.category
account_asset / product.template / deferred_revenue_category_id (many2one): NEW relation: account.asset.category
---XML records in module 'account_asset'---
NEW ir.actions.act_window: account_asset.action_account_asset_asset_list_normal_purchase
DEL ir.actions.act_window: account_asset.act_entries_open
DEL ir.actions.act_window: account_asset.action_account_asset_asset_list_normal
DEL ir.actions.act_window: account_asset.action_account_asset_asset_tree
NEW ir.cron: account_asset.account_asset_cron
NEW ir.model.access: account_asset.access_account_asset_asset_invoicing_payment
NEW ir.model.access: account_asset.access_account_asset_category_invoicing_payment
NEW ir.model.access: account_asset.access_account_asset_depreciation_line_invoicing_payment
DEL ir.model.access: account_asset.access_account_asset_history
DEL ir.model.access: account_asset.access_account_asset_history_manager
NEW ir.ui.menu: account_asset.menu_action_account_asset_asset_list_normal_purchase
DEL ir.ui.menu: account_asset.menu_action_account_asset_asset_list_normal
DEL ir.ui.menu: account_asset.menu_action_account_asset_asset_tree
DEL ir.ui.menu: account_asset.menu_finance_assets
NEW ir.ui.view: account_asset.action_account_asset_report_pivot
NEW ir.ui.view: account_asset.assets_backend
NEW ir.ui.view: account_asset.view_account_asset_asset_purchase_tree
NEW ir.ui.view: account_asset.view_account_move_filter_asset_inherit
NEW ir.ui.view: account_asset.view_account_move_form_asset_inherit
NEW ir.ui.view: account_asset.view_product_template_form_inherit
DEL ir.ui.view: account_asset.view_account_asset_asset_hierarchy_tree
DEL ir.ui.view: account_asset.view_account_asset_asset_tree
DEL ir.ui.view: account_asset.view_account_asset_history_form
DEL ir.ui.view: account_asset.view_account_asset_history_tree
DEL ir.ui.view: account_asset.view_account_invoice_asset_form
DEL ir.ui.view: account_asset.view_account_move_line_filter_inherit
DEL ir.ui.view: account_asset.view_account_move_line_form_inherit
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---Fields in module 'account_bank_statement_import'---
account_bank_statement_import / account.bank.statement.line / unique_import_id (char) : NEW
account_bank_statement_import / account.journal / bank_statements_source (False): NEW selection_keys: ['file_import', 'manual'], mode: modify
---XML records in module 'account_bank_statement_import'---
NEW ir.actions.act_window: account_bank_statement_import.action_account_bank_statement_import
NEW ir.ui.view: account_bank_statement_import.account_bank_statement_import_journal_creation_view
NEW ir.ui.view: account_bank_statement_import.account_bank_statement_import_view
NEW ir.ui.view: account_bank_statement_import.journal_dashboard_view_inherit
12 changes: 12 additions & 0 deletions addons/account_budget/migrations/9.0.1.0/openupgrade_analysis.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---Fields in module 'account_budget'---
account_budget / account.budget.post / code (char) : DEL required: required
account_budget / crossovered.budget / code (char) : DEL required: required
account_budget / crossovered.budget / message_follower_ids (one2many): NEW relation: mail.followers
account_budget / crossovered.budget / message_ids (one2many) : NEW relation: mail.message
account_budget / crossovered.budget / message_last_post (datetime) : NEW
account_budget / crossovered.budget / validating_user_id (many2one) : DEL relation: res.users
account_budget / crossovered.budget / website_message_ids (one2many): NEW relation: mail.message
---XML records in module 'account_budget'---
DEL ir.ui.menu: account_budget.menu_action_account_budget_post_tree
DEL ir.ui.menu: account_budget.next_id_31
DEL ir.ui.menu: account_budget.next_id_pos
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---Fields in module 'account_cancel'---
---XML records in module 'account_cancel'---
NEW ir.ui.view: account_cancel.bank_statement_draft_form_inherit
NEW ir.ui.view: account_cancel.payment_cancel_form_inherit
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---Fields in module 'account_check_printing'---
account_check_printing / account.journal / check_manual_sequencing (boolean): NEW
account_check_printing / account.journal / check_sequence_id (many2one) : NEW relation: ir.sequence
account_check_printing / account.payment / check_amount_in_words (char) : NEW
account_check_printing / account.payment / check_number (integer) : NEW
---XML records in module 'account_check_printing'---
NEW account.payment.method: account_check_printing.account_payment_method_check
NEW ir.actions.server: account_check_printing.action_account_print_checks
NEW ir.ui.view: account_check_printing.account_journal_dashboard_kanban_view_inherited
NEW ir.ui.view: account_check_printing.print_pre_numbered_checks_view
NEW ir.ui.view: account_check_printing.view_account_journal_form_inherited
NEW ir.ui.view: account_check_printing.view_account_payment_form_inherited
NEW ir.ui.view: account_check_printing.view_account_payment_from_invoices_inherited
NEW ir.ui.view: account_check_printing.view_account_payment_invoice_form_inherited
NEW ir.ui.view: account_check_printing.view_payment_check_printing_search
NEW ir.values: account_check_printing.account_print_checks
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---Fields in module 'account_tax_cash_basis'---
account_tax_cash_basis / account.move / tax_cash_basis_rec_id (many2one): NEW relation: account.partial.reconcile
account_tax_cash_basis / account.tax / cash_basis_account (many2one) : NEW relation: account.account
account_tax_cash_basis / account.tax / use_cash_basis (boolean) : NEW
account_tax_cash_basis / res.company / tax_cash_basis_journal_id (many2one): NEW relation: account.journal
---XML records in module 'account_tax_cash_basis'---
NEW ir.ui.view: account_tax_cash_basis.view_account_config_cash_basis_inherit_form
NEW ir.ui.view: account_tax_cash_basis.view_tax_form_cash_basis_inherit
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---Fields in module 'account_tax_python'---
account_tax_python / account.tax / amount_type (False) : NEW selection_keys: ['code', 'division', 'fixed', 'group', 'percent'], mode: modify
account_tax_python / account.tax.template / amount_type (False) : NEW selection_keys: ['code', 'division', 'fixed', 'group', 'percent'], mode: modify
---XML records in module 'account_tax_python'---
NEW ir.ui.view: account_tax_python.view_tax_form_inherited
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---Fields in module 'account_test'---
---XML records in module 'account_test'---
DEL accounting.assert.test: account_test.account_test_02
DEL accounting.assert.test: account_test.account_test_04
DEL accounting.assert.test: account_test.account_test_06_1
DEL accounting.assert.test: account_test.account_test_08
90 changes: 90 additions & 0 deletions addons/account_voucher/migrations/9.0.1.0/openupgrade_analysis.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
---Fields in module 'account_voucher'---
account_voucher / account.voucher / amount (float) : now a function
account_voucher / account.voucher / analytic_id (many2one) : DEL relation: account.analytic.account
account_voucher / account.voucher / comment (char) : DEL required: required, req_default: Write-Off
account_voucher / account.voucher / is_multi_currency (boolean) : DEL
account_voucher / account.voucher / line_cr_ids (one2many) : DEL relation: account.voucher.line
account_voucher / account.voucher / line_dr_ids (one2many) : DEL relation: account.voucher.line
account_voucher / account.voucher / message_follower_ids (many2many): not a function anymore
account_voucher / account.voucher / message_follower_ids (many2many): relation is now 'mail.followers' ('res.partner')
account_voucher / account.voucher / message_follower_ids (many2many): type is now 'one2many' ('many2many')
account_voucher / account.voucher / payment_option (selection) : DEL required: required, selection_keys: ['with_writeoff', 'without_writeoff'], req_default: without_writeoff
account_voucher / account.voucher / payment_rate (float) : DEL required: required, req_default: 1.0
account_voucher / account.voucher / payment_rate_currency_id (many2one): DEL relation: res.currency, required: required, req_default: function
account_voucher / account.voucher / period_id (many2one) : DEL relation: account.period, required: required, req_default: function
account_voucher / account.voucher / pre_line (boolean) : DEL
account_voucher / account.voucher / tax_amount (float) : now a function
account_voucher / account.voucher / tax_correction (float) : NEW
account_voucher / account.voucher / tax_id (many2one) : DEL relation: account.tax
account_voucher / account.voucher / type (selection) : selection_keys is now '['purchase', 'sale']' ('['payment', 'purchase', 'receipt', 'sale']')
account_voucher / account.voucher / type (selection) : was renamed to voucher_type [nothing to to]
account_voucher / account.voucher / writeoff_acc_id (many2one) : DEL relation: account.account
account_voucher / account.voucher.line / amount (float) : now required
account_voucher / account.voucher.line / amount (float) : was renamed to price_unit [nothing to to]
account_voucher / account.voucher.line / move_line_id (many2one) : DEL relation: account.move.line
account_voucher / account.voucher.line / name (char) : now required
account_voucher / account.voucher.line / name (char) : type is now 'text' ('char')
account_voucher / account.voucher.line / product_id (many2one) : NEW relation: product.product
account_voucher / account.voucher.line / quantity (float) : NEW required: required, req_default: 1
account_voucher / account.voucher.line / reconcile (boolean) : DEL
account_voucher / account.voucher.line / sequence (integer) : NEW
account_voucher / account.voucher.line / tax_ids (many2many) : NEW relation: account.tax
account_voucher / account.voucher.line / type (selection) : DEL selection_keys: ['cr', 'dr']
account_voucher / account.voucher.line / untax_amount (float) : DEL
---XML records in module 'account_voucher'---
DEL ir.actions.act_window: account_voucher.act_pay_bills
DEL ir.actions.act_window: account_voucher.act_pay_voucher
DEL ir.actions.act_window: account_voucher.action_sale_receipt_report_all
DEL ir.actions.act_window: account_voucher.action_vendor_payment
DEL ir.actions.act_window: account_voucher.action_vendor_receipt
DEL ir.actions.act_window: account_voucher.action_voucher_list
DEL ir.actions.act_window.view: account_voucher.action_journal_voucher_form
DEL ir.actions.act_window.view: account_voucher.action_journal_voucher_tree
DEL ir.actions.act_window.view: account_voucher.action_vendor_payment_form
DEL ir.actions.act_window.view: account_voucher.action_vendor_payment_tree
DEL ir.actions.act_window.view: account_voucher.action_vendor_receipt_form
DEL ir.actions.act_window.view: account_voucher.action_vendor_receipt_tree
DEL ir.model.access: account_voucher.access_sale_receipt_report_manager
DEL ir.model.access: account_voucher.access_sale_receipt_report_user
DEL ir.sequence: account_voucher.seq_bank_pay_voucher
DEL ir.sequence: account_voucher.seq_bank_rec_voucher
DEL ir.sequence: account_voucher.seq_cash_pay_voucher
DEL ir.sequence: account_voucher.seq_cash_rec_voucher
DEL ir.sequence: account_voucher.seq_contra_voucher
DEL ir.sequence: account_voucher.seq_jou_pur_voucher
DEL ir.sequence: account_voucher.seq_jou_sale_voucher
DEL ir.sequence.type: account_voucher.seq_type_bank_pay_voucher
DEL ir.sequence.type: account_voucher.seq_type_bank_rec_voucher
DEL ir.sequence.type: account_voucher.seq_type_cash_pay_voucher
DEL ir.sequence.type: account_voucher.seq_type_cash_rec_voucher
DEL ir.sequence.type: account_voucher.seq_type_contra_voucher
DEL ir.sequence.type: account_voucher.seq_type_jou_pur_voucher
DEL ir.sequence.type: account_voucher.seq_type_jou_sale_voucher
DEL ir.ui.menu: account_voucher.menu_action_sale_receipt_report_all
DEL ir.ui.menu: account_voucher.menu_action_vendor_payment
DEL ir.ui.menu: account_voucher.menu_action_vendor_receipt
DEL ir.ui.menu: account_voucher.menu_encode_entries_by_voucher
NEW ir.ui.view: account_voucher.view_voucher_kanban
NEW ir.ui.view: account_voucher.view_voucher_line_tree
NEW ir.ui.view: account_voucher.view_voucher_tree_purchase
DEL ir.ui.view: account_voucher.view_invoice_customer
DEL ir.ui.view: account_voucher.view_invoice_supplier
DEL ir.ui.view: account_voucher.view_low_priority_payment_form
DEL ir.ui.view: account_voucher.view_sale_receipt_report_graph
DEL ir.ui.view: account_voucher.view_sale_receipt_report_search
DEL ir.ui.view: account_voucher.view_vendor_payment_form
DEL ir.ui.view: account_voucher.view_vendor_receipt_dialog_form
DEL ir.ui.view: account_voucher.view_vendor_receipt_form
DEL ir.ui.view: account_voucher.view_voucher_filter_customer_pay
DEL ir.ui.view: account_voucher.view_voucher_filter_vendor_pay
DEL ir.ui.view: account_voucher.view_voucher_form
DEL ir.ui.view: account_voucher.view_voucher_tree_nocreate
DEL res.request.link: account_voucher.req_link_voucher
DEL workflow: account_voucher.wkf
DEL workflow.activity: account_voucher.act_cancel
DEL workflow.activity: account_voucher.act_done
DEL workflow.activity: account_voucher.act_proforma
DEL workflow.transition: account_voucher.t2
DEL workflow.transition: account_voucher.t6
DEL workflow.transition: account_voucher.t7
DEL workflow.transition: account_voucher.t8
44 changes: 44 additions & 0 deletions addons/analytic/migrations/9.0.1.1/openupgrade_analysis.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---Fields in module 'analytic'---
analytic / account.analytic.account / account_type (selection) : NEW required: required, selection_keys: ['normal'], req_default: normal
analytic / account.analytic.account / child_ids (one2many) : DEL relation: account.analytic.account
analytic / account.analytic.account / company_id (many2one) : now required, default = function
analytic / account.analytic.account / date (date) : DEL
analytic / account.analytic.account / date_start (date) : DEL
analytic / account.analytic.account / description (text) : DEL
analytic / account.analytic.account / manager_id (many2one) : DEL relation: res.users
analytic / account.analytic.account / message_follower_ids (many2many): not a function anymore
analytic / account.analytic.account / message_follower_ids (many2many): relation is now 'mail.followers' ('res.partner')
analytic / account.analytic.account / message_follower_ids (many2many): type is now 'one2many' ('many2many')
analytic / account.analytic.account / parent_id (many2one) : DEL relation: account.analytic.account
analytic / account.analytic.account / quantity_max (float) : DEL
analytic / account.analytic.account / state (selection) : DEL required: required, selection_keys: ['cancelled', 'close', 'draft', 'open', 'pending', 'template'], req_default: open
analytic / account.analytic.account / tag_ids (many2many) : NEW relation: account.analytic.tag
analytic / account.analytic.account / template_id (many2one) : DEL relation: account.analytic.account
analytic / account.analytic.account / type (selection) : DEL required: required, selection_keys: ['contract', 'normal', 'template', 'view'], req_default: normal
analytic / account.analytic.account / user_id (many2one) : DEL relation: res.users
analytic / account.analytic.line / partner_id (many2one) : NEW relation: res.partner
analytic / account.analytic.line / tag_ids (many2many) : NEW relation: account.analytic.tag
analytic / account.analytic.tag / color (integer) : NEW
analytic / account.analytic.tag / name (char) : NEW required: required
---XML records in module 'analytic'---
NEW ir.actions.act_window: analytic.account_analytic_line_action
NEW ir.actions.act_window: analytic.account_analytic_line_action_entries
NEW ir.actions.act_window: analytic.action_account_analytic_account_form
NEW ir.actions.act_window: analytic.action_account_analytic_chart
NEW ir.actions.act_window: analytic.action_analytic_account_form
NEW ir.model.access: analytic.access_account_analytic_account
NEW ir.model.access: analytic.access_account_analytic_line
NEW ir.model.access: analytic.access_account_analytic_tag
DEL ir.sequence: analytic.seq_analytic_account_base
DEL ir.sequence.type: analytic.seq_type_analytic_account_main
NEW ir.ui.view: analytic.account_analytic_chart_view
NEW ir.ui.view: analytic.view_account_analytic_account_list
NEW ir.ui.view: analytic.view_account_analytic_account_search
NEW ir.ui.view: analytic.view_account_analytic_line_filter
NEW ir.ui.view: analytic.view_account_analytic_line_form
NEW ir.ui.view: analytic.view_account_analytic_line_graph
NEW ir.ui.view: analytic.view_account_analytic_line_pivot
NEW ir.ui.view: analytic.view_account_analytic_line_tree
DEL mail.message.subtype: analytic.mt_account_closed
DEL mail.message.subtype: analytic.mt_account_opened
DEL mail.message.subtype: analytic.mt_account_pending
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---Fields in module 'association'---
---XML records in module 'association'---
DEL ir.ui.menu: base.menu_report_association
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---Fields in module 'auth_signup'---
---XML records in module 'auth_signup'---
DEL email.template: auth_signup.reset_password_email
DEL email.template: auth_signup.set_password_email
NEW mail.template: auth_signup.reset_password_email
NEW mail.template: auth_signup.set_password_email
Loading