Repository
OCA/ddmrp · 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/ddmrp
Last tracking update
2026-08-07 09:06:36
Authors
Camptocamp, Odoo Community Association (OCA), ForgeFlow
Maintainers
Camptocamp, Odoo Community Association (OCA), ForgeFlow
Committers
Don Kendall, oca-ci, github-actions[bot]
Odoo dependencies
Python dependencies
bokeh==3.9.0
System dependencies
None
Required by
None
Description
This module allows to restrict a specific route to be used in the ddmrp
stock buffers. This route will be used instead of the default determined
by default.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
stock_buffer_search stock.buffer.search.inherit stock.buffer search Inherits ddmrp.stock_buffer_search
stock_buffer_view_form stock.buffer.form stock.buffer form Inherits ddmrp.stock_buffer_view_form
view_make_procurement_buffer_wizard Request Procurement make.procurement.buffer Inherits ddmrp.view_make_procurement_buffer_wizard
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (2)
  • item_ids One2many → make.procurement.buffer.item
    comodel_name='make.procurement.buffer.item' inverse_name='wiz_id' string='Items'
  • partner_id Many2one → res.partner
    comodel_name='res.partner' help='If set, will be used as preferred vendor for purchase routes.' string='Vendor'
Public methods (0)

No public methods.

New fields (2)
  • route_id Many2one → stock.route
    comodel_name='stock.route' domain="[('id', 'in', route_ids)]"
  • route_ids Many2many → stock.route
    comodel_name='stock.route' string='Allowed routes'
Public methods (0)

No public methods.

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 (2)
  • get_parents(self)
  • write(self, vals)

Loading…

Loading…

Loading…

Loading…

Loading…