| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/ddmrp |
| GIT | |
| GIT | https://github.com/OCA/ddmrp.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/ddmrp/tree/19.0/stock_buffer_route |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow, Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow, Camptocamp |
| COMMITTERS | |
| COMMITTERS | Don Kendall, oca-ci, github-actions[bot] |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/ddmrp |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:40:48 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/ddmrp: - ddmrp OCA/manufacture: - mrp_multi_level - mrp_warehouse_calendar OCA/server-tools: - base_cron_exclusion OCA/stock-logistics-warehouse: - stock_demand_estimate - stock_warehouse_calendar - stock_location_is_sublocation - stock_move_quantity_product_uom OCA/web: - web_widget_bokeh_chart odoo/odoo: - purchase_stock - stock_account - stock - product - base - base_setup - web - bus - web_tour - html_editor - uom - barcodes_gs1_nomenclature - barcodes - digest - portal - http_routing - auth_signup - resource - account - onboarding - analytic - purchase - mrp |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
bokeh==3.9.0 |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_buffer_search |
stock.buffer.search.inherit | stock.buffer | xpath | Inherits ddmrp.stock_buffer_search |
stock_buffer_view_form |
stock.buffer.form | stock.buffer | field | Inherits ddmrp.stock_buffer_view_form |
view_make_procurement_buffer_wizard |
Request Procurement | make.procurement.buffer | field | Inherits ddmrp.view_make_procurement_buffer_wizard |
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'
No public methods.
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'
No public methods.
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'
get_parents(self)
write(self, vals)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/ddmrp |
| GIT | |
| GIT | https://github.com/OCA/ddmrp.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/ddmrp/tree/18.0/stock_buffer_route |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow, Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow, Camptocamp |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, oca-ci, ThiagoMForgeFlow |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/ddmrp |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:12 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/ddmrp: - ddmrp OCA/manufacture: - mrp_multi_level - mrp_warehouse_calendar OCA/server-tools: - base_cron_exclusion OCA/stock-logistics-warehouse: - stock_demand_estimate - stock_warehouse_calendar - stock_location_is_sublocation OCA/stock-logistics-workflow: - stock_move_quantity_product_uom OCA/web: - web_widget_bokeh_chart odoo/odoo: - purchase_stock - stock_account - stock - product - base - 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 - mrp |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
bokeh==3.6.3 |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_buffer_search |
stock.buffer.search.inherit | stock.buffer | xpath | Inherits ddmrp.stock_buffer_search |
stock_buffer_view_form |
stock.buffer.form | stock.buffer | field | Inherits ddmrp.stock_buffer_view_form |
view_make_procurement_buffer_wizard |
Request Procurement | make.procurement.buffer | field | Inherits ddmrp.view_make_procurement_buffer_wizard |
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'
No public methods.
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'
No public methods.
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'
get_parents(self)
write(self, vals)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/ddmrp |
| GIT | |
| GIT | https://github.com/OCA/ddmrp.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/ddmrp/tree/16.0/stock_buffer_route |
| VERSION | |
| VERSION | 1.2.0 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow, Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow, Camptocamp |
| COMMITTERS | |
| COMMITTERS | Lois Rilo, Weblate, OCA-git-bot, oca-ci, BernatPForgeFlow |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/ddmrp |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:46 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/ddmrp: - ddmrp OCA/manufacture: - mrp_multi_level - mrp_warehouse_calendar OCA/server-tools: - base_cron_exclusion OCA/stock-logistics-warehouse: - stock_demand_estimate - stock_warehouse_calendar - stock_helper OCA/web: - web_widget_bokeh_chart odoo/odoo: - purchase_stock - stock_account - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource - account - analytic - purchase - mrp |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
bokeh==3.1.1 |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_buffer_search |
stock.buffer.search.inherit | stock.buffer | xpath | Inherits ddmrp.stock_buffer_search |
stock_buffer_view_form |
stock.buffer.form | stock.buffer | field | Inherits ddmrp.stock_buffer_view_form |
view_make_procurement_buffer_wizard |
Request Procurement | make.procurement.buffer | field | Inherits ddmrp.view_make_procurement_buffer_wizard |
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'
No public methods.
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'
No public methods.
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'
get_parents(self)
write(self, vals)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/ddmrp |
| GIT | |
| GIT | https://github.com/OCA/ddmrp.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/ddmrp/tree/15.0/stock_buffer_route |
| VERSION | |
| VERSION | 1.2.0 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow, Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow, Camptocamp |
| COMMITTERS | |
| COMMITTERS | Lois Rilo, Weblate, OCA-git-bot, oca-ci, Christopher Ormaza |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/ddmrp |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:34 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/ddmrp: - ddmrp OCA/manufacture: - mrp_multi_level - mrp_warehouse_calendar OCA/server-tools: - base_cron_exclusion OCA/stock-logistics-warehouse: - stock_demand_estimate - stock_warehouse_calendar - stock_helper OCA/web: - web_widget_bokeh_chart odoo/odoo: - purchase_stock - stock_account - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource - account - analytic - purchase - mrp |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
bokeh==2.4.2 |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_buffer_search |
stock.buffer.search.inherit | stock.buffer | xpath | Inherits ddmrp.stock_buffer_search |
stock_buffer_view_form |
stock.buffer.form | stock.buffer | field | Inherits ddmrp.stock_buffer_view_form |
view_make_procurement_buffer_wizard |
Request Procurement | make.procurement.buffer | field | Inherits ddmrp.view_make_procurement_buffer_wizard |
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'
No public methods.
route_id
Many2one → stock.location.route
domain="[('id', 'in', route_ids)]"
args: 'stock.location.route'
route_ids
Many2many → stock.location.route
string='Allowed routes'
args: 'stock.location.route'
No public methods.
route_id
Many2one → stock.location.route
domain="[('id', 'in', route_ids)]"
ondelete='restrict'
string='Route'
args: 'stock.location.route'
route_ids
Many2many → stock.location.route
compute='_compute_route_ids'
string='Allowed routes'
args: 'stock.location.route'
get_parents(self)
write(self, vals)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/ddmrp |
| GIT | |
| GIT | https://github.com/OCA/ddmrp.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/ddmrp/tree/14.0/stock_buffer_route |
| VERSION | |
| VERSION | 1.3.0 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow, Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow, Camptocamp |
| COMMITTERS | |
| COMMITTERS | Lois Rilo, OCA Transbot, oca-travis, Weblate, OCA-git-bot, oca-ci, BernatPForgeFlow, Genís Ponce |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/ddmrp |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:59 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/ddmrp: - ddmrp OCA/manufacture: - mrp_multi_level - mrp_warehouse_calendar OCA/server-tools: - base_cron_exclusion OCA/stock-logistics-warehouse: - stock_demand_estimate - stock_warehouse_calendar - stock_helper OCA/web: - web_widget_bokeh_chart odoo/odoo: - purchase_stock - stock_account - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource - account - analytic - purchase - mrp |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
bokeh==2.3.1 |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_buffer_search |
stock.buffer.search.inherit | stock.buffer | xpath | Inherits ddmrp.stock_buffer_search |
stock_buffer_view_form |
stock.buffer.form | stock.buffer | field | Inherits ddmrp.stock_buffer_view_form |
view_make_procurement_buffer_wizard |
Request Procurement | make.procurement.buffer | field | Inherits ddmrp.view_make_procurement_buffer_wizard |
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'
No public methods.
route_id
Many2one → stock.location.route
domain="[('id', 'in', route_ids)]"
args: 'stock.location.route'
route_ids
Many2many → stock.location.route
string='Allowed routes'
args: 'stock.location.route'
No public methods.
route_id
Many2one → stock.location.route
domain="[('id', 'in', route_ids)]"
ondelete='restrict'
string='Route'
args: 'stock.location.route'
route_ids
Many2many → stock.location.route
compute='_compute_route_ids'
string='Allowed routes'
args: 'stock.location.route'
get_parents(self)
write(self, vals)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/ddmrp |
| GIT | |
| GIT | https://github.com/OCA/ddmrp.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/ddmrp/tree/13.0/stock_buffer_route |
| VERSION | |
| VERSION | 1.3.1 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow, Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow, Camptocamp |
| COMMITTERS | |
| COMMITTERS | Guewen Baconnier, mreficent, Lois Rilo, oca-travis, Weblate, OCA-git-bot, Matthieu Méquignon |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/ddmrp |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:13 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/ddmrp: - ddmrp OCA/manufacture: - mrp_multi_level - mrp_warehouse_calendar OCA/server-tools: - base_cron_exclusion OCA/stock-logistics-warehouse: - stock_demand_estimate - stock_warehouse_calendar - stock_helper OCA/web: - web_widget_bokeh_chart odoo/odoo: - purchase_stock - stock_account - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes - account - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - purchase - mrp |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
bokeh==1.1.0 |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_buffer_search |
stock.buffer.search.inherit | stock.buffer | xpath | Inherits ddmrp.stock_buffer_search |
stock_buffer_view_form |
stock.buffer.form | stock.buffer | field | Inherits ddmrp.stock_buffer_view_form |
route_id
Many2one → stock.location.route
domain="[('id', 'in', route_ids)]"
ondelete='restrict'
string='Route'
args: 'stock.location.route'
route_ids
Many2many → stock.location.route
compute='_compute_route_ids'
string='Allowed routes'
args: 'stock.location.route'
get_parents(self)
write(self, vals)