Repository
OCA/stock-logistics-reservation · module folder · Try on Runboat
Module version
2.0.1
Category
Stock Management
Folder size
0.1 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-reservation
Last tracking update
2026-08-07 08:43:06
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Jacques-Etienne Baudoux, Akim Juillerat, Thierry Ducrest, Weblate, Ruchir Shukla, OCA-git-bot, oca-ci, Mmequignon
Odoo dependencies
Python dependencies
openupgradelib
System dependencies
None
Required by
sale_stock_available_to_promise_release_dropshipping
Description
Integrate the Release of Operation based on Available to Promise with
Sales. The Priority Date of Stock Moves will be equal to the
confirmation date of their sales order.

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
product_normal_form_view product.product.move.release.inherited product.product form Inherits stock_available_to_promise_release.product_normal_form_view
report_saleorder_document report_saleorder_document ir.ui.view qweb Inherits sale.report_saleorder_document
res_config_settings_view res.config.settings form Inherits stock_available_to_promise_release.res_config_settings_view_form_stock
view_move_release_form stock.move.release.form stock.move form Inherits stock_available_to_promise_release.view_move_release_form
view_move_release_search stock.move.release.search stock.move search Inherits stock.view_move_search
view_move_release_tree Stock Moves Release stock.move tree Inherits stock_available_to_promise_release.view_move_release_tree
view_order_form sale.order.form.stock.release.manager sale.order form Inherits sale.view_order_form
view_picking_release_search stock.picking.release.search stock.picking search Inherits stock_available_to_promise_release.view_picking_release_search
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (6)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • stock_sale_report_display_is_available Boolean
    default=True help='Show Available column in SO and quotation reports'
Public methods (0)

No public methods.

New fields (1)
  • stock_sale_report_display_is_available Boolean
    readonly=False related='company_id.stock_sale_report_display_is_available'
Public methods (0)

No public methods.

New fields (2)
  • is_ok_expected_delivery_date Boolean
    compute='_compute_is_ok_expected_delivery_date'
  • move_need_release_count Integer
    compute='_compute_move_need_release_count' string='Moves Need Release'
Public methods (1)
  • action_open_move_need_release(self)

New fields (4)
  • availability_status Selection
    compute='_compute_availability_status' selection=[('on_order', 'On order'), ('full', 'Fully Available'), ('partial', 'Partially Available'), ('restock', 'Restock ordered'), ('no', 'Not available')]
  • available_qty Float
    compute='_compute_availability_status' digits='Product Unit of Measure'
  • delayed_qty Float
    compute='_compute_availability_status' digits='Product Unit of Measure'
  • expected_availability_date Datetime
    compute='_compute_availability_status'
Public methods (0)

No public methods.

New fields (1)
  • carrier_id Many2one
    related='picking_id.carrier_id' store='True'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…