diff --git a/__unported__/stock_location_ownership/__init__.py b/stock_location_ownership/__init__.py similarity index 100% rename from __unported__/stock_location_ownership/__init__.py rename to stock_location_ownership/__init__.py diff --git a/__unported__/stock_location_ownership/__openerp__.py b/stock_location_ownership/__openerp__.py similarity index 98% rename from __unported__/stock_location_ownership/__openerp__.py rename to stock_location_ownership/__openerp__.py index e7cb46f4f..bcd2582c0 100644 --- a/__unported__/stock_location_ownership/__openerp__.py +++ b/stock_location_ownership/__openerp__.py @@ -40,5 +40,5 @@ Adds an ownership on the stock locations ], 'test': [], 'auto_install': False, - 'installable': False, + 'installable': True, } diff --git a/__unported__/stock_location_ownership/model/__init__.py b/stock_location_ownership/model/__init__.py similarity index 100% rename from __unported__/stock_location_ownership/model/__init__.py rename to stock_location_ownership/model/__init__.py diff --git a/__unported__/stock_location_ownership/model/stock.py b/stock_location_ownership/model/stock.py similarity index 100% rename from __unported__/stock_location_ownership/model/stock.py rename to stock_location_ownership/model/stock.py diff --git a/__unported__/stock_location_ownership/view/stock_view.xml b/stock_location_ownership/view/stock_view.xml similarity index 100% rename from __unported__/stock_location_ownership/view/stock_view.xml rename to stock_location_ownership/view/stock_view.xml