I have seen a few threads similar to this but thought it best to start a new
one. I am trying to do a very simple change but it's not taking.
I simply want to add a new column to the product tree view. I have already made
the model changes needed to support my "qty_allocated" field, and just need to
add my field to the view. What I think should be the proper xml is
<record>
<field>product.product.tree.inherit</field>
<field>product.product</field>
<field>
<field>tree</field>
<field>
<tree>
<field>
<field>
</field>
</tree>
</field>
</record>
But this just adds it at the end, as if I had done
[code]
<record>
<field>product.product.tree.inherit</field>
<field>product.product</field>
<field>
<field>tree</field>
<field>
<tree>
<field>
</tree>
</field>
</record>
[code]
I have confirmed my view changes are working in general (and am stopping both
the server and client to defeat caching between changes).
Can you see anything wrong with what I am doing?
thanks,
charles[/code][/quote]
-------------------- m2f --------------------
--
http://www.openerp.com/forum/viewtopic.php?p=25375#25375
-------------------- m2f --------------------
_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users