rma
rma copied to clipboard
Odoo for Return Merchandise Authorization (RMA)
Migration from 15.0
FWP from 14.0: https://github.com/OCA/rma/pull/350 Changes done: - [x] Remove `rma_delivery` changes. - [x] Adapt changes to 15.0 - [x] Change `reception_move_ids` to `reception_move_id` field - [x] Add tests Please @pedrobaeza...
# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-17.0 # Modules to migrate - [x] product_warranty - By @peluko00 - #394 - [x] rma - By @peluko00 - #385 - [ ] rma_sale - [ ]...
This PR replaces all lines where a stock.picking or stock.move is created, by using only procurement group runs. This helps the RMA modules to easier interact with other stock modules...
This PR would add the possibility to configure the moment, when we are able to create a reception, return and refund It adds for each process a own field on...
Changes: **_onchange_partner_id:** Before the order_id was always set to False Now it's only set to False if there is no partner selected or the selected order_id.partner_id is not a child...
# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-16.0 # Modules to migrate - [x] product_warranty - By @stefan-tecnativa - #358 - [x] rma - By @pedrobaeza - #361 - [ ] rma_delivery - By @sbejaoui...
As explained in #413, having a configurable RMA process helps cover more use cases by allowing the configuration of when the three main actions (reception, delivery, and refund) occur. This...
Specifying the RMA reason when creating an RMA order is crucial for effective inventory management, quality control, and customer service. It helps categorize returned items accurately, identify recurring product issues,...