TIP: You can type at any time to perform a new search.
RMA Location
crm_rma_location · OCA/rma
- 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
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2one → stock.locationargs: 'stock.location', 'RMA Location' -
rma_in_type_idMany2one → stock.picking.typeargs: 'stock.picking.type', 'RMA In Type' -
rma_int_type_idMany2one → stock.picking.typeargs: 'stock.picking.type', 'RMA Internal Type' -
rma_out_type_idMany2one → stock.picking.typeargs: 'stock.picking.type', 'RMA Out Type'
-
compute_next_color(self)Choose the next available color for the picking types of this warehouse -
create(self, vals)@api.modelCreate Locations and picking types for warehouse -
create_locations_rma(self)@api.multiCreate 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.multiTakes care of create picking types for internal, incoming and outgoing RMA
Loading…
Loading…