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

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_lot_form_supplier_context lot.supplier.context stock.transfer_details form Inherits stock.view_stock_enter_transfer_details
view_production_lot_form_supplier lot.supplier stock.production.lot form Inherits stock.view_production_lot_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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