[ADD] helpdesk_mgmt_account: links account moves and helpdesk tickets.#880
Open
nicolas-delbovier-acsone wants to merge 7 commits intoOCA:16.0from
Open
[ADD] helpdesk_mgmt_account: links account moves and helpdesk tickets.#880nicolas-delbovier-acsone wants to merge 7 commits intoOCA:16.0from
nicolas-delbovier-acsone wants to merge 7 commits intoOCA:16.0from
Conversation
nicolas-delbovier-acsone
commented
Nov 6, 2025
33a0369 to
cfc4e81
Compare
Member
|
@nicolas-delbovier-acsone please make sure to fill in the README.rst files with the module info or remove any empty ones. |
lmignon
suggested changes
Jan 9, 2026
The button to view Helpdesk tickets from an Account Move was incorrectly passing a 'default_sale_order_id' in the action context due to a copy-paste error from the sales module. This caused new tickets created from an Account Move view to be linked to an unrelated Sale Order.
Shifting the action logic to Python facilitates dynamic customization. This approach allows inheriting modules to override or extend the action via super(), avoiding the limitations and complexity of XML xpath inheritance for conditional logic
Following the removal of the erroneous 'default_sale_order_id' from the account move action, this commit strengthens the test suite to prevent regressions. The test logic now explicitly validates the content of the action context. This ensures that: - The expected Account Move ID is present. - No unrelated context keys (like 'default_sale_order_id') are leaking into the view from inherited methods or copy-paste errors.
lmignon
approved these changes
Mar 17, 2026
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.