Repository
OCA/stock-logistics-warehouse · module folder · Try on Runboat
Module version
1.1.0
Category
Warehouse Management
Folder size
0.07 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-warehouse
Last tracking update
2026-08-07 07:47:32
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Florent Xicluna, oca-ci
Odoo dependencies
OCA/stock-logistics-warehouse:
odoo/odoo:
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form.inherit.stock_warehouse_calendar_orderpoint res.config.settings calendar Inherits stock.res_config_settings_view_form
view_warehouse stock.warehouse.form.inherit stock.warehouse form Inherits stock_warehouse_calendar.view_warehouse
view_warehouse_orderpoint_tree_editable stock.warehouse.orderpoint.tree.editable.inherit stock.warehouse.orderpoint tree Inherits stock.view_warehouse_orderpoint_tree_editable
view_warehouse_orderpoint_tree_editable_config stock.warehouse.orderpoint.tree.editable.config.inherit stock.warehouse.orderpoint tree Inherits stock.view_warehouse_orderpoint_tree_editable_config
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (5)

New fields (2)
  • orderpoint_calendar_id Many2one → resource.calendar
    comodel_name='resource.calendar' help='Calendar used to compute the lead date of reordering rules\nThis value will be used as default value for new warehouses linked to this company' string='Reordering Calendar'
  • orderpoint_on_workday_policy Selection
    default='skip_to_first_workday' help='Policy to postpone the lead date to the first available workday:\n* skip to first workday: compute the date using lead delay days as solar days, then skip to the next workday if the result is not a workday (eg: run action on Friday with 2 days lead delay -> the result is Sunday -> skip to the first following workday, Monday)\n* skip non-workdays: compute the order date consuming lead delay days only on (eg: run action on Friday with 2 days lead delay -> skip Saturday and Sunday -> start consuming lead days on Monday as first lead day -> the result is Tuesday)\nThis value will be used as default value for new warehouses linked to this company' string='Reordering on Workday Policy' args: [('skip_to_first_workday', 'Skip to first workday'), ('skip_all_non_workdays', 'Skip non-workdays')]
Public methods (0)

No public methods.

New fields (2)
  • orderpoint_calendar_id Many2one
    readonly=False related='company_id.orderpoint_calendar_id'
  • orderpoint_on_workday_policy Selection
    readonly=False related='company_id.orderpoint_on_workday_policy'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • orderpoint_calendar_id Many2one → resource.calendar
    comodel_name='resource.calendar' default=<expr> help='Calendar used to compute the lead date of reordering rules' string='Reordering Calendar'
  • orderpoint_on_workday_policy Selection
    default=<expr> help='Policy to postpone the lead date to the first available workday:\n* skip to first workday: compute the date using lead delay days as solar days, then skip to the next workday if the result is not a workday (eg: run action on Friday with 2 days lead delay -> the result is Sunday -> skip to the first following workday, Monday)\n* skip non-workdays: compute the order date consuming lead delay days only on (eg: run action on Friday with 2 days lead delay -> skip Saturday and Sunday -> start consuming lead days on Monday as first lead day -> the result is Tuesday)' string='Reordering on Workday Policy' args: [('skip_to_first_workday', 'Skip to first workday'), ('skip_all_non_workdays', 'Skip non-workdays')]
Public methods (2)
  • create(self, vals)
    @api.model
  • get_company_from_ctx(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.