← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 627437] Re: [trunk] stock_move is enterable in WEB, but mandatory company_id is not defined

 

** Project changed: openobject-addons => openobject-client-web

** Changed in: openobject-client-web
   Importance: Undecided => Medium

** Changed in: openobject-client-web
       Status: New => Confirmed

** Changed in: openobject-client-web
     Assignee: (unassigned) => OpenERP SA's Web Client R&D (openerp-dev-web)

-- 
[trunk] stock_move is enterable in WEB, but mandatory company_id is not defined
https://bugs.launchpad.net/bugs/627437
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Web Client: Confirmed

Bug description:
I am surprised to be able to click NEW in WEB client

Warehouse / Tracability / Stock Moves

but as the mandatory company_id field (stock/stock.py) is missing no data can be saved

Error Message 
"Please enter a value" 

IMHO stock_moves should always be attached to a stock_picking, to get the "type"
'type': fields.selection([('out', 'Sending Goods'), ('in', 'Getting Goods'), ('internal', 'Internal'), ('delivery', 'Delivery')], 'Shipping Type', required=True,

also I admit that a stock_move "alone" could well exist in theory. 

I just fear we will not find it using a voucher number.