Stock Orderpoint Manual Procurement

stock_orderpoint_manual_procurement
REPOSITORY
REPOSITORYOCA/stock-logistics-orderpoint
GIT
GIThttps://github.com/OCA/stock-logistics-orderpoint.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-orderpoint/tree/18.0/stock_orderpoint_manual_procurement
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Henry Backman
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-orderpoint
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - purchase_stock
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - onboarding
    - analytic
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 field Inherits stock.view_warehouse_orderpoint_tree_editable
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.

REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_orderpoint_manual_procurement
VERSION
VERSION 1.0.5
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSDenis Roussel, Enric Tobella, Víctor Martínez, Sébastien Alix, oca-travis, Weblate, OCA-git-bot, oca-ci, mariadforgeflow, Hai Lang
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - purchase_stock
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - analytic
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

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.tree stock.warehouse.orderpoint field Inherits stock.view_warehouse_orderpoint_tree_editable
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' readonly=True string='Product'
  • qty Float
    string='Qty'
  • 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.

REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/13.0/stock_orderpoint_manual_procurement
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSOCA Transbot, Sébastien Alix, oca-travis, OCA-git-bot, Joan Sisquella
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:12
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - purchase_stock
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - account
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

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.tree stock.warehouse.orderpoint field Inherits stock.view_warehouse_orderpoint_tree
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' readonly=True string='Product'
  • qty Float
    string='Qty'
  • 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.

REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_orderpoint_manual_procurement
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent
COMMITTERS
COMMITTERSmreficent, OCA Transbot, oca-travis, OCA-git-bot, Kitti U
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - purchase_stock
    - stock_account
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - account
    - analytic
    - portal
    - http_routing
    - digest
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

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.tree stock.warehouse.orderpoint field Inherits stock.view_warehouse_orderpoint_tree
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)
    @api.multi

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' readonly=True string='Product'
  • qty Float
    string='Qty'
  • 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.multi@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=UNIT string='Procure Recommendation'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/11.0/stock_orderpoint_manual_procurement
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent
COMMITTERS
COMMITTERSLois Rilo, Bhavesh Odedra, Jordi Ballester Alomar, OCA Transbot, oca-travis
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - barcodes
    - web_planner
    - purchase
    - stock_account
    - account
    - analytic
    - portal
    - http_routing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

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.tree stock.warehouse.orderpoint field Inherits stock.view_warehouse_orderpoint_tree
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)
    @api.multi

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' readonly=True string='Product'
  • qty Float
    string='Quantity'
  • qty_without_security Float
    string='Quantity'
  • uom_id Many2one → product.uom
    comodel_name='product.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.multi@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=UNIT string='Procure Recommendation'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/10.0/stock_orderpoint_manual_procurement
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, lreficent
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:55
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - report
    - procurement
    - barcodes
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_make_procurment_buffer_wizard Request Procurement make.procurement.orderpoint form New
view_procurement_filter procurement.order.select procurement.order field Inherits procurement.view_procurement_filter
view_warehouse_orderpoint_tree stock.warehouse.orderpoint.tree stock.warehouse.orderpoint field Inherits stock.view_warehouse_orderpoint_tree
Models touched (3)

New fields (1)
  • item_ids One2many → make.procurement.orderpoint.item
    string='Items' args: 'make.procurement.orderpoint.item', 'wiz_id'
Public methods (2)
  • default_get(self, fields)
    @api.model
  • make_procurement(self)
    @api.multi

New fields (8)
  • date_planned Date
    required=True 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=True required=True string='Reordering rule'
  • product_id Many2one → product.product
    comodel_name='product.product' readonly=True required=True string='Product'
  • qty Float
    required=True string='Quantity'
  • uom_id Many2one → product.uom
    comodel_name='product.uom' required=True 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.multi@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=UNIT string='Procure Recommendation'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/9.0/stock_orderpoint_manual_procurement
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent Business and IT Consulting Services S.L
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent Business and IT Consulting Services S.L
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, lreficent
WEBSITE
WEBSITEhttps://www.odoo-community.org
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/stock-logistics-warehouse:
    - stock_orderpoint_uom
odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - report
    - procurement
    - barcodes
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_make_procurment_buffer_wizard Request Procurement make.procurement.orderpoint form New
view_procurement_filter procurement.order.select procurement.order field Inherits procurement.view_procurement_filter
view_warehouse_orderpoint_tree stock.warehouse.orderpoint.tree stock.warehouse.orderpoint field Inherits stock.view_warehouse_orderpoint_tree
Models touched (3)

New fields (1)
  • item_ids One2many → make.procurement.orderpoint.item
    string='Items' args: 'make.procurement.orderpoint.item', 'wiz_id'
Public methods (2)
  • default_get(self, fields)
    @api.model
  • make_procurement(self)
    @api.multi

New fields (8)
  • date_planned Date
    required=True 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=True required=True string='Reordering rule'
  • product_id Many2one → product.product
    comodel_name='product.product' readonly=True required=True string='Product'
  • qty Float
    required=True string='Quantity'
  • uom_id Many2one → product.uom
    comodel_name='product.uom' required=True 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.multi@api.onchange('uom_id')

New fields (2)
  • procure_recommended_date Date
    compute='_compute_procure_recommended' string='Request Date'
  • procure_recommended_qty Float
    compute='_compute_procure_recommended' digits=UNIT string='Procure recommendation'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/8.0/stock_orderpoint_manual_procurement
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent Business and IT Consulting Services S.L
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent Business and IT Consulting Services S.L
COMMITTERS
COMMITTERSGitHub, OCA Transbot, oca-travis, Weblate
WEBSITE
WEBSITEhttps://www.odoo-community.org
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/stock-logistics-warehouse:
    - stock_orderpoint_uom
odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - report
    - procurement
    - board
    - web_kanban_gauge
    - web_kanban_sparkline
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_make_procurment_buffer_wizard Request Procurement make.procurement.orderpoint form New
view_procurement_filter procurement.order.select procurement.order field Inherits procurement.view_procurement_filter
view_warehouse_orderpoint_tree stock.warehouse.orderpoint.tree stock.warehouse.orderpoint field Inherits stock.view_warehouse_orderpoint_tree
Models touched (3)

New fields (1)
  • item_ids One2many → make.procurement.orderpoint.item
    string='Items' args: 'make.procurement.orderpoint.item', 'wiz_id'
Public methods (2)
  • default_get(self, fields)
    @api.model
  • make_procurement(self)
    @api.multi

New fields (8)
  • date_planned Date
    required=True 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=True required=True string='Reordering rule'
  • product_id Many2one → product.product
    comodel_name='product.product' readonly=True required=True string='Product'
  • qty Float
    required=True string='Quantity'
  • uom_id Many2one → product.uom
    comodel_name='product.uom' required=True 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.multi@api.onchange('uom_id')

New fields (2)
  • procure_recommended_date Date
    compute='_compute_procure_recommended' string='Request Date'
  • procure_recommended_qty Float
    compute='_compute_procure_recommended' digits=UNIT string='Procure recommendation'
Public methods (0)

No public methods.