-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[17.0][MIG] rma_repair #570
Open
JasminSForgeFlow
wants to merge
47
commits into
17.0
Choose a base branch
from
17.0-mig-rma_repair
base: 17.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
…eate a repair order
[IMP]better repair icons
* fix quantity computation * use a payment_state field instead of inovice state one. * Use proper digits and unit conversion. * Add a filter "To repair". * Remove dead code and clean warnings.
The issue odoo/odoo#68370 is affecting the test of rma_repair, commenting them while the issue is attended.
editable in draft state in the related RMA, therefore when you have created a repair order, the field `under_warranty` is not editable anymore.
This reverts commit 6825ce6. The issue has been attended and fixed.
right in v14. Actions that read those records need to use `sudo` to allow non-admin users to be able to use these actions.
…srbish [IMP] rma_repair: cosmetics changes due to copier update
OCA was added in the past by mistake only because a misconfiguration in the CI forced OCA as a required author.
in the rma operation
When not using rma_put_away you can define push rules anyway to move the products to the repair location, and those transfers count as rma repair transfers if you install and use rma_put_away then the rma repair transfers are the ones from the putaway moves Before this commit there is a dependency issue because the rma_repair code is using a field declared in the rma_put_away, this commit fixes that issue [IMP] rma_repair_put_away: added tests
JasminSForgeFlow
force-pushed
the
17.0-mig-rma_repair
branch
from
January 8, 2025 06:51
d1802c3
to
641dd04
Compare
JasminSForgeFlow
force-pushed
the
17.0-mig-rma_repair
branch
from
January 8, 2025 06:54
641dd04
to
0684b47
Compare
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.
Adapt changes of odoo/odoo@eaa6e1a