The 'active' and 'installable' properties are set to true. When I hit 'Update Modules List' I get a HTTP error. I think the system is trying to download modules from the web. Since the module is local I don't see any need of connecting, but it appears this causes an error. Can it update a local module without connecting to internet?
Thanks. Mugoma -- original message -- Subject: [Tinyerp-users] Re: Module init not working From: [EMAIL PROTECTED] Date: 28/07/2008 3:54 pm Did you check that in your new module's __terp__.py file "installable": True if "installable": False then you willl not get module in module list. and after adding new module in addons directory you need to run update module list wizard first then you will get new module in modules list. no need to update or init the server. _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
