CRM RMA Claim Make Claim

crm_rma_claim_make_claim
REPOSITORY
REPOSITORYOCA/rma
GIT
GIThttps://github.com/OCA/rma.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/rma/tree/8.0/crm_rma_claim_make_claim
VERSION
VERSION 1.0.1
CATEGORY
CATEGORY
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Vauxoo
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Vauxoo
COMMITTERS
COMMITTERSDenis Roussel, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, OCA-git-bot, Osval Reyes
WEBSITE
WEBSITEhttp://www.vauxoo.com/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 18:12:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/crm:
    - crm_claim_type
    - crm_claim_code
OCA/rma:
    - crm_claim_rma
    - crm_claim_rma_code
    - crm_rma_location
    - product_warranty
    - crm_claim_product_supplier
    - crm_rma_lot_mass_return
    - crm_rma_prodlot_invoice
    - crm_rma_prodlot_supplier
OCA/stock-logistics-workflow:
    - product_unique_serial
    - stock_no_negative
odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - report
    - procurement
    - board
    - web_kanban_gauge
    - web_kanban_sparkline
    - purchase
    - stock_account
    - account
    - analytic
    - edi
    - email_template
    - sale
    - sales_team
    - account_voucher
    - crm_claim
    - crm
    - base_action_rule
    - resource
    - calendar
    - web_calendar
    - fetchmail
    - sale_stock
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
crm_claim_form_view_inherited crm.claim.form.view.inherited crm.claim xpath Inherits crm_claim.crm_case_claims_form_view
crm_claim_line_form_view CRM - Claim product return line Form claim.line xpath Inherits crm_claim_rma.crm_claim_line_form_view
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.