[FIX] sale_timesheet: make timesheet entries editable in reversed invoice - #237202
Closed
fw-bot wants to merge 1 commit into
Conversation
…oices Issue: Timesheet entries linked to reversed invoices are uneditable. Steps to reproduce: - Create a service product invoiced by timesheets, and create a project & task. - In Sales, create a new quotation with the product. - Confirm the quotation, click on the task, and create a timesheet entry. - Create an invoice from the quotation. - Confirm the invoice, add a credit note, and reverse the invoice. - Go to the reversed invoice and access the timesheet through recorded hours. the timesheet entry linked to the invoice is uneditable, even though the invoice is reversed. opw-4633121 X-original-commit: d7f066f
Contributor
Contributor
Author
|
This PR targets saas-18.4 and is part of the forward-port chain. Further PRs will be created up to master. More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
robodoo
pushed a commit
that referenced
this pull request
Nov 25, 2025
…oices Issue: Timesheet entries linked to reversed invoices are uneditable. Steps to reproduce: - Create a service product invoiced by timesheets, and create a project & task. - In Sales, create a new quotation with the product. - Confirm the quotation, click on the task, and create a timesheet entry. - Create an invoice from the quotation. - Confirm the invoice, add a credit note, and reverse the invoice. - Go to the reversed invoice and access the timesheet through recorded hours. the timesheet entry linked to the invoice is uneditable, even though the invoice is reversed. opw-4633121 closes #237202 X-original-commit: d7f066f Signed-off-by: Xavier Bol (xbo) <xbo@odoo.com>
fw-bot
deleted the
saas-18.4-16.0-opw-4633121-uneditable_timesheet_entry_in_reversed_invoice-soty-479595-fw
branch
December 2, 2025 15:42
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Issue:
Timesheet entries linked to reversed invoices are uneditable.
Steps to reproduce:
the timesheet entry is uneditable, even though the invoice is reversed.
opw-4633121
Forward-Port-Of: #236601
Forward-Port-Of: #201921