Hi boys
I am working in stock evaluated module for extend stock module but I
have a problem, I see in tree view product.product from Location good
all fields values even the new field "product_value" where:
product_value = quantity * (cost price or price
list)
But when I activated view report (odt) the values quantity ans
product_value, I just get 0.0
I tried to create context (context['locations']='warehouse') in Report
class and worked it because I only had one location 'warehouse' so
after I create other location type warehouse but now that I have 2
location type warehouse, the engine report sum the quantitys and
values from 2 locations, and Location report is not real.
How can I get a context for a specific location in view tree in
product.product from class report?
--
[email protected] mailing list