document_sftp error: no root on document server with --no-database-list

Bug #602433 reported by Open Net Sàrl
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Won't Fix
Undecided
Unassigned

Bug Description

Hi

If the server is started with "--no-database-list" and if the module "document_sft" is activated, accessing the document server returns an error.
I think this is almost the same as in this thread: https://bugs.launchpad.net/openobject-server/+bug/532365, except that one of the proposed modification should stand in the following script:
    document_sftp/sftp_server/SFTPServerInterface.py, line 272, in function: db_list(self):
the line:
    result = s.list()
should be replaced with:
    result = s.list( document = True )

Our server is V5.0.11 with the latest patches

Revision history for this message
Vinay Rana (OpenERP) (vra-openerp) wrote :

Hello,

Our R&D Teams are focused on the latest OpenERP version, and this issue does not affect it.
We stand of course ready to backport the change to stable releases if it has an impact on any customer. In this case please report it to our maintenance team via the OpenERP Publisher's Warranty. They will quickly help solve the issue and backport the fix if needed.

Thanks.

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

Other bug subscribers

Remote bug watches

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