diff --git a/docsource/modules180-190.rst b/docsource/modules180-190.rst index f5203cc16a6c..1630e9b5e529 100644 --- a/docsource/modules180-190.rst +++ b/docsource/modules180-190.rst @@ -926,21 +926,21 @@ Module coverage 18.0 -> 19.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | project_account |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| project_hr_expense | | | +| project_hr_expense |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | project_hr_skills | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | project_mail_plugin | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| project_mrp | | | +| project_mrp |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| project_mrp_account | | | +| project_mrp_account |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | project_mrp_sale | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | project_mrp_stock_landed_costs | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| project_purchase | | | +| project_purchase |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | project_purchase_stock | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ @@ -948,13 +948,13 @@ Module coverage 18.0 -> 19.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | project_sms | |No DB layout changes. | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| project_stock | | | +| project_stock |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | project_stock_account | |No DB layout changes. | +---------------------------------------------------+----------------------+-------------------------------------------------+ | project_stock_landed_costs | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| project_timesheet_holidays | | | +| project_timesheet_holidays |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | project_todo |Done | | +---------------------------------------------------+----------------------+-------------------------------------------------+ diff --git a/openupgrade_scripts/scripts/project_hr_expense/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/project_hr_expense/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..906e313ae84d --- /dev/null +++ b/openupgrade_scripts/scripts/project_hr_expense/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,5 @@ +---Models in module 'project_hr_expense'--- +---Fields in module 'project_hr_expense'--- +---XML records in module 'project_hr_expense'--- +NEW ir.embedded.actions: project_hr_expense.project_embedded_action_hr_expenses_dashbord +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/project_mrp/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/project_mrp/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..519dd6ea9534 --- /dev/null +++ b/openupgrade_scripts/scripts/project_mrp/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,8 @@ +---Models in module 'project_mrp'--- +---Fields in module 'project_mrp'--- +---XML records in module 'project_mrp'--- +NEW ir.embedded.actions: project_mrp.project_embedded_action_bills_of_materials_dashboard +NEW ir.embedded.actions: project_mrp.project_embedded_action_manufacturing_orders_dashboard +NEW ir.model.access: project_mrp.access_mrp_bom_line_project_user +NEW ir.model.access: project_mrp.access_mrp_bom_project_user +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/project_mrp_account/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/project_mrp_account/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..4a95f9ec574c --- /dev/null +++ b/openupgrade_scripts/scripts/project_mrp_account/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,5 @@ +---Models in module 'project_mrp_account'--- +---Fields in module 'project_mrp_account'--- +---XML records in module 'project_mrp_account'--- +DEL ir.ui.view: project_mrp_account.mrp_production_form_view_inherit_project_mrp_account +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/project_purchase/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/project_purchase/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..12b1d5e4e654 --- /dev/null +++ b/openupgrade_scripts/scripts/project_purchase/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,5 @@ +---Models in module 'project_purchase'--- +---Fields in module 'project_purchase'--- +---XML records in module 'project_purchase'--- +NEW ir.embedded.actions: project_purchase.project_embedded_action_purchase_orders_dashboard +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/project_stock/19.0.1.0/upgrade_analysis_stock.txt b/openupgrade_scripts/scripts/project_stock/19.0.1.0/upgrade_analysis_stock.txt new file mode 100644 index 000000000000..bcfee5961512 --- /dev/null +++ b/openupgrade_scripts/scripts/project_stock/19.0.1.0/upgrade_analysis_stock.txt @@ -0,0 +1,7 @@ +---Models in module 'project_stock'--- +---Fields in module 'project_stock'--- +---XML records in module 'project_stock'--- +NEW ir.embedded.actions: project_stock.project_embedded_action_all_pickings_dashboard +NEW ir.embedded.actions: project_stock.project_embedded_action_from_wh_dashboard +NEW ir.embedded.actions: project_stock.project_embedded_action_to_wh_dashboard +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/project_timesheet_holidays/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/project_timesheet_holidays/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..40999d1fee68 --- /dev/null +++ b/openupgrade_scripts/scripts/project_timesheet_holidays/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,9 @@ +---Models in module 'project_timesheet_holidays'--- +---Fields in module 'project_timesheet_holidays'--- +project_timesheet_holidays / hr.leave.type / timesheet_generate (boolean) : DEL +project_timesheet_holidays / hr.leave.type / timesheet_project_id (many2one): DEL relation: project.project +project_timesheet_holidays / hr.leave.type / timesheet_task_id (many2one) : DEL relation: project.task +---XML records in module 'project_timesheet_holidays'--- +NEW ir.model.constraint: project_timesheet_holidays.constraint_account_analytic_line_timeoff_timesheet_idx +DEL ir.ui.view: project_timesheet_holidays.hr_holiday_status_view_form_inherit +# NOTHING TO DO