mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
8010b6d9f2b85fd21eb23f7482e09868e8d6e68d
[FIX+IMP] rma: usability
* IMP - Now the description will be an html son we can show rich styles
in the customers report.
* FIX - On locked sale orders it was need to unlock them to be able to open an RMA.
* IMP - Make the description label visible in the backend form so the
user can easily spot it.
* IMP - Added date and deadline filters.
* IMP - Added pending RMAs filter.
* IMP - Added late RMAs filter.
* IMP - Added danger decoration in tree view
rma 12.0.1.5.0
[UPD] Update rma.pot
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: rma-12.0/rma-12.0-rma
Translate-URL: https://translation.odoo-community.org/projects/rma-12-0/rma-12-0-rma/
Translated using Weblate (Spanish)
Currently translated at 100.0% (268 of 268 strings)
Translation: rma-12.0/rma-12.0-rma
Translate-URL: https://translation.odoo-community.org/projects/rma-12-0/rma-12-0-rma/es/
[FIX] rma: return permissions
When a user with no stock manager permissions was doing the return, an
access error would raise.
rma 12.0.1.5.1
[FIX] rma: multicompany returns
The move was created with the default company
[UPD] Update rma.pot
rma 12.0.1.5.2
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: rma-12.0/rma-12.0-rma
Translate-URL: https://translation.odoo-community.org/projects/rma-12-0/rma-12-0-rma/
[FIX] rma: non rma users confirm
The sudo had to be before calling the records
rma 12.0.1.5.3
[FIX] rma: pass company as record to procurement
This upstream commit expects `company_id` as a record instead of as an
integer id: 836ff55dc9
rma 12.0.1.5.4
[FIX] rma: internal users portal
Internal users with no RMA permissions got an access error when entering
the portal
[UPD] Update rma.pot
rma 12.0.1.6.0
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: rma-12.0/rma-12.0-rma
Translate-URL: https://translation.odoo-community.org/projects/rma-12-0/rma-12-0-rma/
RMA (Return Merchandise Authorization)
Management of Return Merchandise Authorization (RMA) in Odoo : product return, warranty control, product exchange, product refund,...
The workflow allowed by this project looks like:
- Receive an email from customers and automatically creates a Claim
- Route this claim correctly and affect a responsible and open it
- Find the invoice concerned by the claim
- Check the warranty status
- Choose between various possibilities :
- Refuse the Claim (e.g. out of warranty)
- Return the customer's goods and send new ones in 2 click
- Send the goods to the supplier
- Refund the customer
Main modules:
product_warranty Extend the warranty details to product/supplier form
- supplier warranty
- return product to company, supplier, brand
- return instructions
crm_claim_rma
Management of Return Merchandise Authorization (RMA) in OpenERP. Upgrade the standard crm_claim module to add :
- product returns (one by one, mass return by invoice)
- warranty control & return address (based on invoice date and product form)
- product picking in / out
- product refund
- product exchange
- access to related customer data (orders, invoices, refunds, picking in/out)
Description
Languages
Python
68.3%
HTML
29.4%
JavaScript
2.3%
