Browse Source
[FIX] encode to utf8 user/password
[FIX] encode to utf8 user/password
[FIX] prevent not installed class been evaluated [FIX] python header in akretion modules [FIX] check if class is in installed module, READMEpull/516/head
David Beal
9 years ago
committed by
Florian da Costa
15 changed files with 95 additions and 301 deletions
-
22external_file_location/__init__.py
-
24external_file_location/__openerp__.py
-
5external_file_location/abstract_task.py
-
30external_file_location/attachment.py
-
60external_file_location/helper.py
-
24external_file_location/location.py
-
45external_file_location/task.py
-
22external_file_location/tasks/__init__.py
-
22external_file_location/tasks/abstract_fs.py
-
22external_file_location/tasks/filestore.py
-
28external_file_location/tasks/ftp.py
-
22external_file_location/tasks/sftp.py
-
22external_file_location/tests/__init__.py
-
24external_file_location/tests/mock_server.py
-
24external_file_location/tests/test_sftp.py
@ -1,25 +1,3 @@ |
|||||
# -*- coding: utf-8 -*- |
|
||||
############################################################################### |
|
||||
# |
|
||||
# Module for OpenERP |
|
||||
# Copyright (C) 2015 Akretion (http://www.akretion.com). |
|
||||
# @author Valentin CHEMIERE <valentin.chemiere@akretion.com> |
|
||||
# |
|
||||
# This program is free software: you can redistribute it and/or modify |
|
||||
# it under the terms of the GNU Affero General Public License as |
|
||||
# published by the Free Software Foundation, either version 3 of the |
|
||||
# License, or (at your option) any later version. |
|
||||
# |
|
||||
# This program is distributed in the hope that it will be useful, |
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
||||
# GNU Affero General Public License for more details. |
|
||||
# |
|
||||
# You should have received a copy of the GNU Affero General Public License |
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
||||
# |
|
||||
############################################################################### |
|
||||
|
|
||||
from . import abstract_fs |
from . import abstract_fs |
||||
from . import ftp |
from . import ftp |
||||
from . import sftp |
from . import sftp |
||||
|
@ -1,24 +1,2 @@ |
|||||
# -*- coding: utf-8 -*- |
|
||||
############################################################################### |
|
||||
# |
|
||||
# Module for OpenERP |
|
||||
# Copyright (C) 2015 Akretion (http://www.akretion.com). |
|
||||
# @author Valentin CHEMIERE <valentin.chemiere@akretion.com> |
|
||||
# |
|
||||
# This program is free software: you can redistribute it and/or modify |
|
||||
# it under the terms of the GNU Affero General Public License as |
|
||||
# published by the Free Software Foundation, either version 3 of the |
|
||||
# License, or (at your option) any later version. |
|
||||
# |
|
||||
# This program is distributed in the hope that it will be useful, |
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
||||
# GNU Affero General Public License for more details. |
|
||||
# |
|
||||
# You should have received a copy of the GNU Affero General Public License |
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
||||
# |
|
||||
############################################################################### |
|
||||
|
|
||||
from . import mock_server |
from . import mock_server |
||||
from . import test_sftp |
from . import test_sftp |
Write
Preview
Loading…
Cancel
Save
Reference in new issue