Repository
OCA/stock-logistics-orderpoint · module folder · Try on Runboat
Module version
1.0.0
Category
Warehouse
Folder size
0.04 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-orderpoint
Last tracking update
2026-08-07 08:09:17
Authors
Camptocamp, Odoo Community Association (OCA), ForgeFlow
Maintainers
Camptocamp, Odoo Community Association (OCA), ForgeFlow
Committers
Weblate, OCA-git-bot, oca-ci, PicchiSeba
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_warehouse_orderpoint_form stock.warehouse.orderpoint.form stock.warehouse.orderpoint form Inherits stock.view_warehouse_orderpoint_form
view_warehouse_orderpoint_tree stock.warehouse.orderpoint.tree stock.warehouse.orderpoint tree Inherits stock.view_warehouse_orderpoint_tree_editable
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • route_id Many2one → stock.route
    domain="[('id', 'in', route_ids)]" ondelete='restrict' string='Route' args: 'stock.route'
  • route_ids Many2many → stock.route
    compute='_compute_route_ids' string='Allowed routes' args: 'stock.route'
Public methods (1)
  • get_parents(self)

Loading…

Loading…

Loading…