Repository
OCA/stock-logistics-reservation · module folder · Try on Runboat
Module version
1.0.1
Category
Reservation
Folder size
0.72 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-reservation
Last tracking update
2026-08-11 17:30:51
Authors
Odoo Community Association (OCA), AvanzOSC, Tecnativa, Fanha Giang, ForgeFlow
Maintainers
Odoo Community Association (OCA), AvanzOSC, Tecnativa, Fanha Giang, ForgeFlow
Committers
Pedro M. Baeza, Weblate, Franco Leyes, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows you to manually change the automatic quant selection.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
assign_manual_quants_form_view assign.manual.quants.form assign.manual.quants form New
stock_picking_manual_quants_form_view stock.picking.form stock.picking form Inherits stock.view_picking_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (4)
  • lines_qty Float
    compute='_compute_qties' digits='Product Unit of Measure' string='Reserved qty'
  • move_id Many2one → stock.move
    comodel_name='stock.move' string='Move'
  • move_qty Float
    compute='_compute_qties' digits='Product Unit of Measure' string='Remaining qty'
  • quants_lines One2many → assign.manual.quants.lines
    comodel_name='assign.manual.quants.lines' inverse_name='assign_wizard' string='Quants'
Public methods (2)
  • assign_quants(self)
  • default_get(self, fields_list)
    @api.model

New fields (10)
  • assign_wizard Many2one → assign.manual.quants
    comodel_name='assign.manual.quants' ondelete='cascade' required=True string='Move'
  • location_id Many2one → stock.location
    comodel_name='stock.location' related='quant_id.location_id' store=True string='Location'
  • lot_id Many2one → stock.lot
    comodel_name='stock.lot' related='quant_id.lot_id' store=True string='Lot'
  • on_hand Float
    digits='Product Unit of Measure' readonly=True
  • owner_id Many2one → res.partner
    comodel_name='res.partner' related='quant_id.owner_id' store=True string='Owner'
  • package_id Many2one → stock.package
    comodel_name='stock.package' related='quant_id.package_id' store=True string='Package'
  • qty Float
    digits='Product Unit of Measure' string='QTY'
  • quant_id Many2one → stock.quant
    comodel_name='stock.quant' ondelete='cascade' required=True string='Quant'
  • reserved Float
    digits='Product Unit of Measure' readonly=True string='Others Reserved'
  • selected Boolean
    string='Select'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…