Claim Prodlot Supplier

crm_rma_prodlot_supplier
REPOSITORY
REPOSITORYOCA/rma
GIT
GIThttps://github.com/OCA/rma.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/rma/tree/8.0/crm_rma_prodlot_supplier
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYRMA
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Vauxoo
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Vauxoo
COMMITTERS
COMMITTERSStéphane Bidoul (ACSONE), cubells, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Yanina Aular (Vauxoo), Osval Reyes
WEBSITE
WEBSITEhttp://www.vauxoo.com/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:26
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - report
    - procurement
    - board
    - web_kanban_gauge
    - web_kanban_sparkline
    - crm_claim
    - crm
    - base_action_rule
    - resource
    - sales_team
    - email_template
    - calendar
    - web_calendar
    - fetchmail
    - purchase
    - stock_account
    - account
    - analytic
    - edi
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_lot_form_supplier_context lot.supplier.context stock.transfer_details xpath Inherits stock.view_stock_enter_transfer_details
view_production_lot_form_supplier lot.supplier stock.production.lot xpath Inherits stock.view_production_lot_form
Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • action_invoice_create(self, journal_id, group=False, type='out_invoice')
    @api.multi

New fields (2)
  • supplier_id Many2one → res.partner
    help='Supplier of good in claim' string='Supplier' args: 'res.partner'
  • supplier_invoice_line_id Many2one → account.invoice.line
    help='Supplier invoice with the purchase of goods sold to customer' string='Supplier Invoice Line' args: 'account.invoice.line'
Public methods (1)
  • default_get(self, fields_list)
    @api.model
    Set partner when product lot is created @param fields_list: record values @return: return record

New fields (0)

No new fields.

Public methods (1)
  • do_detailed_transfer(self)
    @api.multi
    When incoming type transfer are made and stock move have serial/lot number, the supplier is assigned to the serial/lot number taken from picking. @return: do_detailed_transfer boolean results