DDMRP History

ddmrp_history
REPOSITORY
REPOSITORYOCA/ddmrp
GIT
GIThttps://github.com/OCA/ddmrp.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/ddmrp/tree/19.0/ddmrp_history
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSLois Rilo, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/ddmrp
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - 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 pandas>=0.25.3
bokeh==3.9.0
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Allow to extend DDMRP App to store historical data of buffers.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
stock_buffer_view_form stock.buffer.form - ddmrp_history stock.buffer notebook Inherits ddmrp.stock_buffer_view_form
view_ddmrp_history_search ddmrp.history.search ddmrp.history search New
view_ddmrp_history_tree ddmrp.history.tree ddmrp.history list New
Models touched (2)

New fields (9)
  • adu Float
    aggregator='avg' digits='Product Unit of Measure' help='Average Daily Usage' string='ADU'
  • buffer_id Many2one → stock.buffer
    comodel_name='stock.buffer' index=True ondelete='cascade' string='Buffer'
  • company_id Many2one
    related='buffer_id.company_id'
  • date Datetime
  • net_flow_position Float
    aggregator='avg' digits='Product Unit of Measure' help='Net flow position' string='NFP'
  • on_hand_position Float
    aggregator='avg' digits='Product Unit of Measure' help='On-Hand Position' string='OHP'
  • top_of_green Float
    aggregator='avg' help='Top of Green' string='TOG'
  • top_of_red Float
    aggregator='avg' help='Top of Red' string='TOR'
  • top_of_yellow Float
    aggregator='avg' help='Top of Yellow' string='TOY'
Public methods (0)

No public methods.

New fields (2)
  • execution_history_chart Text
    compute='_compute_execution_history_chart' string='Execution Historical Chart'
  • planning_history_chart Text
    compute='_compute_history_chart' string='Historical Chart'
Public methods (1)
  • cron_actions(self, only_nfp=False)
REPOSITORY
REPOSITORYOCA/ddmrp
GIT
GIThttps://github.com/OCA/ddmrp.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/ddmrp/tree/18.0/ddmrp_history
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSAkim Juillerat, Lois Rilo, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/ddmrp
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - 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
    - mrp
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES pandas>=0.25.3
bokeh==3.6.3
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Allow to extend DDMRP App to store historical data of buffers.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
stock_buffer_view_form stock.buffer.form - ddmrp_history stock.buffer notebook Inherits ddmrp.stock_buffer_view_form
view_ddmrp_history_search ddmrp.history.search ddmrp.history search New
view_ddmrp_history_tree ddmrp.history.tree ddmrp.history list New
Models touched (2)

New fields (9)
  • adu Float
    aggregator='avg' digits='Product Unit of Measure' help='Average Daily Usage' string='ADU'
  • buffer_id Many2one → stock.buffer
    comodel_name='stock.buffer' index=True ondelete='cascade' string='Buffer'
  • company_id Many2one
    related='buffer_id.company_id'
  • date Datetime
  • net_flow_position Float
    aggregator='avg' digits='Product Unit of Measure' help='Net flow position' string='NFP'
  • on_hand_position Float
    aggregator='avg' digits='Product Unit of Measure' help='On-Hand Position' string='OHP'
  • top_of_green Float
    aggregator='avg' help='Top of Green' string='TOG'
  • top_of_red Float
    aggregator='avg' help='Top of Red' string='TOR'
  • top_of_yellow Float
    aggregator='avg' help='Top of Yellow' string='TOY'
Public methods (0)

No public methods.

New fields (2)
  • execution_history_chart Text
    compute='_compute_execution_history_chart' string='Execution Historical Chart'
  • planning_history_chart Text
    compute='_compute_history_chart' string='Historical Chart'
Public methods (1)
  • cron_actions(self, only_nfp=False)
REPOSITORY
REPOSITORYOCA/ddmrp
GIT
GIThttps://github.com/OCA/ddmrp.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/ddmrp/tree/17.0/ddmrp_history
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSELGPL-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, DavidJForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/ddmrp
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:05
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/stock-logistics-workflow:
    - stock_move_quantity_product_uom
