Locations allow duplicates
Bug #1133540 reported by
Gilles Lehoux
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Fix Committed
|
Medium
|
OpenERP R&D Addons Team 2 |
Bug Description
Summary: The system allows the creation of two or more locations with the same name. It should not.
Reproduce:
http://
Create a category named "BigLoc". Save it.
Create a category named "BigLoc". Save it.
Create a category named "BigLoc". Save it.
etc...
View the list of locations.
All the locations you created will be listed.
They will be indistinguishable.
Related branches
lp://staging/~openerp-dev/openobject-addons/trunk-bug-1133540-dhruvit
Ready for review
for merging
into
lp://staging/openobject-addons
- OpenERP Core Team: Pending requested
-
Diff: 14 lines (+3/-1)1 file modifiedstock/stock.py (+3/-1)
Changed in openobject-addons: | |
assignee: | nobody → OpenERP R&D Addons Team 2 (openerp-dev-addons2) |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in openobject-addons: | |
status: | Confirmed → In Progress |
Changed in openobject-addons: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
I'd argue that the path to the location must be unique, not the name as such. See screenshot.