in stock.py (trunk)

./stock.py:2753:        'lot_input_id': fields.many2one('stock.location', 
'Location Input', required=True, domain=[('usage','<>','view')]),
./stock.py:2754:        'lot_stock_id': fields.many2one('stock.location', 
'Location Stock', required=True, domain=[('usage','=','internal')]),
./stock.py:2755:        'lot_output_id': fields.many2one('stock.location', 
'Location Output', required=True, domain=[('usage','<>','view')]),

this seems not to be fixed completely

IMHO lot_input_id and lot_output_id must be internal too
or do I miss something ?

Exmple 
purchase.py
uses lot_input_id as destination...

-- 
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/882481

Title:
  Warehouse stock locations should be internal location

Status in OpenERP Addons (modules):
  Fix Released

Bug description:
  For the moment the stock location in a warehouse can by any type except 
"view".
  I suggest it would make sense to allow only "internal" locations.
  Lionel Sausin.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/882481/+subscriptions

-- 
Mailing list: https://launchpad.net/~credativ
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~credativ
More help   : https://help.launchpad.net/ListHelp

Reply via email to