Skip to content

Commit

Permalink
[UPD] Analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanRijnhart committed Dec 18, 2020
1 parent 3fea657 commit b42c063
Show file tree
Hide file tree
Showing 11 changed files with 105 additions and 231 deletions.
25 changes: 12 additions & 13 deletions openupgrade_scripts/scripts/account/14.0.1.1/upgrade_analysis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ obsolete model account.accrual.accounting.wizard [transient]
obsolete model account.fiscal.year
obsolete model account.reconciliation.widget [abstract]
obsolete model report.account.report_agedpartnerbalance [abstract]
model account.analytic.default (moved from account_analytic_default)
new model account.automatic.entry.wizard [transient]
new model account.group.template
new model account.reconcile.model.line
Expand All @@ -21,18 +20,6 @@ account / account.account / group_id (many2one) : now a
account / account.account / is_off_balance (boolean) : NEW hasdefault, isfunction: function, stored
account / account.account.template / group_id (many2one) : DEL relation: account.group
account / account.account.template / root_id (many2one) : DEL relation: account.root
account / account.analytic.default / __last_update (datetime) : previously in module account_analytic_default
account / account.analytic.default / account_id (many2one) : previously in module account_analytic_default
account / account.analytic.default / analytic_id (many2one) : previously in module account_analytic_default
account / account.analytic.default / analytic_tag_ids (many2many) : previously in module account_analytic_default
account / account.analytic.default / company_id (many2one) : previously in module account_analytic_default
account / account.analytic.default / date_start (date) : previously in module account_analytic_default
account / account.analytic.default / date_stop (date) : previously in module account_analytic_default
account / account.analytic.default / display_name (char) : previously in module account_analytic_default
account / account.analytic.default / partner_id (many2one) : previously in module account_analytic_default
account / account.analytic.default / product_id (many2one) : previously in module account_analytic_default
account / account.analytic.default / sequence (integer) : previously in module account_analytic_default
account / account.analytic.default / user_id (many2one) : previously in module account_analytic_default
account / account.bank.statement / accounting_date (date) : DEL
account / account.bank.statement / balance_end_real (float) : now a function
account / account.bank.statement / balance_start (float) : now a function
Expand Down Expand Up @@ -295,6 +282,9 @@ DEL ir.actions.act_window: account.action_move_line_select_tax_audit
DEL ir.actions.act_window: account.action_open_account_onboarding_sample_invoice
DEL ir.actions.act_window: account.action_tax_group
DEL ir.actions.act_window: account.actions_account_fiscal_year
DEL ir.actions.act_window: account_analytic_default.action_analytic_default_list [renamed to account module]
DEL ir.actions.act_window: account_analytic_default.action_product_default_list
DEL ir.actions.act_window: account_analytic_default.analytic_rule_action_user [renamed to account module]
DEL ir.actions.client: account.action_bank_reconcile
DEL ir.actions.client: account.action_manual_reconcile
DEL ir.actions.client: account.action_manual_reconciliation
Expand Down Expand Up @@ -361,6 +351,9 @@ DEL ir.model.access: account.access_account_payment_term
DEL ir.model.access: account.access_account_payment_term_line
DEL ir.model.access: account.access_account_tax
DEL ir.model.access: account.access_account_tax_report_line_invoice
DEL ir.model.access: account_analytic_default.access_account_analytic_default [renamed to account module]
DEL ir.model.access: account_analytic_default.access_account_analytic_default_analytic [renamed to account module]
DEL ir.model.access: account_analytic_default.access_account_analytic_default_invoice [renamed to account module]
ir.rule: account.account_analytic_line_rule_billing_user (noupdate) (noupdate switched)
NEW ir.rule: account.account_group_comp_rule (noupdate)
NEW ir.rule: account.account_move_line_rule_group_invoice (noupdate)
Expand All @@ -369,6 +362,7 @@ NEW ir.rule: account.account_move_rule_group_invoice (noupdate)
NEW ir.rule: account.account_move_rule_group_readonly (noupdate)
NEW ir.rule: account.account_reconcile_model_line_template_comp_rule (noupdate)
NEW ir.rule: account.analytic_default_comp_rule [renamed from account_analytic_default module] (noupdate)
DEL ir.rule: account_analytic_default.analytic_default_comp_rule [renamed to account module] (noupdate)
DEL ir.sequence: account.sequence_payment_customer_invoice (noupdate)
DEL ir.sequence: account.sequence_payment_customer_refund (noupdate)
DEL ir.sequence: account.sequence_payment_supplier_invoice (noupdate)
Expand All @@ -379,6 +373,7 @@ NEW ir.ui.menu: account.menu_analytic_default_list [renamed from account_analyti
NEW ir.ui.menu: account.menu_product_product_categories
DEL ir.ui.menu: account.menu_action_account_invoice_bank_journal_form
DEL ir.ui.menu: account.menu_action_manual_reconciliation
DEL ir.ui.menu: account_analytic_default.menu_analytic_default_list [renamed to account module]
NEW ir.ui.view: account.account_automatic_entry_wizard_form
NEW ir.ui.view: account.account_resequence_view
NEW ir.ui.view: account.account_tax_report_form
Expand Down Expand Up @@ -413,6 +408,10 @@ DEL ir.ui.view: account.view_account_bank_journal_form
DEL ir.ui.view: account.view_account_bank_journal_tree
DEL ir.ui.view: account.view_account_payment_form_multi
DEL ir.ui.view: account.view_account_payment_invoice_form
DEL ir.ui.view: account_analytic_default.view_account_analytic_default_form
DEL ir.ui.view: account_analytic_default.view_account_analytic_default_form_search
DEL ir.ui.view: account_analytic_default.view_account_analytic_default_kanban
DEL ir.ui.view: account_analytic_default.view_account_analytic_default_tree
NEW res.groups: account.group_account_readonly
NEW res.groups: account.group_purchase_receipts
NEW res.groups: account.group_sale_receipts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ NEW account.edi.format: account_edi_facturx.edi_facturx_1_0_05
NEW ir.ui.view: account_edi_facturx.account_invoice_facturx_export
NEW ir.ui.view: account_edi_facturx.account_invoice_line_facturx_export
NEW ir.ui.view: account_edi_facturx.account_invoice_partner_facturx_export
DEL ir.ui.view: account_facturx.account_invoice_facturx_export
DEL ir.ui.view: account_facturx.account_invoice_line_facturx_export
DEL ir.ui.view: account_facturx.account_invoice_partner_facturx_export
Loading

0 comments on commit b42c063

Please sign in to comment.