Repository
OCA/rma · module folder · Try on Runboat
Module version
1.0.0
Category
RMA
Folder size
0.08 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
Holger Brunn, Stéphane Bidoul (ACSONE), Weblate, 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 (1)
XML IDNameModelTypeStatus
stock_production_lot_view_form stock.production.lot.view stock.production.lot form Inherits stock.view_production_lot_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (5)

New fields (0)

No new fields.

Public methods (3)
  • action_done(self)
    @api.multi
    Set stock moves to invoice lines that matches with product and product quantity when sale order is done
  • action_ship_create(self)
    @api.multi
    Set stock moves to invoice lines that matches with product and product quantity when delivery is created
  • set_lot_invoice_line(self, record_set, method=False)

New fields (0)

No new fields.

Public methods (1)
  • invoice_line_create(self)
    @api.multi

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)
  • invoice_line_id Many2one → account.invoice.line
    help='Invoice Line Of Product to Customer Invoice' string='Customer Invoice Line' args: 'account.invoice.line'
  • lot_complete_name Char
    compute='_compute_get_lot_complete_name' string='Complete Lot Name'
Public methods (0)

No public methods.

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