diff --git a/README.md b/README.md index 5724e60ec..f43f86672 100644 --- a/README.md +++ b/README.md @@ -56,14 +56,14 @@ Unported addons --------------- addon | version | summary --- | --- | --- -[auth_from_http_basic](__unported__/auth_from_http_basic/) | 1.0 (unported) | Authenticate via HTTP basic authentication -[auth_from_http_basic_logout](__unported__/auth_from_http_basic_logout/) | 1.0 (unported) | Authenticate via HTTP basic authentication (logout helper) -[configuration_helper](__unported__/configuration_helper/) | 0.8 (unported) | Configuration Helper -[email_template_template](__unported__/email_template_template/) | 1.0 (unported) | Templates for email templates -[ir_config_parameter_viewer](__unported__/ir_config_parameter_viewer/) | 0.1 (unported) | Ir.config_parameter view -[security_protector](__unported__/security_protector/) | 0.1 (unported) | Security protector -[server_env_base_external_referentials](__unported__/server_env_base_external_referentials/) | 1.0 (unported) | Server environment for base_external_referential +[auth_from_http_basic](auth_from_http_basic/) | 1.0 (unported) | Authenticate via HTTP basic authentication +[auth_from_http_basic_logout](auth_from_http_basic_logout/) | 1.0 (unported) | Authenticate via HTTP basic authentication (logout helper) +[configuration_helper](configuration_helper/) | 0.8 (unported) | Configuration Helper +[email_template_template](email_template_template/) | 1.0 (unported) | Templates for email templates [import_odbc](import_odbc/) | 1.3 (unported) | Import data from SQL and ODBC data sources. +[ir_config_parameter_viewer](ir_config_parameter_viewer/) | 0.1 (unported) | Ir.config_parameter view +[security_protector](security_protector/) | 0.1 (unported) | Security protector +[server_env_base_external_referentials](server_env_base_external_referentials/) | 1.0 (unported) | Server environment for base_external_referential [//]: # (end addons) diff --git a/__unported__/auth_from_http_basic/__init__.py b/auth_from_http_basic/__init__.py similarity index 100% rename from __unported__/auth_from_http_basic/__init__.py rename to auth_from_http_basic/__init__.py diff --git a/__unported__/auth_from_http_basic/__openerp__.py b/auth_from_http_basic/__openerp__.py similarity index 100% rename from __unported__/auth_from_http_basic/__openerp__.py rename to auth_from_http_basic/__openerp__.py diff --git a/__unported__/auth_from_http_basic_logout/__init__.py b/auth_from_http_basic_logout/__init__.py similarity index 100% rename from __unported__/auth_from_http_basic_logout/__init__.py rename to auth_from_http_basic_logout/__init__.py diff --git a/__unported__/auth_from_http_basic_logout/__openerp__.py b/auth_from_http_basic_logout/__openerp__.py similarity index 100% rename from __unported__/auth_from_http_basic_logout/__openerp__.py rename to auth_from_http_basic_logout/__openerp__.py diff --git a/__unported__/auth_from_http_basic_logout/i18n/auth_from_http_basic_logout.pot b/auth_from_http_basic_logout/i18n/auth_from_http_basic_logout.pot similarity index 100% rename from __unported__/auth_from_http_basic_logout/i18n/auth_from_http_basic_logout.pot rename to auth_from_http_basic_logout/i18n/auth_from_http_basic_logout.pot diff --git a/__unported__/auth_from_http_basic_logout/i18n/nl.po b/auth_from_http_basic_logout/i18n/nl.po similarity index 100% rename from __unported__/auth_from_http_basic_logout/i18n/nl.po rename to auth_from_http_basic_logout/i18n/nl.po diff --git a/__unported__/auth_from_http_basic_logout/static/src/img/icon.png b/auth_from_http_basic_logout/static/src/img/icon.png similarity index 100% rename from __unported__/auth_from_http_basic_logout/static/src/img/icon.png rename to auth_from_http_basic_logout/static/src/img/icon.png diff --git a/__unported__/auth_from_http_basic_logout/static/src/js/auth_from_http_basic_logout.js b/auth_from_http_basic_logout/static/src/js/auth_from_http_basic_logout.js similarity index 100% rename from __unported__/auth_from_http_basic_logout/static/src/js/auth_from_http_basic_logout.js rename to auth_from_http_basic_logout/static/src/js/auth_from_http_basic_logout.js diff --git a/__unported__/configuration_helper/__init__.py b/configuration_helper/__init__.py similarity index 100% rename from __unported__/configuration_helper/__init__.py rename to configuration_helper/__init__.py diff --git a/__unported__/configuration_helper/__openerp__.py b/configuration_helper/__openerp__.py similarity index 100% rename from __unported__/configuration_helper/__openerp__.py rename to configuration_helper/__openerp__.py diff --git a/__unported__/configuration_helper/config.py b/configuration_helper/config.py similarity index 100% rename from __unported__/configuration_helper/config.py rename to configuration_helper/config.py diff --git a/__unported__/email_template_template/__init__.py b/email_template_template/__init__.py similarity index 100% rename from __unported__/email_template_template/__init__.py rename to email_template_template/__init__.py diff --git a/__unported__/email_template_template/__openerp__.py b/email_template_template/__openerp__.py similarity index 100% rename from __unported__/email_template_template/__openerp__.py rename to email_template_template/__openerp__.py diff --git a/__unported__/email_template_template/i18n/email_template_template.pot b/email_template_template/i18n/email_template_template.pot similarity index 100% rename from __unported__/email_template_template/i18n/email_template_template.pot rename to email_template_template/i18n/email_template_template.pot diff --git a/__unported__/email_template_template/model/__init__.py b/email_template_template/model/__init__.py similarity index 100% rename from __unported__/email_template_template/model/__init__.py rename to email_template_template/model/__init__.py diff --git a/__unported__/email_template_template/model/email_template.py b/email_template_template/model/email_template.py similarity index 100% rename from __unported__/email_template_template/model/email_template.py rename to email_template_template/model/email_template.py diff --git a/__unported__/email_template_template/view/email_template.xml b/email_template_template/view/email_template.xml similarity index 100% rename from __unported__/email_template_template/view/email_template.xml rename to email_template_template/view/email_template.xml diff --git a/__unported__/ir_config_parameter_viewer/__init__.py b/ir_config_parameter_viewer/__init__.py similarity index 100% rename from __unported__/ir_config_parameter_viewer/__init__.py rename to ir_config_parameter_viewer/__init__.py diff --git a/__unported__/ir_config_parameter_viewer/__openerp__.py b/ir_config_parameter_viewer/__openerp__.py similarity index 100% rename from __unported__/ir_config_parameter_viewer/__openerp__.py rename to ir_config_parameter_viewer/__openerp__.py diff --git a/__unported__/ir_config_parameter_viewer/i18n/ir_config_parameter_viewer.pot b/ir_config_parameter_viewer/i18n/ir_config_parameter_viewer.pot similarity index 100% rename from __unported__/ir_config_parameter_viewer/i18n/ir_config_parameter_viewer.pot rename to ir_config_parameter_viewer/i18n/ir_config_parameter_viewer.pot diff --git a/__unported__/ir_config_parameter_viewer/ir_config_parameter_view.xml b/ir_config_parameter_viewer/ir_config_parameter_view.xml similarity index 100% rename from __unported__/ir_config_parameter_viewer/ir_config_parameter_view.xml rename to ir_config_parameter_viewer/ir_config_parameter_view.xml diff --git a/__unported__/security_protector/__init__.py b/security_protector/__init__.py similarity index 100% rename from __unported__/security_protector/__init__.py rename to security_protector/__init__.py diff --git a/__unported__/security_protector/__openerp__.py b/security_protector/__openerp__.py similarity index 100% rename from __unported__/security_protector/__openerp__.py rename to security_protector/__openerp__.py diff --git a/__unported__/security_protector/data.xml b/security_protector/data.xml similarity index 100% rename from __unported__/security_protector/data.xml rename to security_protector/data.xml diff --git a/__unported__/security_protector/i18n/security_protector.pot b/security_protector/i18n/security_protector.pot similarity index 100% rename from __unported__/security_protector/i18n/security_protector.pot rename to security_protector/i18n/security_protector.pot diff --git a/__unported__/security_protector/security_protector.py b/security_protector/security_protector.py similarity index 100% rename from __unported__/security_protector/security_protector.py rename to security_protector/security_protector.py diff --git a/__unported__/security_protector/security_view.xml b/security_protector/security_view.xml similarity index 100% rename from __unported__/security_protector/security_view.xml rename to security_protector/security_view.xml diff --git a/__unported__/server_env_base_external_referentials/__init__.py b/server_env_base_external_referentials/__init__.py similarity index 100% rename from __unported__/server_env_base_external_referentials/__init__.py rename to server_env_base_external_referentials/__init__.py diff --git a/__unported__/server_env_base_external_referentials/__openerp__.py b/server_env_base_external_referentials/__openerp__.py similarity index 100% rename from __unported__/server_env_base_external_referentials/__openerp__.py rename to server_env_base_external_referentials/__openerp__.py diff --git a/__unported__/server_env_base_external_referentials/base_external_referentials.py b/server_env_base_external_referentials/base_external_referentials.py similarity index 100% rename from __unported__/server_env_base_external_referentials/base_external_referentials.py rename to server_env_base_external_referentials/base_external_referentials.py diff --git a/__unported__/server_env_base_external_referentials/i18n/server_env_base_external_referentials.pot b/server_env_base_external_referentials/i18n/server_env_base_external_referentials.pot similarity index 100% rename from __unported__/server_env_base_external_referentials/i18n/server_env_base_external_referentials.pot rename to server_env_base_external_referentials/i18n/server_env_base_external_referentials.pot