Repository
OCA/stock-logistics-warehouse · module folder · Try on Runboat
Module version
1.0.0
Category
Sales Management
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:38:22
Authors
Odoo Community Association (OCA), Tecnativa, FactorLibre
Maintainers
Odoo Community Association (OCA), Tecnativa, FactorLibre
Committers
Pedro M. Baeza, CarlosRoca13, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
sale_workflow_process_view_form sale.workflow.process.stock.reserve sale.workflow.process form Inherits sale_automatic_workflow.sale_workflow_process_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • run(self)
    @api.model

New fields (4)
  • stock_reservation Boolean
    help='Allows to make stock reservations before the confirm the sale quotation' string='Stock Reservation'
  • stock_reservation_location_dest_id Many2one → stock.location
    comodel_name='stock.location' string='Stock reservation Location'
  • stock_reservation_location_id Many2one → stock.location
    comodel_name='stock.location' string='Stock reservation Source Location'
  • stock_reservation_validity Integer
    default=5 help='Make a stock reservation for this number of days. When this number of days pass the stock reservation is released' string='Stock Reservation Validity (Days)'
Public methods (0)

No public methods.