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

[16.0][OU-IMP] project: bump version to 1.3 #4362

Merged
merged 2 commits into from
Feb 6, 2025
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
96 changes: 0 additions & 96 deletions openupgrade_scripts/scripts/project/16.0.1.2/noupdate_changes.xml

This file was deleted.

77 changes: 0 additions & 77 deletions openupgrade_scripts/scripts/project/16.0.1.2/upgrade_analysis.txt

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

@openupgrade.migrate()
def migrate(env, version):
openupgrade.load_data(env.cr, "project", "16.0.1.2/noupdate_changes.xml")
openupgrade.load_data(env.cr, "project", "16.0.1.3/noupdate_changes.xml")
openupgrade.delete_record_translations(env.cr, "project", _translations_to_delete)
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ def migrate(env, version):
_set_task_type_fold_if_is_closed(env)
_fill_project_task_is_closed(env)
_fill_project_last_update_status_if_null(env)
_fill_project_allow_milestones(env)
_compute_project_task_ancestor_id(env)
_compute_project_task_is_analytic_account_id_changed(env)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ NEW ir.model.access: project.access_report_project_task_user_project_user
DEL ir.model.access: project.access_project_delete_wizard
NEW ir.rule: project.burndown_chart_project_manager_rule (noupdate)
NEW ir.rule: project.burndown_chart_project_user_rule (noupdate)
NEW ir.rule: project.project_milestone_rule_portal_project_sharing (noupdate)
NEW ir.rule: project.report_project_task_manager_rule (noupdate)
NEW ir.rule: project.report_project_task_user_rule (noupdate)
NEW ir.ui.menu: project.menu_projects_config_group_stage
Expand All @@ -94,6 +95,7 @@ DEL ir.ui.view: pad_project.view_task_form2_inherit_pad_project
DEL ir.ui.view: project.project_collaborator_view_form
DEL ir.ui.view: project.project_delete_wizard_form
DEL ir.ui.view: project.project_task_burndown_chart_report_view_pivot
DEL ir.ui.view: project_account.res_config_settings_view_form
NEW mail.message.subtype: project.mt_project_update_create (noupdate)
NEW mail.message.subtype: project.mt_task_progress (noupdate)
NEW mail.message.subtype: project.mt_update_create (noupdate)
Expand Down
Loading