TIP: You can type at any time to perform a new search.
Stock Orderpoint Manual Procurement
stock_orderpoint_manual_procurement · OCA/stock-logistics-orderpoint
- Repository
- OCA/stock-logistics-orderpoint · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Warehouse Management
- Folder size
- 0.08 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-orderpoint
- Last tracking update
- 2026-08-11 17:15:20
- Authors
- Odoo Community Association (OCA), ForgeFlow
- Maintainers
- Odoo Community Association (OCA), ForgeFlow
- Committers
- Henry Backman, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows users to manually start procurements from the list of reordering rules, based on the quantity that is recommended to be procured.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_make_procure_without_security |
Request Procurement | make.procurement.orderpoint | form | New |
view_make_procurment_buffer_wizard |
Request Procurement | make.procurement.orderpoint | form | New |
view_warehouse_orderpoint_tree |
stock.warehouse.orderpoint.list | stock.warehouse.orderpoint | list | Inherits stock.view_warehouse_orderpoint_tree_editable |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (1)
-
item_idsOne2many → make.procurement.orderpoint.itemstring='Items' args: 'make.procurement.orderpoint.item', 'wiz_id'
-
default_get(self, fields)@api.model -
fields_view_get(self, view_id=None, view_type='form', toolbar=False, submenu=False)@api.model -
make_procurement(self)
New fields (9)
-
date_plannedDaterequired=Falsestring='Planned Date' -
location_idMany2one → stock.locationcomodel_name='stock.location'readonly=Truestring='Location' -
orderpoint_idMany2one → stock.warehouse.orderpointcomodel_name='stock.warehouse.orderpoint'readonly=Falsestring='Reordering rule' -
product_idMany2one → product.productcomodel_name='product.product'string='Product' -
qtyFloat -
qty_without_securityFloatstring='Quantity' -
uom_idMany2one → uom.uomcomodel_name='uom.uom'string='Unit of Measure' -
warehouse_idMany2one → stock.warehousecomodel_name='stock.warehouse'readonly=Truestring='Warehouse' -
wiz_idMany2one → make.procurement.orderpointondelete='cascade'readonly=Truerequired=Truestring='Wizard' args: 'make.procurement.orderpoint'
-
onchange_uom_id(self)@api.onchange('uom_id')
New fields (2)
-
procure_recommended_dateDatecompute='_compute_procure_recommended'string='Recommended Request Date' -
procure_recommended_qtyFloatcompute='_compute_procure_recommended'digits='Product Unit of Measure'string='Procure Recommendation'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…