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 IDNameModelTypeStatus
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_template Boolean
    default=False string='Location generated from template'
  • location_template_id Many2one → stock.location.template
    comodel_name='stock.location.template' string='Location Template'
Public methods (2)
  • create(self, vals)
    @api.model
  • write(self, vals)
    @api.multi

New fields (11)
  • active Boolean
    default=True
  • auto_generate_locations Boolean
    string='Auto Generate Stock Locations'
  • cell_name_example Char
    compute='_compute_cell_name_example' string='Cell Naming example'
  • cells_nbr Integer
    default=0 string='Number of Cells'
  • cells_nomenclature Char
    help='Use the character %c that will be replaced by the corresponding cell number' string='Cells Nomenclature'
  • company_id Many2one → res.company
    comodel_name='res.company' default=<expr> required=False string='Company'
  • digits Integer
    default=2 string='Digits to use in nomenclature'
  • location_count Integer
    compute='_compute_location_count' help='The number of locations that share the location template' args: '# Locations'
  • location_ids One2many → stock.location
    comodel_name='stock.location' copy=False inverse_name='location_template_id' string='Stock Location'
  • name Char
    string='Name'
  • starting_nbr Integer
    default=1 string='Starting number'
Public methods (1)
  • get_cell_name(self, nbr)