From 594dda70cbbecda8f7ff5ec031828711b568dfdd Mon Sep 17 00:00:00 2001 From: Leonardo Pistone Date: Wed, 10 Sep 2014 17:56:17 +0200 Subject: [PATCH] enable stock_location_ownership again --- .../__init__.py | 0 .../__openerp__.py | 2 +- .../model/__init__.py | 0 .../model/stock.py | 0 .../view/stock_view.xml | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename {__unported__/stock_location_ownership => stock_location_ownership}/__init__.py (100%) rename {__unported__/stock_location_ownership => stock_location_ownership}/__openerp__.py (98%) rename {__unported__/stock_location_ownership => stock_location_ownership}/model/__init__.py (100%) rename {__unported__/stock_location_ownership => stock_location_ownership}/model/stock.py (100%) rename {__unported__/stock_location_ownership => stock_location_ownership}/view/stock_view.xml (100%) 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