Repository
OCA/rma · module folder · Try on Runboat
Module version
1.0.1
Category
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.vauxoo.com/
Last tracking update
2026-08-20 22:22:28
Authors
Vauxoo, Odoo Community Association (OCA)
Maintainers
Vauxoo, Odoo Community Association (OCA)
Committers
Denis Roussel, Stéphane Bidoul (ACSONE), Weblate, OCA Transbot, OCA-git-bot, oca-travis, Osval Reyes
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
rma
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
crm_claim_form_view_inherited crm.claim.form.view.inherited crm.claim form Inherits crm_claim.crm_case_claims_form_view
crm_claim_line_form_view CRM - Claim product return line Form claim.line form Inherits crm_claim_rma.crm_claim_line_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • claim_line_id Many2one → claim.line
    help='To link to the claim line object' string='Related claim line' args: 'claim.line'
Public methods (2)
  • button_create_line_rma_vendor(self)
    @api.multi
    Create RMA Vendor.
  • button_rma_vendor_render_view(self)
    @api.multi

New fields (1)
  • claim_ids Many2many → crm.claim
    help=' - For a Vendor Claim means the RMA-C that generates the current RMA-V.\n - For a Customer Claim means the RMA-V generated to fulfill the current RMA-C.' string='Related Claims' args: 'crm.claim', 'claim_rel', 'claim_parent', 'claim_child'
Public methods (0)

No public methods.