Re: [Tinyerp-users] module devel

2009-02-26 Thread forum-user
Try to put the views first in the file then the actions as they might depend on the views. m2f -- http://www.openobject.com/forum/viewtopic.php?p=32318#32318 m2f

Re: [Tinyerp-users] module devel

2009-02-26 Thread forum-user
I ended up making my own custom tree view and that worked. But I think you are right about the dependency problem because it wasn't loading the view. Thanks. m2f -- http://www.openobject.com/forum/viewtopic.php?p=32345#32345

Re: [Tinyerp-users] module devel

2009-02-25 Thread forum-user
I'm sorry, I just noticed that the message I posted previously was removing the tags from my code because of html. Here it is again after I disable html. ?xml version=1.0 encoding=utf-8? openerp nbsp; nbsp;data nbsp; nbsp; nbsp; nbsp;record model=ir.actions.act_window

[Tinyerp-users] module devel

2009-02-24 Thread forum-user
I am trying to add a simple custom module that I made. Everything seems to work fine installing including the form view and model. For some reason the tree search view won't load. It keeps throwing this error: Traceback #40;most recent call last#41;#58; nbsp; File

Re: [Tinyerp-users] module devel

2009-02-24 Thread forum-user
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