mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[IMP] stock_location_position: black, isort, prettier
This commit is contained in:
@@ -0,0 +1 @@
|
||||
../../../../stock_location_position
|
||||
6
setup/stock_location_position/setup.py
Normal file
6
setup/stock_location_position/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
@@ -10,10 +10,10 @@ class StockLocation(models.Model):
|
||||
|
||||
_inherit = "stock.location"
|
||||
|
||||
corridor = fields.Char("Corridor", help="Define as the street")
|
||||
row = fields.Char("Row", help="Define as the side within the street")
|
||||
rack = fields.Char("Rack", help="Define as the house number within the street")
|
||||
level = fields.Char("Level", help="Define as the floor of the house")
|
||||
corridor = fields.Char(help="Define as the street")
|
||||
row = fields.Char(help="Define as the side within the street")
|
||||
rack = fields.Char(help="Define as the house number within the street")
|
||||
level = fields.Char(help="Define as the floor of the house")
|
||||
posx = fields.Integer(
|
||||
"Box (X)",
|
||||
help="Optional (X) coordinate of the bin if the location"
|
||||
|
||||
Reference in New Issue
Block a user