OCA/web:
    - web_widget_bokeh_chart
odoo/odoo:
    - purchase_stock
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - onboarding
    - analytic
    - purchase
    - mrp
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES pandas>=0.25.3
bokeh==3.4.1
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Allow to extend DDMRP App to store historical data of buffers.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
stock_buffer_view_form stock.buffer.form - ddmrp_history stock.buffer notebook Inherits ddmrp.stock_buffer_view_form
view_ddmrp_history_search ddmrp.history.search ddmrp.history search New
view_ddmrp_history_tree ddmrp.history.tree ddmrp.history tree New
Models touched (2)

New fields (9)
  • adu Float
    digits='Product Unit of Measure' group_operator='avg' help='Average Daily Usage' string='ADU'
  • buffer_id Many2one → stock.buffer
    comodel_name='stock.buffer' index=True ondelete='cascade' string='Buffer'
  • company_id Many2one
    related='buffer_id.company_id'
  • date Datetime
  • net_flow_position Float
    digits='Product Unit of Measure' group_operator='avg' help='Net flow position' string='NFP'
  • on_hand_position Float
    digits='Product Unit of Measure' group_operator='avg' help='On-Hand Position' string='OHP'
  • top_of_green Float
    group_operator='avg' help='Top of Green' string='TOG'
  • top_of_red Float
    group_operator='avg' help='Top of Red' string='TOR'
  • top_of_yellow Float
    group_operator='avg' help='Top of Yellow' string='TOY'
Public methods (0)

No public methods.

New fields (2)
  • execution_history_chart Text
    compute='_compute_execution_history_chart' string='Execution Historical Chart'
  • planning_history_chart Text
    compute='_compute_history_chart' string='Historical Chart'
Public methods (1)
  • cron_actions(self, only_nfp=False)
REPOSITORY
REPOSITORYOCA/ddmrp
GIT
GIThttps://github.com/OCA/ddmrp.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/ddmrp/tree/16.0/ddmrp_history
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSLois Rilo, Weblate, OCA-git-bot, oca-ci, BernatPForgeFlow, DavidJForgeFlow, AlexPForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/ddmrp
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - 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 pandas>=0.25.3
bokeh==3.1.1
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
stock_buffer_view_form stock.buffer.form - ddmrp_history stock.buffer notebook Inherits ddmrp.stock_buffer_view_form
view_ddmrp_history_search ddmrp.history.search ddmrp.history search New
view_ddmrp_history_tree ddmrp.history.tree ddmrp.history tree New
Models touched (2)

New fields (9)
  • adu Float
    digits='Product Unit of Measure' group_operator='avg' help='Average Daily Usage' string='ADU'
  • buffer_id Many2one → stock.buffer
    comodel_name='stock.buffer' index=True ondelete='cascade' string='Buffer'
  • company_id Many2one
    related='buffer_id.company_id'
  • date Datetime
  • net_flow_position Float
    digits='Product Unit of Measure' group_operator='avg' help='Net flow position' string='NFP'
  • on_hand_position Float
    digits='Product Unit of Measure' group_operator='avg' help='On-Hand Position' string='OHP'
  • top_of_green Float
    group_operator='avg' help='Top of Green' string='TOG'
  • top_of_red Float
    group_operator='avg' help='Top of Red' string='TOR'
  • top_of_yellow Float
    group_operator='avg' help='Top of Yellow' string='TOY'
Public methods (0)

No public methods.

New fields (2)
  • execution_history_chart Text
    compute='_compute_execution_history_chart' string='Execution Historical Chart'
  • planning_history_chart Text
    compute='_compute_history_chart' string='Historical Chart'
Public methods (1)
  • cron_actions(self, only_nfp=False)
