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 @@ -1040,7 +1040,7 @@ Module coverage 18.0 -> 19.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| |new| sale_stock_product_expiry | |No DB layout changes. |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| sale_timesheet | | |
| sale_timesheet |Done | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| sale_timesheet_margin | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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, "sale_timesheet", "19.0.1.0/noupdate_changes.xml")
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---Models in module 'sale_timesheet'---
obsolete model project.create.invoice [transient]
# NOTHING TO DO

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

---XML records in module 'sale_timesheet'---
DEL ir.actions.act_window: sale_timesheet.project_project_action_multi_create_invoice
DEL ir.model.access: sale_timesheet.access_project_create_invoice
NEW ir.ui.view: sale_timesheet.view_calendar_account_analytic_line
NEW ir.ui.view: sale_timesheet.view_calendar_account_analytic_line_multi_create
DEL ir.ui.view: sale_timesheet.project_create_invoice_view_form
DEL ir.ui.view: sale_timesheet.project_update_default_description
DEL ir.ui.view: sale_timesheet.view_task_form2_inherit_sale_timesheet
# NOTHING TO DO: removed wizard/UI entries and new calendar views only
Loading