Repository
OCA/rma · module folder · Try on Runboat
Module version
1.0
Category
Generic Modules/CRM & SRM
Folder size
0.02 MB
License
AGPL-3
Application
Yes
Auto-installable
No
Website
http://www.akretion.com
Last tracking update
2026-08-07 07:17:45
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Pedro M. Baeza, Stéphane Bidoul (ACSONE)
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
RMA Claim Advance Location
==========================

This module adds the following location on warehouses :

 * Carrier Loss
 * RMA
 * Breakage Loss
 * Refurbish
 * Mistake Loss

And also various wizards on icoming deliveries that allow you to move your goods easily in those
new locations from a done reception.

Using this module make the logistic flow of return a bit more complexe:

 * Returning product goes into RMA location with a incoming shipment
 * From the incoming shipment, forward them to another places (stock, loss,...)

WARNING: Use with caution, this module is currently not yet completely debugged and is waiting his author to be.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
crm_claim_rma_form_view CRM - Claim product return Form crm.claim form Inherits crm_claim_rma.crm_claim_rma_form_view
picking_in_form crm_claim_rma.picking_in_form stock.picking.in form Inherits stock.view_picking_in_form
view_claim_picking_from_picking claim_picking claim_make_picking_from_picking.wizard form New
warehouse_form crm_claim_rma.warehouse_form stock.warehouse form Inherits crm_rma_stock_location.view_warehouse_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (2)
  • action_cancel(self, cr, uid, ids, conect=None)
  • action_create_picking_from_picking(self, cr, uid, ids, context=None)

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…