diff --git a/__unported__/base_contact/__init__.py b/base_contact/__init__.py similarity index 100% rename from __unported__/base_contact/__init__.py rename to base_contact/__init__.py diff --git a/__unported__/base_contact/__openerp__.py b/base_contact/__openerp__.py similarity index 98% rename from __unported__/base_contact/__openerp__.py rename to base_contact/__openerp__.py index fb99b46ed..5c2868935 100644 --- a/__unported__/base_contact/__openerp__.py +++ b/base_contact/__openerp__.py @@ -46,7 +46,7 @@ It lets you define groups of contacts sharing some common information, like: 'base_contact_demo.xml', ], 'test': [], - 'installable': False, + 'installable': True, 'auto_install': False, 'images': [], } diff --git a/__unported__/base_contact/base_contact.py b/base_contact/base_contact.py similarity index 100% rename from __unported__/base_contact/base_contact.py rename to base_contact/base_contact.py diff --git a/__unported__/base_contact/base_contact_demo.xml b/base_contact/base_contact_demo.xml similarity index 100% rename from __unported__/base_contact/base_contact_demo.xml rename to base_contact/base_contact_demo.xml diff --git a/__unported__/base_contact/base_contact_view.xml b/base_contact/base_contact_view.xml similarity index 100% rename from __unported__/base_contact/base_contact_view.xml rename to base_contact/base_contact_view.xml diff --git a/__unported__/base_contact/tests/__init__.py b/base_contact/tests/__init__.py similarity index 100% rename from __unported__/base_contact/tests/__init__.py rename to base_contact/tests/__init__.py diff --git a/__unported__/base_contact/tests/test_base_contact.py b/base_contact/tests/test_base_contact.py similarity index 100% rename from __unported__/base_contact/tests/test_base_contact.py rename to base_contact/tests/test_base_contact.py