| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-orderpoint |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-orderpoint.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-orderpoint/tree/17.0/stock_orderpoint_generator |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, juancarlosonate-tecnativa |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-orderpoint |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:07 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Add a wizard to configure reordering rules for multiple products in one go, and allow to automatically update reordering rules from rule templates. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
orderpoint_generator_view |
stock.warehouse.orderpoint.generator | stock.warehouse.orderpoint.generator | form | New |
view_warehouse_orderpoint_template_form |
stock.warehouse.orderpoint.template.form | stock.warehouse.orderpoint.template | form | New |
view_warehouse_orderpoint_template_search |
stock.warehouse.orderpoint.template.search | stock.warehouse.orderpoint.template | search | New |
view_warehouse_orderpoint_template_tree |
stock.warehouse.orderpoint.template.tree | stock.warehouse.orderpoint.template | tree | New |
auto_orderpoint_template_ids
Many2many → stock.warehouse.orderpoint.template
comodel_name='stock.warehouse.orderpoint.template'
domain=[('auto_generate', '=', True)]
help='When one or several automatic reordering rule is selected, a Scheduled Action will automatically generate or update the reordering rules of the product.'
string='Automatic Reordering Rules'
create(self, vals_list)
write(self, vals)
orderpoint_template_id
Many2many → stock.warehouse.orderpoint.template
comodel_name='stock.warehouse.orderpoint.template'
relation='order_point_generator_rel'
string='Reordering Rule Templates'
action_configure(self)
allowed_warehouse_ids
One2many → stock.warehouse
comodel_name='stock.warehouse'
compute='_compute_allowed_warehouse_ids'
auto_generate
Boolean
help="When checked, the 'Reordering Rule Templates Generator' scheduled action will automatically update the rules of a selection of products."
string='Create Rules Automatically'
auto_last_generation
Datetime
string='Last Automatic Generation'
auto_max_date_end
Datetime
auto_max_date_start
Datetime
auto_max_qty
Boolean
help='Auto compute maximum quantity per product for a given a date range'
string='Auto Maximum'
auto_max_qty_criteria
Selection
help='Select a criteria to auto compute the maximum'
selection=[('max', 'Maximum'), ('median', 'Most frequent'), ('avg', 'Average'), ('min', 'Minimum'), ('delivered', 'Delivered')]
auto_min_date_end
Datetime
auto_min_date_start
Datetime
auto_min_qty
Boolean
help='Auto compute minimum quantity per product for a given a date range'
string='Auto Minimum'
auto_min_qty_criteria
Selection
default='max'
help='Select a criteria to auto compute the minimum'
selection=[('max', 'Maximum'), ('median', 'Most frequent'), ('avg', 'Average'), ('min', 'Minimum'), ('delivered', 'Delivered')]
auto_product_ids
Many2many → product.product
comodel_name='product.product'
help='A reordering rule will be automatically created by the scheduled action for every product in this list.'
string='Products'
group_id
Many2one
copy=True
name
Char
copy=True
product_category_id
Many2one
related=False
store=False
product_id
Many2one
required=False
product_max_qty
Float
required=False
product_min_qty
Float
required=False
product_uom
Many2one
required=False
qty_forecast
Float
compute=False
store=False
create_auto_orderpoints(self)
create_orderpoints(self, products)
| 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/15.0/stock_orderpoint_generator |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, David, oca-ci, pilarvargas-tecnativa |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:33 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
orderpoint_generator_view |
stock.warehouse.orderpoint.generator | stock.warehouse.orderpoint.generator | form | New |
view_warehouse_orderpoint_template_form |
stock.warehouse.orderpoint.template.form | stock.warehouse.orderpoint.template | form | New |
view_warehouse_orderpoint_template_search |
stock.warehouse.orderpoint.template.search | stock.warehouse.orderpoint.template | search | New |
view_warehouse_orderpoint_template_tree |
stock.warehouse.orderpoint.template.tree | stock.warehouse.orderpoint.template | tree | New |
auto_orderpoint_template_ids
Many2many → stock.warehouse.orderpoint.template
comodel_name='stock.warehouse.orderpoint.template'
domain=[('auto_generate', '=', True)]
help='When one or several automatic reordering rule is selected, a Scheduled Action will automatically generate or update the reordering rules of the product.'
string='Automatic Reordering Rules'
create(self, vals)
write(self, vals)
orderpoint_template_id
Many2many → stock.warehouse.orderpoint.template
comodel_name='stock.warehouse.orderpoint.template'
relation='order_point_generator_rel'
string='Reordering Rule Templates'
action_configure(self)
auto_generate
Boolean
help="When checked, the 'Reordering Rule Templates Generator' scheduled action will automatically update the rules of a selection of products."
string='Create Rules Automatically'
auto_last_generation
Datetime
string='Last Automatic Generation'
auto_max_date_end
Datetime
auto_max_date_start
Datetime
auto_max_qty
Boolean
help='Auto compute maximum quantity per product for a given a date range'
string='Auto Maximum'
auto_max_qty_criteria
Selection
help='Select a criteria to auto compute the maximum'
selection=[('max', 'Maximum'), ('median', 'Most frequent'), ('avg', 'Average'), ('min', 'Minimum'), ('delivered', 'Delivered')]
auto_min_date_end
Datetime
auto_min_date_start
Datetime
auto_min_qty
Boolean
help='Auto compute minimum quantity per product for a given a date range'
string='Auto Minimum'
auto_min_qty_criteria
Selection
default='max'
help='Select a criteria to auto compute the minimum'
selection=[('max', 'Maximum'), ('median', 'Most frequent'), ('avg', 'Average'), ('min', 'Minimum'), ('delivered', 'Delivered')]
auto_product_ids
Many2many → product.product
comodel_name='product.product'
help='A reordering rule will be automatically created by the scheduled action for every product in this list.'
string='Products'
group_id
Many2one
copy=True
name
Char
copy=True
product_category_id
Many2one
related=False
store=False
product_id
Many2one
required=False
product_max_qty
Float
required=False
product_min_qty
Float
required=False
product_uom
Many2one
required=False
qty_forecast
Float
compute=False
store=False
create_auto_orderpoints(self)
create_orderpoints(self, products)
| 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/14.0/stock_orderpoint_generator |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, sergiocorato, oca-ci, PicchiSeba |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:57 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
orderpoint_generator_view |
stock.warehouse.orderpoint.generator | stock.warehouse.orderpoint.generator | form | New |
view_warehouse_orderpoint_template_form |
stock.warehouse.orderpoint.template.form | stock.warehouse.orderpoint.template | form | New |
view_warehouse_orderpoint_template_search |
stock.warehouse.orderpoint.template.search | stock.warehouse.orderpoint.template | search | New |
view_warehouse_orderpoint_template_tree |
stock.warehouse.orderpoint.template.tree | stock.warehouse.orderpoint.template | tree | New |
auto_orderpoint_template_ids
Many2many → stock.warehouse.orderpoint.template
comodel_name='stock.warehouse.orderpoint.template'
domain=[('auto_generate', '=', True)]
help='When one or several automatic reordering rule is selected, a Scheduled Action will automatically generate or update the reordering rules of the product.'
string='Automatic Reordering Rules'
create(self, vals)
write(self, vals)
orderpoint_template_id
Many2many → stock.warehouse.orderpoint.template
comodel_name='stock.warehouse.orderpoint.template'
relation='order_point_generator_rel'
string='Reordering Rule Templates'
action_configure(self)
auto_generate
Boolean
help="When checked, the 'Reordering Rule Templates Generator' scheduled action will automatically update the rules of a selection of products."
string='Create Rules Automatically'
auto_last_generation
Datetime
string='Last Automatic Generation'
auto_max_date_end
Datetime
auto_max_date_start
Datetime
auto_max_qty
Boolean
help='Auto compute maximum quantity per product for a given a date range'
string='Auto Maximum'
auto_max_qty_criteria
Selection
help='Select a criteria to auto compute the maximum'
selection=[('max', 'Maximum'), ('median', 'Most frequent'), ('avg', 'Average'), ('min', 'Minimum'), ('delivered', 'Delivered')]
auto_min_date_end
Datetime
auto_min_date_start
Datetime
auto_min_qty
Boolean
help='Auto compute minimum quantity per product for a given a date range'
string='Auto Minimum'
auto_min_qty_criteria
Selection
default='max'
help='Select a criteria to auto compute the minimum'
selection=[('max', 'Maximum'), ('median', 'Most frequent'), ('avg', 'Average'), ('min', 'Minimum'), ('delivered', 'Delivered')]
auto_product_ids
Many2many → product.product
comodel_name='product.product'
help='A reordering rule will be automatically created by the scheduled action for every product in this list.'
string='Products'
group_id
Many2one
copy=True
name
Char
copy=True
product_id
Many2one
required=False
product_max_qty
Float
required=False
product_min_qty
Float
required=False
product_uom
Many2one
required=False
create_auto_orderpoints(self)
create_orderpoints(self, products)
| 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/13.0/stock_orderpoint_generator |
| VERSION | |
| VERSION | 2.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | david, OCA Transbot, Víctor Martínez, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:12 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
orderpoint_generator_view |
stock.warehouse.orderpoint.generator | stock.warehouse.orderpoint.generator | form | New |
view_warehouse_orderpoint_template_form |
stock.warehouse.orderpoint.template.form | stock.warehouse.orderpoint.template | form | New |
view_warehouse_orderpoint_template_search |
stock.warehouse.orderpoint.template.search | stock.warehouse.orderpoint.template | search | New |
view_warehouse_orderpoint_template_tree |
stock.warehouse.orderpoint.template.tree | stock.warehouse.orderpoint.template | tree | New |
auto_orderpoint_template_ids
Many2many → stock.warehouse.orderpoint.template
comodel_name='stock.warehouse.orderpoint.template'
domain=[('auto_generate', '=', True)]
help='When one or several automatic reordering rule is selected, a Scheduled Action will automatically generate or update the reordering rules of the product.'
string='Automatic Reordering Rules'
create(self, vals)
write(self, vals)
orderpoint_template_id
Many2many → stock.warehouse.orderpoint.template
comodel_name='stock.warehouse.orderpoint.template'
relation='order_point_generator_rel'
string='Reordering Rule Templates'
action_configure(self)
auto_generate
Boolean
help="When checked, the 'Reordering Rule Templates Generator' scheduled action will automatically update the rules of a selection of products."
string='Create Rules Automatically'
auto_last_generation
Datetime
string='Last Automatic Generation'
auto_max_date_end
Datetime
auto_max_date_start
Datetime
auto_max_qty
Boolean
help='Auto compute maximum quantity per product for a given a date range'
string='Auto Maximum'
auto_max_qty_criteria
Selection
help='Select a criteria to auto compute the maximum'
selection=[('max', 'Maximum'), ('median', 'Most frequent'), ('avg', 'Average'), ('min', 'Minimum'), ('delivered', 'Delivered')]
auto_min_date_end
Datetime
auto_min_date_start
Datetime
auto_min_qty
Boolean
help='Auto compute minimum quantity per product for a given a date range'
string='Auto Minimum'
auto_min_qty_criteria
Selection
default='max'
help='Select a criteria to auto compute the minimum'
selection=[('max', 'Maximum'), ('median', 'Most frequent'), ('avg', 'Average'), ('min', 'Minimum'), ('delivered', 'Delivered')]
auto_product_ids
Many2many → product.product
comodel_name='product.product'
help='A reordering rule will be automatically created by the scheduled action for every product in this list.'
string='Products'
group_id
Many2one
copy=True
name
Char
copy=True
product_id
Many2one
required=False
product_max_qty
Float
required=False
product_min_qty
Float
required=False
product_uom
Many2one
required=False
create_auto_orderpoints(self)
create_orderpoints(self, products)
| 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/12.0/stock_orderpoint_generator |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | david, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Pascal GOUHIER |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:16 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - decimal_precision - base_setup - web - bus - web_tour - uom - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
orderpoint_generator_view |
stock.warehouse.orderpoint.generator | stock.warehouse.orderpoint.generator | form | New |
view_warehouse_orderpoint_template_form |
stock.warehouse.orderpoint.template.form | stock.warehouse.orderpoint.template | form | New |
view_warehouse_orderpoint_template_search |
stock.warehouse.orderpoint.template.search | stock.warehouse.orderpoint.template | search | New |
view_warehouse_orderpoint_template_tree |
stock.warehouse.orderpoint.template.tree | stock.warehouse.orderpoint.template | tree | New |
auto_orderpoint_template_ids
Many2many → stock.warehouse.orderpoint.template
comodel_name='stock.warehouse.orderpoint.template'
domain=[('auto_generate', '=', True)]
help='When one or several automatic reordering rule is selected, a Scheduled Action will automatically generate or update the reordering rules of the product.'
string='Automatic Reordering Rules'
create(self, vals)
write(self, vals)
orderpoint_template_id
Many2many → stock.warehouse.orderpoint.template
comodel_name='stock.warehouse.orderpoint.template'
relation='order_point_generator_rel'
string='Reordering Rule Templates'
action_configure(self)
auto_generate
Boolean
help="When checked, the 'Reordering Rule Templates Generator' scheduled action will automatically update the rules of a selection of products."
string='Create Rules Automatically'
auto_last_generation
Datetime
string='Last Automatic Generation'
auto_max_date_end
Datetime
auto_max_date_start
Datetime
auto_max_qty
Boolean
help='Auto compute maximum quantity per product for a given a date range'
string='Auto Maximum'
auto_max_qty_criteria
Selection
help='Select a criteria to auto compute the maximum'
selection=[('max', 'Maximum'), ('median', 'Most frequent'), ('avg', 'Average'), ('min', 'Minimum')]
auto_min_date_end
Datetime
auto_min_date_start
Datetime
auto_min_qty
Boolean
help='Auto compute minimum quantity per product for a given a date range'
string='Auto Minimum'
auto_min_qty_criteria
Selection
default='max'
help='Select a criteria to auto compute the minimum'
selection=[('max', 'Maximum'), ('median', 'Most frequent'), ('avg', 'Average'), ('min', 'Minimum')]
auto_product_ids
Many2many → product.product
comodel_name='product.product'
help='A reordering rule will be automatically created by the scheduled action for every product in this list.'
string='Products'
group_id
Many2one
copy=True
name
Char
copy=True
product_id
Many2one
required=False
product_max_qty
Float
required=False
product_min_qty
Float
required=False
product_uom
Many2one
required=False
create_auto_orderpoints(self)
create_orderpoints(self, products)
| 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/11.0/stock_orderpoint_generator |
| VERSION | |
| VERSION | 2.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Denis Roussel, david, cubells, OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:57 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - decimal_precision - base_setup - web - bus - web_tour - barcodes - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
orderpoint_generator_view |
stock.warehouse.orderpoint.generator | stock.warehouse.orderpoint.generator | form | New |
view_warehouse_orderpoint_template_form |
stock.warehouse.orderpoint.template.form | stock.warehouse.orderpoint.template | form | New |
view_warehouse_orderpoint_template_search |
stock.warehouse.orderpoint.template.search | stock.warehouse.orderpoint.template | search | New |
view_warehouse_orderpoint_template_tree |
stock.warehouse.orderpoint.template.tree | stock.warehouse.orderpoint.template | tree | New |
auto_orderpoint_template_ids
Many2many → stock.warehouse.orderpoint.template
comodel_name='stock.warehouse.orderpoint.template'
domain=[('auto_generate', '=', True)]
help='When one or several automatic reordering rule is selected, a Scheduled Action will automatically generate or update the reordering rules of the product.'
string='Automatic Reordering Rules'
create(self, vals)
write(self, vals)
orderpoint_template_id
Many2many → stock.warehouse.orderpoint.template
comodel_name='stock.warehouse.orderpoint.template'
relation='order_point_generator_rel'
string='Reordering Rule Templates'
action_configure(self)
auto_generate
Boolean
help="When checked, the 'Reordering Rule Templates Generator' scheduled action will automatically update the rules of a selection of products."
string='Create Rules Automatically'
auto_last_generation
Datetime
string='Last Automatic Generation'
auto_max_date_end
Datetime
string='To'
auto_max_date_start
Datetime
string='From'
auto_max_qty
Boolean
help='Auto compute maximum quantity per product for a given a date range'
string='Auto Maximum'
auto_max_qty_criteria
Selection
help='Select a criteria to auto compute the maximum'
selection=[('max', 'Maximum'), ('median', 'Most frequent'), ('avg', 'Average'), ('min', 'Minimum')]
string='Criteria'
auto_min_date_end
Datetime
string='To'
auto_min_date_start
Datetime
string='From'
auto_min_qty
Boolean
help='Auto compute minimum quantity per product for a given a date range'
string='Auto Minimum'
auto_min_qty_criteria
Selection
default='max'
help='Select a criteria to auto compute the minimum'
selection=[('max', 'Maximum'), ('median', 'Most frequent'), ('avg', 'Average'), ('min', 'Minimum')]
string='Criteria'
auto_product_ids
Many2many → product.product
comodel_name='product.product'
help='A reordering rule will be automatically created by the scheduled action for every product in this list.'
string='Products'
group_id
Many2one
copy=True
name
Char
copy=True
product_id
Many2one
required=False
product_max_qty
Float
required=False
product_min_qty
Float
required=False
product_uom
Many2one
required=False
create_auto_orderpoints(self)
create_orderpoints(self, products)
| 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_orderpoint_generator |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Jordi Ballester Alomar, OCA Transbot, oca-travis, Weblate, Cyril Gaudin |
| WEBSITE | |
| WEBSITE | http://www.camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:20 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - decimal_precision - base_setup - web_kanban - web - bus - report - procurement - barcodes - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
orderpoint_generator_view |
stock.warehouse.orderpoint.generator | stock.warehouse.orderpoint.generator | form | New |
product_normal_form_view |
product.product.form | product.product | field | Inherits product.product_normal_form_view |
view_warehouse_orderpoint_template_form |
stock.warehouse.orderpoint.template.form | stock.warehouse.orderpoint.template | form | New |
view_warehouse_orderpoint_template_search |
stock.warehouse.orderpoint.template.search | stock.warehouse.orderpoint.template | search | New |
view_warehouse_orderpoint_template_tree |
stock.warehouse.orderpoint.template.tree | stock.warehouse.orderpoint.template | tree | New |
auto_orderpoint_template_ids
Many2many → stock.warehouse.orderpoint.template
comodel_name='stock.warehouse.orderpoint.template'
domain=[('auto_generate', '=', True)]
help='When one or several automatic reordering rule is selected, a Scheduled Action will automatically generate or update the reordering rules of the product.'
string='Automatic Reordering Rules'
create(self, vals)
write(self, vals)
orderpoint_template_id
Many2many → stock.warehouse.orderpoint.template
rel='order_point_generator_rel'
string='Reordering Rule Templates'
args: 'stock.warehouse.orderpoint.template'
action_configure(self)
auto_generate
Boolean
help="When checked, the 'Reordering Rule Templates Generator' scheduled action will automatically update the rules of a selection of products."
string='Create Rules Automatically'
auto_last_generation
Datetime
string='Last Automatic Generation'
auto_product_ids
Many2many → product.product
comodel_name='product.product'
help='A reordering rule will be automatically created by the scheduled action for every product in this list.'
string='Products'
group_id
Many2one
copy=True
name
Char
copy=True
product_id
Many2one
required=False
product_uom
Many2one
required=False
create_auto_orderpoints(self)
create_orderpoints(self, product_ids)
| 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_orderpoint_generator |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, oca-travis, Weblate, OCA-git-bot, Daniel-CA |
| WEBSITE | |
| WEBSITE | http://www.camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:21 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - decimal_precision - base_setup - web_kanban - web - report - procurement - board - web_kanban_gauge - web_kanban_sparkline |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
orderpoint_generator_view |
stock.warehouse.orderpoint.generator | stock.warehouse.orderpoint.generator | form | New |
orderpoint_template_id
Many2many → stock.warehouse.orderpoint.template
rel='order_point_generator_rel'
string='Stock rule template'
args: 'stock.warehouse.orderpoint.template'
action_configure(self)
group_id
Many2one
copy=True
name
Char
copy=True
product_id
Many2one
required=False
product_uom
Many2one
required=False
create_orderpoints(self, product_ids)
| 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_orderpoint_generator |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Guewen Baconnier, Alexandre Fayolle, Matthieu Dietrich |
| WEBSITE | |
| WEBSITE | http://www.camptocamp.com |
| 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 |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Order point generator ===================== Add a wizard to configure order points for multiple products in one go. Contributors ------------ * Yannick Vaucher <yannick.vaucher@camptocamp.com> * Matthieu Dietrich <matthieu.dietrich@camptocamp.com> |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
orderpoint_generator_view |
stock.warehouse.orderpoint.generator | stock.warehouse.orderpoint.generator | form | New |
No new fields.
Public methods (1)action_configure(self, cr, uid, wiz_id, context=None)
No new fields.
Public methods (0)No public methods.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/stock-logistics-orderpoint |
| PULL REQUEST | |
| PULL REQUEST | [16.0][MIG]stock_orderpoint_generator: migration to `16.0` (#81) |