| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/10.0/stock_reord_rule |
| VERSION | |
| VERSION | 0.2 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Sergio Corato |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Sergio Corato |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Denis Roussel |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:55 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - procurement - base - product - decimal_precision - base_setup - web_kanban - web - bus - web_tour - report - sale - sales_team - account - analytic - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows to improve reordering rules of stock module. It works forecasting the stock needed per product for n days of sales, with the following formula: (( Qty sold in days_stats * (1+forecast_gap)) / days_stats * days_warehouse) where: - days_stats = days on wich calculate sales stats; - forecast_gap = forecast of increase/decrease on sales (%); - days_warehouse = days of stock to keep in the warehouse. Usage: insert days_stats, forecast_gap and days_warehouse vars in product form and create a reordering rule for the same product, without inserting nothing (neither maximum or minimum quantity are required). The cron job will be executed daily and will update the maximum quantity in the reordering rule (you can force it to start changing the date and hour of execution). This module doesn't need purchase module to work, but it's useful with that module. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_normal_form_view_procurement_by_days |
product.normal.form_procurement_by_days | product.product | group | Inherits product.product_normal_form_view |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/9.0/stock_reord_rule |
| VERSION | |
| VERSION | 0.2 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Sergio Corato |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Sergio Corato |
| COMMITTERS | |
| COMMITTERS | |
| WEBSITE | |
| WEBSITE | http://www.icstools.it |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:20 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - procurement - base - product - decimal_precision - base_setup - web_kanban - web - bus - report - sale - sales_team - account - analytic - web_tip - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows to improve reordering rules of stock module. It works forecasting the stock needed per product for n days of sales, with the following formula: (( Qty sold in days_stats * (1+forecast_gap)) / days_stats * days_warehouse) where: - days_stats = days on wich calculate sales stats; - forecast_gap = forecast of increase/decrease on sales (%); - days_warehouse = days of stock to keep in the warehouse. Usage: insert days_stats, forecast_gap and days_warehouse vars in product form and create a reordering rule for the same product, without inserting nothing (neither maximum or minimum quantity are required). The cron job will be executed daily and will update the maximum quantity in the reordering rule (you can force it to start changing the date and hour of execution). This module doesn't need purchase module to work, but it's useful with that module. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_normal_form_view_procurement_by_days |
product.normal.form_procurement_by_days | product.product | group | Inherits product.product_normal_form_view |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/8.0/stock_reord_rule |
| VERSION | |
| VERSION | 0.2 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Sergio Corato |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Sergio Corato |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Alexandre Fayolle |
| WEBSITE | |
| WEBSITE | http://www.icstools.it |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:21 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - procurement - base - product - decimal_precision - base_setup - web_kanban - web - report - sale - sales_team - web_kanban_sparkline - account_voucher - account - analytic - board - edi - email_template |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows to improve reordering rules of stock module. It works forecasting the stock needed per product for n days of sales, with the following formula: (( Qty sold in days_stats * (1+forecast_gap)) / days_stats * days_warehouse) where: - days_stats = days on wich calculate sales stats; - forecast_gap = forecast of increase/decrease on sales (%); - days_warehouse = days of stock to keep in the warehouse. Usage: insert days_stats, forecast_gap and days_warehouse vars in product form and create a reordering rule for the same product, without inserting nothing (neither maximum or minimum quantity are required). The cron job will be executed daily and will update the maximum quantity in the reordering rule (you can force it to start changing the date and hour of execution). This module doesn't need purchase module to work, but it's useful with that module. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_normal_form_view_procurement_by_days |
product.normal.form_procurement_by_days | product.product | group | Inherits product.product_normal_form_view |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/7.0/stock_reord_rule |
| VERSION | |
| VERSION | 0.2 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Sergio Corato |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Sergio Corato |
| COMMITTERS | |
| COMMITTERS | Alexandre Fayolle, unknown |
| WEBSITE | |
| WEBSITE | http://www.icstools.it |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:13 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - procurement - base - process - web - product - decimal_precision - base_setup - web_kanban - stock - account - analytic - board - edi - email_template - sale - account_voucher |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows to improve reordering rules of stock module. It works forecasting the stock needed per product for n days of sales, with the following formula: (( Qty sold in days_stats * (1+forecast_gap)) / days_stats * days_warehouse) where: - days_stats = days on wich calculate sales stats; - forecast_gap = forecast of increase/decrease on sales (%); - days_warehouse = days of stock to keep in the warehouse. Usage: insert days_stats, forecast_gap and days_warehouse vars in product form and create a reordering rule for the same product, without inserting nothing (neither maximum or minimum quantity are required). The cron job will be executed daily and will update the maximum quantity in the reordering rule (you can force it to start changing the date and hour of execution). This module doesn't need purchase module to work, but it's useful with that module. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_normal_form_view_procurement_by_days |
product.normal.form_procurement_by_days | product.product | group | Inherits product.product_normal_form_view |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.