REPOSITORY
REPOSITORYOCA/ddmrp
GIT
GIThttps://github.com/OCA/ddmrp.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/ddmrp/tree/15.0/ddmrp_history
VERSION
VERSION 1.3.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSLois Rilo, Weblate, OCA-git-bot, oca-ci, Christopher Ormaza, BernatPForgeFlow, DavidJForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/ddmrp
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - 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 pandas>=0.25.3
bokeh==2.4.2
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
stock_buffer_view_form stock.buffer.form - ddmrp_history stock.buffer notebook Inherits ddmrp.stock_buffer_view_form
view_ddmrp_history_search ddmrp.history.search ddmrp.history search New
view_ddmrp_history_tree ddmrp.history.tree ddmrp.history tree New
Models touched (2)

New fields (9)
  • adu Float
    digits='Product Unit of Measure' group_operator='avg' help='Average Daily Usage' string='ADU'
  • buffer_id Many2one → stock.buffer
    comodel_name='stock.buffer' index=True ondelete='cascade' string='Buffer'
  • company_id Many2one
    related='buffer_id.company_id'
  • date Datetime
  • net_flow_position Float
    digits='Product Unit of Measure' group_operator='avg' help='Net flow position' string='NFP'
  • on_hand_position Float
    digits='Product Unit of Measure' group_operator='avg' help='On-Hand Position' string='OHP'
  • top_of_green Float
    group_operator='avg' help='Top of Green' string='TOG'
  • top_of_red Float
    group_operator='avg' help='Top of Red' string='TOR'
  • top_of_yellow Float
    group_operator='avg' help='Top of Yellow' string='TOY'
Public methods (0)

No public methods.

New fields (2)
  • execution_history_chart Text
    compute='_compute_execution_history_chart' string='Execution Historical Chart'
  • planning_history_chart Text
    compute='_compute_history_chart' string='Historical Chart'
Public methods (1)
  • cron_actions(self, only_nfp=False)
REPOSITORY
REPOSITORYOCA/ddmrp
GIT
GIThttps://github.com/OCA/ddmrp.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/ddmrp/tree/14.0/ddmrp_history
VERSION
VERSION 1.3.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSLois Rilo, Thierry Ducrest, oca-travis, Weblate, OCA-git-bot, oca-ci, BernatPForgeFlow, DavidJForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/ddmrp
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - 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 pandas>=0.25.3
bokeh==2.3.1
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
stock_buffer_view_form stock.buffer.form - ddmrp_history stock.buffer notebook Inherits ddmrp.stock_buffer_view_form
view_ddmrp_history_search ddmrp.history.search ddmrp.history search New
view_ddmrp_history_tree ddmrp.history.tree ddmrp.history tree New
Models touched (2)

New fields (9)
  • adu Float
    digits='Product Unit of Measure' group_operator='avg' help='Average Daily Usage' string='ADU'
  • buffer_id Many2one → stock.buffer
    comodel_name='stock.buffer' index=True ondelete='cascade' string='Buffer'
  • company_id Many2one
    related='buffer_id.company_id'
  • date Datetime
    string='Date'
  • net_flow_position Float
    digits='Product Unit of Measure' group_operator='avg' help='Net flow position' string='NFP'
  • on_hand_position Float
    digits='Product Unit of Measure' group_operator='avg' help='On-Hand Position' string='OHP'
  • top_of_green Float
    group_operator='avg' help='Top of Green' string='TOG'
  • top_of_red Float
    group_operator='avg' help='Top of Red' string='TOR'
  • top_of_yellow Float
    group_operator='avg' help='Top of Yellow' string='TOY'
Public methods (0)

No public methods.

New fields (2)
  • execution_history_chart Text
    compute='_compute_execution_history_chart' string='Execution Historical Chart'
  • planning_history_chart Text
    compute='_compute_history_chart' string='Historical Chart'
Public methods (1)
  • cron_actions(self, only_nfp=False)
REPOSITORY
REPOSITORYOCA/ddmrp
GIT
GIThttps://github.com/OCA/ddmrp.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/ddmrp/tree/13.0/ddmrp_history
VERSION
VERSION 1.4.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSGuewen Baconnier, Lois Rilo, OCA Transbot, oca-travis, Weblate, OCA-git-bot, BernatPForgeFlow, DavidJForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/ddmrp
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - 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 pandas
bokeh==1.1.0
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
stock_buffer_view_form stock.buffer.form - ddmrp_history stock.buffer notebook Inherits ddmrp.stock_buffer_view_form
view_ddmrp_history_search ddmrp.history.search ddmrp.history search New
view_ddmrp_history_tree ddmrp.history.tree ddmrp.history tree New
Models touched (2)

