twenger26,

Well, to be honnest your view XML is far from something that would work. You 
better re-read the dev book carefully here or get your hand dirty on existing 
views in addons modules first. But I don't know if that explains your error.

Also, be careful, for each XML record, OpenERP will see if it has a unique id. 
If yes, it will only override the previous values if any (id relation stored in 
ir_model_data table). If no id is provided each time it will create a new 
record. And since your current view is screwed, your system is already screwed.
Still, your 'record' tags are missing several attributes, like model too, so 
that won't work this way.

Before trying anything you might give ids and start again on a fresh base. Good 
to try, you should be making it soon. Hope this helps,

Raphaël Valyi.

------------------------
http://www.smile.fr




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=32221#32221

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to