-
-
Notifications
You must be signed in to change notification settings - Fork 207
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][IMP] rma: FWPs from 16.0 #447
Conversation
The rma operation is required in the portal, and it makes sense for it to be required in the sales wizard as well
Add an index to rma_id in the stock.move model to improve access performance for the one2many field delivery_move_ids
Hi @pedrobaeza, @chienandalu, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Legit forward-ports:
/ocabot merge minor
On my way to merge this fine PR! |
Congratulations, your PR was merged at 629f104. Thanks a lot for contributing to OCA. ❤️ |
Changes done:
rma
+rma_lot
: operation required: FWP from 16.0: [16.0][IMP] rma_sale: operation required #410rma
: add product to rma search view: FWP from 16.0: [16.0][IMP] rma: add product to rma search view #430rma
: dedicated settings section: FWP from 16.0: [16.0][IMP] rma: dedicated settings section #428rma
: add index for rma_id in stock.move mode: FWP from 16.0: [IMP] rma: add index for rma_id in stock.move model #437rma
: search by rma origin and add state filters: FWP from 16.0: [16.0][IMP] rma: search by rma origin and add state filters #426Please @pedrobaeza and @chienandalu can you review it?
@Tecnativa