New fields (8)
  • adu Float
    digits='Product Unit of Measure' group_operator='avg' help='Average Daily Usage' string='ADU'
  • buffer_id Many2one → stock.buffer
    comodel_name='stock.buffer' index=True ondelete='cascade' string='Buffer'
  • date Datetime
    string='Date'
  • net_flow_position Float
    digits='Product Unit of Measure' group_operator='avg' help='Net flow position' string='NFP'
  • on_hand_position Float
    digits='Product Unit of Measure' group_operator='avg' help='On-Hand Position' string='OHP'
  • top_of_green Float
    group_operator='avg' help='Top of Green' string='TOG'
  • top_of_red Float
    group_operator='avg' help='Top of Red' string='TOR'
  • top_of_yellow Float
    group_operator='avg' help='Top of Yellow' string='TOY'
Public methods (0)

No public methods.

New fields (2)
  • execution_history_chart Text
    compute='_compute_execution_history_chart' string='Execution Historical Chart'
  • planning_history_chart Text
    compute='_compute_history_chart' string='Historical Chart'
Public methods (1)
  • cron_actions(self, only_nfp=False)
REPOSITORY
REPOSITORYOCA/ddmrp
GIT
GIThttps://github.com/OCA/ddmrp.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/ddmrp/tree/11.0/ddmrp_history
VERSION
VERSION 1.0.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, OCA Transbot, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/ddmrp
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/ddmrp:
    - ddmrp
OCA/manufacture:
    - mrp_bom_location
    - mrp_multi_level
    - mrp_warehouse_calendar
OCA/server-tools:
    - base_cron_exclusion
OCA/server-ux:
    - date_range
OCA/stock-logistics-warehouse:
    - stock_warehouse_orderpoint_stock_info
    - stock_warehouse_orderpoint_stock_info_unreserved
    - stock_available_unreserved
    - stock_orderpoint_purchase_link
    - stock_orderpoint_move_link
    - stock_orderpoint_uom
    - stock_orderpoint_manual_procurement
    - stock_demand_estimate
    - stock_warehouse_calendar
OCA/web:
    - web_tree_dynamic_colored_field
    - web_widget_x2many_2d_matrix
    - web_widget_bokeh_chart
odoo/odoo:
    - purchase
    - stock_account
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - barcodes
    - web_planner
    - account
    - analytic
    - portal
    - http_routing
    - mrp
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES pandas
bokeh
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_ddmrp_history_search ddmrp.history.search ddmrp.history search New
view_ddmrp_history_tree ddmrp.history.tree ddmrp.history tree New
view_warehouse_orderpoint_form stock.warehouse.orderpoint.form - ddmrp_history stock.warehouse.orderpoint notebook Inherits ddmrp.view_warehouse_orderpoint_form
Models touched (2)

New fields (7)
  • date Datetime
    string='Date'
  • net_flow_position Float
    digits=UNIT group_operator='avg' help='Net flow position' string='NFP'
  • on_hand_position Float
    digits=UNIT group_operator='avg' help='On-Hand Position' string='OHP'
  • orderpoint_id Many2one → stock.warehouse.orderpoint
    comodel_name='stock.warehouse.orderpoint' ondelete='cascade' string='Buffer'
  • top_of_green Float
    group_operator='avg' help='Top of Green' string='TOG'
  • top_of_red Float
    group_operator='avg' help='Top of Red' string='TOR'
  • top_of_yellow Float
    group_operator='avg' help='Top of Yellow' string='TOY'
Public methods (0)

No public methods.

New fields (2)
  • execution_history_chart Text
    compute='_compute_execution_history_chart' string='Execution Historical Chart'
  • planning_history_chart Text
    compute='_compute_history_chart' string='Historical Chart'
Public methods (1)
  • cron_actions(self)
    @api.multi