Repository
OCA/stock-logistics-warehouse · module folder · Try on Runboat
Module version
1.0.1
Category
Stock
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-warehouse
Last tracking update
2026-08-07 07:31:51
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp
Committers
Denis Roussel, Iryna Vyshnevska, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_stock_move_line_serial_generator stock.move.line.serial.generator.form stock.move.line.serial.generator form New
view_stock_move_operations stock.move.operations.form stock.move form Inherits stock.view_stock_move_operations
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • picking_type_create_lots Boolean
    related='picking_id.picking_type_id.use_create_lots'
Public methods (1)
  • open_generate_serials_wizard(self)

New fields (5)
  • first_number Char
    required=True
  • picking_type_create_lots Boolean
    related='stock_move_id.picking_type_create_lots'
  • product_id Many2one → product.product
    related='stock_move_id.product_id' args: 'product.product'
  • qty_to_process Integer
    help='Defines how many serial numbers will be generated on stock move lines without a serial number yet.'
  • stock_move_id Many2one → stock.move
    readonly=True args: 'stock.move'
Public methods (3)
  • cancel(self)
  • default_get(self, fields)
    @api.model
  • generate_serials(self)
    @api.multi
    Generate serial numbers and update stock.move.line if available