[18.0][IMP] rma + rma_sale: Add new rma compatibility#591
Open
victoralmau wants to merge 2 commits into
Open
Conversation
Contributor
|
Hi @chienandalu, @pedrobaeza, |
pedrobaeza
reviewed
Jun 1, 2026
Member
pedrobaeza
left a comment
There was a problem hiding this comment.
Isn't this one fix and one imp that are not related (so 2 commits)?
…_create_rma() method An error will be displayed if the action_create_rma() method is called manually and it is not possible to do so TT62775
Use case example: - Create a sales order - Confirm the sales order + done picking - Create RMA 1 from the sales order - Done reception picking of RMA 1 + return to the customer + done delivery picking for RMA 1 - Create RMA 2 from RMA 1 - Done reception picking of RMA 2 - Refund RMA 2 - Credit note must be linked to the sales order TT62775
8a64284 to
ee4c937
Compare
pedrobaeza
approved these changes
Jun 1, 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.
Add new rma compatibility
Use case example:
Please @pedrobaeza and @carlos-lopez-tecnativa can you review it?
@Tecnativa TT62775