"update modules list" doesn't work on debian

Bug #562772 reported by Maxime LUCE

This bug report was converted into a question: question #107338: "update modules list" doesn't work on debian.

6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Invalid
Undecided
Unassigned

Bug Description

Hi,

I start use OpenERP since few times.

I'm familiar with Python's development so I tried to create a simple module to test the engine.

I configure my Eclipse with PyDev and OpenERP templates then i start and create a little module with 4 files :

__init__.py
__terp__.py
carparc.py
carparc_view.xml

I followed OpenERP docs to fill these files. Then when I tried to test my module, i copy my folder in my Debian server and I click "Update Module List" on my client. The window of the update appears and tell me there is no new modules.

I tried to understand, i thought it was an encoding problem because of the transfer from Windows to Linux but no solutions were eficients.

Revision history for this message
Maxime LUCE (maxime-luce) wrote :
Revision history for this message
Nhomar - Vauxoo (nhomar) wrote :

Hello.

It happens to me a lot of times when i begun to program my own modules.

Your module looks fine.

When you run your server some data is shown, and you need to be so clear with this information......

Somthing like that!!!!

[2010-04-14 01:13:05,628] INFO:server:version - 5.0.7
[2010-04-14 01:13:05,629] INFO:server:addons_path - /path_to_serv/openerp/stable/5.0/server/bin/addons
[2010-04-14 01:13:05,630] INFO:server:database hostname - localhost
[2010-04-14 01:13:05,630] INFO:server:database port - 5432
[2010-04-14 01:13:05,630] INFO:server:database user - nhomar_db
[2010-04-14 01:13:05,631] INFO:objects:initialising distributed objects services
[2010-04-14 01:13:05,907] INFO:web-services:starting XML-RPC services, port 60073
[2010-04-14 01:13:05,908] INFO:web-services:starting NET-RPC service, port 60074
[2010-04-14 01:13:05,908] INFO:web-services:the server is running, waiting for connections...

This behaviour that you describe is shown when you put your module on a folder diferent than:

addons_path - /path_to_serv/openerp/stable/5.0/server/bin/addons

When you say:

"i copy my folder in my Debian server"

You didn't specify _where_ this information is so important.

try again....

Revision history for this message
Nhomar - Vauxoo (nhomar) wrote :

I convert this in a question because is a very commun error of the beginer with openerp, and is not clear documented on doc.openerp.com..... thanks!

Changed in openobject-addons:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.