Repository
OCA/rma · module folder · Try on Runboat
Module version
1.0.0
Category
Generic Modules/CRM & SRM
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.camptocamp.com,http://www.vauxoo.com
Last tracking update
2026-08-07 07:17:45
Authors
Vauxoo, Odoo Community Association (OCA)
Maintainers
Vauxoo, Odoo Community Association (OCA)
Committers
Pedro M. Baeza, Stéphane Bidoul (ACSONE), OCA-git-bot, bima
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
crm_claim_rma, crm_rma_stock_location
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_warehouse_form view_warehouse_form stock.warehouse form Inherits stock.view_warehouse
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (4)
  • lot_rma_id Many2one → stock.location
    args: 'stock.location', 'RMA Location'
  • rma_in_type_id Many2one → stock.picking.type
    args: 'stock.picking.type', 'RMA In Type'
  • rma_int_type_id Many2one → stock.picking.type
    args: 'stock.picking.type', 'RMA Internal Type'
  • rma_out_type_id Many2one → stock.picking.type
    args: 'stock.picking.type', 'RMA Out Type'
Public methods (5)
  • compute_next_color(self)
    Choose the next available color for the picking types of this warehouse
  • create(self, vals)
    @api.model
    Create Locations and picking types for warehouse
  • create_locations_rma(self)
    @api.multi
    Create a RMA location for RMA movements that takes place when internal, outgoing or incoming pickings are made from/to this location
  • create_sequence(self, name, prefix, padding)
  • create_sequences_picking_types(self)
    @api.multi
    Takes care of create picking types for internal, incoming and outgoing RMA

Loading…

Loading…