Repository
OCA/ddmrp · module folder · Try on Runboat
Module version
1.0.0
Category
Warehouse Management
Folder size
0.03 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/ddmrp
Last tracking update
2026-08-07 09:06:36
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Don Kendall, oca-ci, github-actions[bot]
Odoo dependencies
Python dependencies
bokeh==3.9.0
System dependencies
None
Required by
None
Description
Add the *Storage Capacity Limit* field to stock buffers, which restricts
recommended procurement quantity to ensure that the limits of storage
are never surpassed.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
stock_buffer_view_form stock.buffer.form - stock_buffer_capacity_limit stock.buffer form Inherits ddmrp.stock_buffer_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • product_location_qty Float
    string='Quantity On Location'
  • storage_capacity_limit Float
    digits='Product Unit of Measure' help='The system will never propose a procurement that would move on-hand qty (considering short-term incoming qty as well) over this limit, even if this means that you have planning or execution alerts.'
Public methods (1)
  • cron_actions(self, only_nfp=False)

Loading…

Loading…

Loading…

Loading…