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 IDNameModelTypeStatus
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_ids One2many → make.procurement.orderpoint.item
    string='Items' args: 'make.procurement.orderpoint.item', 'wiz_id'
Public methods (3)
  • 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_planned Date
    required=False string='Planned Date'
  • location_id Many2one → stock.location
    comodel_name='stock.location' readonly=True string='Location'
  • orderpoint_id Many2one → stock.warehouse.orderpoint
    comodel_name='stock.warehouse.orderpoint' readonly=False string='Reordering rule'
  • product_id Many2one → product.product
    comodel_name='product.product' string='Product'
  • qty Float
  • qty_without_security Float
    string='Quantity'
  • uom_id Many2one → uom.uom
    comodel_name='uom.uom' string='Unit of Measure'
  • warehouse_id Many2one → stock.warehouse
    comodel_name='stock.warehouse' readonly=True string='Warehouse'
  • wiz_id Many2one → make.procurement.orderpoint
    ondelete='cascade' readonly=True required=True string='Wizard' args: 'make.procurement.orderpoint'
Public methods (1)
  • onchange_uom_id(self)
    @api.onchange('uom_id')

New fields (2)
  • procure_recommended_date Date
    compute='_compute_procure_recommended' string='Recommended Request Date'
  • procure_recommended_qty Float
    compute='_compute_procure_recommended' digits='Product Unit of Measure' string='Procure Recommendation'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…