Hello,

I have been trying to make a new "Production Picklist" report for use in 
the production model.

I have created a .odt document based upon the standard Picking_List (that 
is used Shipment module)
This works fine for basic header information - Production, Reference, Code, 
BOM name etc. - OK with both single and multiple Production records.

But I am having ongoing problems with selecting the Input and Output data. 
For testing, I have stripped this down to a very basic statement:
<for each="input in inputs[production.id]">Test</for>

The equivalent in Customer Shipments is <for each="move in 
moves[shipment.id]">test</for> and have checked that this works OK with an 
edited copy of picking_list.odt

But I get 500 Internal Server Error every time.

Could someone please tell me which field names I should use?
Is it "input in inputs"? or "production_inputs"? or "input.input on 
inputs.production"? Or??

Also, is it right to use [production.id]? I know this exists because I can 
print it on my report.

I am trying to learn by example, but in this case I cannot understand the 
syntax properly.

Or is there some other problem that is causing this to not work?

It would be great to get this working, it looks very easy to do but this 
bit is is driving me mad!

Thanks & regards,
Paul



Reply via email to