diff --git a/__init__.py b/bemade_multiple_billing_contacts/__init__.py similarity index 100% rename from __init__.py rename to bemade_multiple_billing_contacts/__init__.py diff --git a/__manifest__.py b/bemade_multiple_billing_contacts/__manifest__.py similarity index 100% rename from __manifest__.py rename to bemade_multiple_billing_contacts/__manifest__.py diff --git a/models/__init__.py b/bemade_multiple_billing_contacts/models/__init__.py similarity index 100% rename from models/__init__.py rename to bemade_multiple_billing_contacts/models/__init__.py diff --git a/models/account_move.py b/bemade_multiple_billing_contacts/models/account_move.py similarity index 100% rename from models/account_move.py rename to bemade_multiple_billing_contacts/models/account_move.py diff --git a/models/res_partner.py b/bemade_multiple_billing_contacts/models/res_partner.py similarity index 100% rename from models/res_partner.py rename to bemade_multiple_billing_contacts/models/res_partner.py diff --git a/models/sale_order.py b/bemade_multiple_billing_contacts/models/sale_order.py similarity index 100% rename from models/sale_order.py rename to bemade_multiple_billing_contacts/models/sale_order.py diff --git a/tests/__init__.py b/bemade_multiple_billing_contacts/tests/__init__.py similarity index 100% rename from tests/__init__.py rename to bemade_multiple_billing_contacts/tests/__init__.py diff --git a/tests/test_billing_contacts.py b/bemade_multiple_billing_contacts/tests/test_billing_contacts.py similarity index 100% rename from tests/test_billing_contacts.py rename to bemade_multiple_billing_contacts/tests/test_billing_contacts.py diff --git a/views/res_partner_views.xml b/bemade_multiple_billing_contacts/views/res_partner_views.xml similarity index 100% rename from views/res_partner_views.xml rename to bemade_multiple_billing_contacts/views/res_partner_views.xml