TIP: You can type at any time to perform a new search.
Stock Orderpoint Automatic Creation
stock_orderpoint_automatic_creation · OCA/stock-logistics-warehouse
- Repository
- OCA/stock-logistics-warehouse · module folder · Try on Runboat
- Module version
- 1.0.2
- Category
- Inventory, Logistic, Storage
- Folder size
- 0.13 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-warehouse
- Last tracking update
- 2026-08-07 07:31:51
- Authors
- Odoo Community Association (OCA), AvanzOSC, Tecnativa
- Maintainers
- Odoo Community Association (OCA), AvanzOSC, Tecnativa
- Committers
- Denis Roussel, Weblate, OCA-git-bot, oca-travis, Marc Poch
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_category_orderpoint_creation_form_view |
product.category.no.variant.form | product.category | form | Inherits product.product_category_form_view |
product_template_form_view |
product.template.common.form | product.template | form | Inherits product.product_template_form_view |
view_company_form |
res.company.form | res.company | form | Inherits base.view_company_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (1)
-
create_orderpointsSelectioncompany_dependent=Trueselection=[('yes', 'Yes'), ('no', 'No')]string='Create Orderpoints'
No public methods.
New fields (0)
No new fields.
Public methods (1)-
create(self, vals)@api.model@api.returns('self', <expr>)
New fields (1)
-
create_orderpointSelectioncompany_dependent=Trueselection=[('yes', 'Yes'), ('no', 'No')]string='Create Orderpoint'
No public methods.
New fields (3)
-
create_orderpointsBooleanhelp='Check this for automatic orderpoints'string='Create Orderpoints' -
orderpoint_product_max_qtyFloatdigits=dp.get_precision('Product Unit of Measure')help='Default orderpoint Max. product quantity'string='Max. product quantity' -
orderpoint_product_min_qtyFloatdigits=dp.get_precision('Product Unit of Measure')help='Default orderpoint Max. product quantity'string='Min. product quantity'
No public methods.
Loading…