openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #08425
[Bug 943899] Re: 6.1.1 stock location - parent must be view
Hello DR Ferdinand,
I think the current behavior is correct. The account and location are totally different concept, So we can not restricted the location based on parent location as a view.
There may be also possible our stock location will be child of any other internal location. We are already provided ,that just see the example of shelf1 and shelf2. We can set the shelf1 as a stock location of main warehouse. Which is correct.
I am setting this as an "Opinion", If any valuable reply or suggestion
will come on this.
Thanks and more suggestions are welcomed!
** Changed in: openobject-addons
Status: New => Incomplete
** Changed in: openobject-addons
Status: Incomplete => Opinion
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/943899
Title:
6.1.1 stock location - parent must be view
Status in OpenERP Addons (modules):
Opinion
Bug description:
IMHO the design change from V5 to V6 is not helpful
V 5.x
'lot_stock_id': fields.many2one('stock.location', 'Location
Stock', required=True ,
help="(virtual) stock location to calculate available
quantities. This and all children. Do not put stock locations at partner
location here, the products can't be sold to others." ),
V 6.1
'lot_stock_id': fields.many2one('stock.location', 'Location
Stock', required=True, domain=[('usage','=','internal')]),
at a certain point in time everybody agreed that aggregates items (like it is implemented for accounts, analytic accounts ...) should be views to allow clear representation
(parent) view = sum of child items
Example
parent = 5
- child item 1 =2
- child item 2 =3
in stock location this principle is now violated
parent = 6
- item 1 =2
- item 2 =3
because the parent location can be of any type and stock moves can be
posted at the level of parent.
nobody will understand this.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/943899/+subscriptions
References