تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
3296 أدوات العرض

I have more than one warehouse on my openERP installation, and I'm developing a module to display the existence of a product in all warehouses on the product view.

I have the xml view and a class that inherits the product.product class in stock module, I have a function field that uses the _product_available function to get the quantity for each warehouse (modifying the context so I can get it for all warehouses).

If I set the function that returns those values as char, it will display the information correctly, but in one line (If I use it just diplays that text and nothing happends if I use \n), so I though to return a dictionary, but there is not that field type and if I let the char function and return the dictionary it displays [object Object],

How would you display that dictionary in order to have one warehouse per line?

Thanks!

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
5
أغسطس 24
46797
2
أبريل 24
2616
3
يونيو 23
5961
2
يونيو 23
4823
3
مارس 23
10402