TIP: You can type at any time to perform a new search.
Stock Location Template
stock_location_template · OCA/stock-logistics-warehouse
- Repository
- OCA/stock-logistics-warehouse · module folder · Try on Runboat
- Module version
- 1.0.2
- Category
- Uncategorized
- Folder size
- 0.04 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), ForgeFlow S.L.
- Maintainers
- Odoo Community Association (OCA), ForgeFlow S.L.
- Committers
- OCA-git-bot, oca-travis, Adrià Gil Sorribes
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_location_form |
stock.location | form | Inherits stock.view_location_form | |
view_location_search |
stock.location | search | Inherits stock.view_location_search | |
view_location_template_form |
stock.location.template.form | stock.location.template | form | New |
view_location_template_search |
stock.location.template.search | stock.location.template | search | New |
view_location_template_tree |
stock.location.template.tree | stock.location.template | tree | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
auto_generated_from_templateBooleandefault=Falsestring='Location generated from template' -
location_template_idMany2one → stock.location.templatecomodel_name='stock.location.template'string='Location Template'
-
create(self, vals)@api.model -
write(self, vals)@api.multi
New fields (11)
-
activeBooleandefault=True -
auto_generate_locationsBooleanstring='Auto Generate Stock Locations' -
cell_name_exampleCharcompute='_compute_cell_name_example'string='Cell Naming example' -
cells_nbrIntegerdefault=0string='Number of Cells' -
cells_nomenclatureCharhelp='Use the character %c that will be replaced by the corresponding cell number'string='Cells Nomenclature' -
company_idMany2one → res.companycomodel_name='res.company'default=<expr>required=Falsestring='Company' -
digitsIntegerdefault=2string='Digits to use in nomenclature' -
location_countIntegercompute='_compute_location_count'help='The number of locations that share the location template' args: '# Locations' -
location_idsOne2many → stock.locationcomodel_name='stock.location'copy=Falseinverse_name='location_template_id'string='Stock Location' -
nameCharstring='Name' -
starting_nbrIntegerdefault=1string='Starting number'
-
get_cell_name(self, nbr)