[18.0][MIG] rma_sale_mrp: Migration to version 18.0#525
[18.0][MIG] rma_sale_mrp: Migration to version 18.0#525OCA-git-bot merged 34 commits intoOCA:18.0from
Conversation
de70770 to
f301357
Compare
| >data.get('phantom_bom_product') and data['quantity'] or 0</attribute> | ||
| </xpath> | ||
| <!-- TODO: We could give a clue about what's to be returned, with readonly detailed lines --> | ||
| <!-- TODO: We could give a clue about what's to be returned, with readonly detailed lines |
There was a problem hiding this comment.
Why is it necessary to comment on this now? If it is not necessary, the corresponding code should be removed and explained.
09c10e8 to
899ad94
Compare
|
/ocabot migration rma_sale_mrp |
899ad94 to
c57d0a2
Compare
|
@victoralmau sorry for the late replay, now it is working as it should. |
|
@mariancuadranetkia first thank you to take the time for the review. Could you give more detail on how you got the error. Anyways i think it has to do with not valid the picking. |
|
@eduezerouali-tecnativa rma.kit.error.mp4 |
|
@mariancuadranetkia the main problem is that you are using a kit with one product that it is not trackable. Try again creating your own products and components and you will see that RMA is create correctly. |
Mmm yes, but, this way customer can't create RMA to ask for a refund if a product is not trackable or a component of kit is not trackable? Because, I can create a return picking without RMA without problem of this product not trackable, problem it's only creating RMA. I'm not sure if this is the expected behaviour, but, if I can return a product and I can refund it, I don't understand the reason to not allow create RMA to register this operation. |
|
Reviewing the behavior in v16, it should work correctly, i.e., even if the product kit (table kit, for example) does not have tracking set, if there are stock moves for the kit components, it should allow the corresponding RMA(s) to be created. |
|
@victoralmau I have check on v18 to do a RMA from Sale Order and it is not possible to do it if the product is not |
c57d0a2 to
16c2c24
Compare
|
@mariancuadranetkia you were right it is fix in this PR #547 |
|
@eduezerouali-tecnativa ok, I tested this PR and I validated. |
16c2c24 to
93f0d9f
Compare
|
@mariancuadranetkia @victoralmau rebase done, now it should work as expected. |
|
@eduezerouali-tecnativa I've checked, and, with new sales order if I create RMA from backend,, it works.
Thanks!!! |
|
@mariancuadranetkia this is a clear bug. It is amend here #548. |
|
Please update this one when the other PR is merged to make use of the new method. |
93f0d9f to
440c857
Compare
Currently translated at 100.0% (55 of 55 strings) Translation: rma-16.0/rma-16.0-rma_sale_mrp Translate-URL: https://translation.odoo-community.org/projects/rma-16-0/rma-16-0-rma_sale_mrp/pt_BR/
The rma operation is required in the portal, and it makes sense for it to be required in the sales wizard as well
Currently translated at 100.0% (57 of 57 strings) Translation: rma-16.0/rma-16.0-rma_sale_mrp Translate-URL: https://translation.odoo-community.org/projects/rma-16-0/rma-16-0-rma_sale_mrp/it/
Currently translated at 100.0% (57 of 57 strings) Translation: rma-16.0/rma-16.0-rma_sale_mrp Translate-URL: https://translation.odoo-community.org/projects/rma-16-0/rma-16-0-rma_sale_mrp/pt_BR/
- Display the allowed quantity to return - Simplify data encoding by adding a button to select/deselect all lines - Ensure that the quantity to return is always less than or equal to the allowed quantity
Currently translated at 100.0% (62 of 62 strings) Translation: rma-16.0/rma-16.0-rma_sale_mrp Translate-URL: https://translation.odoo-community.org/projects/rma-16-0/rma-16-0-rma_sale_mrp/it/
440c857 to
0c1b09a
Compare
…s when generating an RMA through the portal Compatibility OCA@822c046#diff-007c4fe2b48020460988c66ea9476f0bc8aa4fd31a24cb2db340aee5544e8169
00c5c2e to
a97040e
Compare
mariancuadranetkia
left a comment
There was a problem hiding this comment.
Functional review ok!
Now create RMA with Kits or Consu products from backend/e-commerce is working fine.
a97040e to
c7b5258
Compare
|
This PR has the |
|
/ocabot merge nobump |
|
Hey, thanks for contributing! Proceeding to merge this for you. |
|
Congratulations, your PR was merged at c9eae9a. Thanks a lot for contributing to OCA. ❤️ |







cc @Tecnativa TT57276
ping @victoralmau @pedrobaeza
Depends on: