Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WMS][12.0] Add stock_location_attribute (split from stock_location_zone) #712

Closed

Conversation

grindtildeath
Copy link
Contributor

Followup to #653

@jgrandguillaume jgrandguillaume mentioned this pull request Sep 13, 2019
32 tasks
@rousseldenis
Copy link
Contributor

rousseldenis commented Sep 16, 2019

@grindtildeath Maybe another name for this module as I don't really like generic names. Maybe more 'functional' oriented one (I don't know which one 😄 ).

@guewen
Copy link
Member

guewen commented Sep 20, 2019

stock_location_coordinate? Or stock_location_position?

@jgrandguillaume
Copy link
Member

I personally like stock_location_position or stock_location_map


_inherit = 'stock.location'

corridor = fields.Char('Corridor')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

help="Define as the street"


corridor = fields.Char('Corridor')
row = fields.Char('Row')
rack = fields.Char('Rack')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

help="Define as the house number within the street"

corridor = fields.Char('Corridor')
row = fields.Char('Row')
rack = fields.Char('Rack')
level = fields.Char('Level')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

help="Define as the floor of the house"

_inherit = 'stock.location'

corridor = fields.Char('Corridor')
row = fields.Char('Row')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

help="Define as the side within the street"

row = fields.Char('Row')
rack = fields.Char('Rack')
level = fields.Char('Level')
posx = fields.Integer('Box (X)')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

help="Optional (X) coordinate of the bin if the location is split in several part. e.g. drawer storage"

rack = fields.Char('Rack')
level = fields.Char('Level')
posx = fields.Integer('Box (X)')
posy = fields.Integer('Box (Y)')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

help="Optional (Y) coordinate of the bin if the location is split in several part. e.g. drawer storage"

level = fields.Char('Level')
posx = fields.Integer('Box (X)')
posy = fields.Integer('Box (Y)')
posz = fields.Integer('Box (Z)')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

help="Optional (Z) coordinate of the bin if the location is split in several part. e.g. storage tray"

@guewen
Copy link
Member

guewen commented Dec 19, 2019

Replaced by #805. Changes asked here are done for 13.0.

@guewen guewen closed this Dec 19, 2019
manuelcalerosolis pushed a commit to xtendoo-corporation/stock-logistics-warehouse that referenced this pull request Oct 21, 2020
Signed-off-by pedrobaeza
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants