OCA / rma

Odoo for Return Merchandise Authorization (RMA)
GNU Affero General Public License v3.0
79 stars 205 forks source link

[17.0][ADD] rma_repair: New module rma_repair #433

Open peluko00 opened 1 month ago

peluko00 commented 1 month ago

This module allows to create a repair order from RMA and depends of the repair if it's success can return the article to customer otherwise make a refund or replace for a new product.

cc https://github.com/APSL 155856 @miquelalzanillas @lbarry-apsl @javierobcn @mpascuall @BernatObrador @ppyczko please review

Depends on:

mpascuall commented 1 month ago

Once you're into the repair order and click the rma button, it sends you to the rma tree. It would be better to send you directly to the rma order instead

peluko00 commented 1 month ago

Once you're into the repair order and click the rma button, it sends you to the rma tree. It would be better to send you directly to the rma order instead

Done, thanks for the annotation!

peluko00 commented 1 month ago

Can you take a look at this module @rousseldenis please.

peluko00 commented 1 month ago

Code review. Some improvements

Done, thanks!