Skip to content
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
2 changes: 1 addition & 1 deletion docsource/modules180-190.rst
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ Module coverage 18.0 -> 19.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| project_timesheet_holidays | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| project_todo | | |
| project_todo |Done | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| purchase |Done | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Copyright 2026 Tecnativa - Pilar Vargas
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from openupgradelib import openupgrade


@openupgrade.migrate()
def migrate(env, version):
openupgrade.load_data(env, "project_todo", "19.0.1.0/noupdate_changes.xml")
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---Models in module 'project_todo'---
# NOTHING TO DO

---Fields in module 'project_todo'---
# NOTHING TO DO

---XML records in module 'project_todo'---
NEW ir.actions.act_window.view: project_todo.project_task_action_todo_calendar_view
DEL ir.actions.server: project_todo.project_task_preload_action_todo
NEW ir.ui.view: project_todo.project_task_view_todo_calendar
DEL res.groups: project_todo.group_onboarding_todo
# NOTHING TO DO
Loading