From 82552bb0148cd7b40dca52d5592c445004090b2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Tue, 13 Oct 2015 16:59:05 +0200 Subject: [PATCH] [MOV] move addons out of __unported__ (they remain not installable) --- README.md | 24 +++++++++--------- .../__init__.py | 0 .../__openerp__.py | 0 .../wizard/__init__.py | 0 .../wizard/base_product_merge.py | 0 .../wizard/base_product_merge_view.xml | 0 .../__init__.py | 0 .../__openerp__.py | 0 .../product.py | 0 .../product_view.xml | 0 .../security/ir.model.access.csv | 0 .../stock_level_configuration.py | 0 .../stock_level_configuration_view.xml | 0 .../README.rst | 0 .../__init__.py | 0 .../__openerp__.py | 0 .../i18n/fr.po | 0 .../i18n/stock_available_mrp.pot | 0 .../product.py | 0 .../product_view.xml | 0 .../test/potential_qty.yml | 0 .../README.rst | 0 .../__init__.py | 0 .../__openerp__.py | 0 .../i18n/fr.po | 0 .../i18n/stock_available_sale.pot | 0 .../product.py | 0 .../product_view.xml | 0 .../test/quoted_qty.yml | 0 .../__init__.py | 0 .../__openerp__.py | 0 .../i18n/fr.po | 0 .../images/Inventory existing lines.png | Bin .../security/ir.model.access.csv | 0 .../stock.py | 0 .../stock_view.xml | 0 .../__init__.py | 0 .../__openerp__.py | 0 .../i18n/fr.po | 0 .../images/Inventory extended.png | Bin .../stock.py | 0 .../stock_view.xml | 0 .../wizard/__init__.py | 0 .../wizard/stock_fill_inventory.py | 0 .../wizard/stock_fill_inventory_view.xml | 0 .../__init__.py | 0 .../__openerp__.py | 0 .../stock.py | 0 .../AUTHORS.txt | 0 .../__init__.py | 0 .../__openerp__.py | 0 .../i18n/stock_lot_valuation.pot | 0 .../product.py | 0 .../product_view.xml | 0 .../stock.py | 0 .../stock_view.xml | 0 .../test/stock.yml | 0 .../wizard/__init__.py | 0 .../wizard/stock_change_standard_price.py | 0 .../stock_change_standard_price_view.xml | 0 .../__init__.py | 0 .../__openerp__.py | 0 .../i18n/fr.po | 0 .../stock.py | 0 .../stock_move_sequence.xml | 0 .../stock_view.xml | 0 .../wizard/__init__.py | 0 .../wizard/move_location.py | 0 .../wizard/move_location_view.xml | 0 .../AUTHORS.txt | 0 .../__init__.py | 0 .../__openerp__.py | 0 .../i18n/stock_optional_valuation.pot | 0 .../stock.py | 0 .../stock_view.xml | 0 .../test/stock.yml | 0 .../__init__.py | 0 .../__openerp__.py | 0 .../base_product_config_template.py | 0 .../orderpoint_template.py | 0 .../security/ir.model.access.csv | 0 .../wizard/__init__.py | 0 .../wizard/orderpoint_creator.py | 0 .../wizard/orderpoint_creator_view.xml | 0 .../__init__.py | 0 .../__openerp__.py | 0 .../cron_data.xml | 0 .../security/ir.model.access.csv | 0 .../stock_reord_rule.py | 0 .../stock_reord_rule_view.xml | 0 90 files changed, 12 insertions(+), 12 deletions(-) rename {__unported__/base_product_merge => base_product_merge}/__init__.py (100%) rename {__unported__/base_product_merge => base_product_merge}/__openerp__.py (100%) rename {__unported__/base_product_merge => base_product_merge}/wizard/__init__.py (100%) rename {__unported__/base_product_merge => base_product_merge}/wizard/base_product_merge.py (100%) rename {__unported__/base_product_merge => base_product_merge}/wizard/base_product_merge_view.xml (100%) rename {__unported__/configurable_stock_level => configurable_stock_level}/__init__.py (100%) rename {__unported__/configurable_stock_level => configurable_stock_level}/__openerp__.py (100%) rename {__unported__/configurable_stock_level => configurable_stock_level}/product.py (100%) rename {__unported__/configurable_stock_level => configurable_stock_level}/product_view.xml (100%) rename {__unported__/configurable_stock_level => configurable_stock_level}/security/ir.model.access.csv (100%) rename {__unported__/configurable_stock_level => configurable_stock_level}/stock_level_configuration.py (100%) rename {__unported__/configurable_stock_level => configurable_stock_level}/stock_level_configuration_view.xml (100%) rename {__unported__/stock_available_mrp => stock_available_mrp}/README.rst (100%) rename {__unported__/stock_available_mrp => stock_available_mrp}/__init__.py (100%) rename {__unported__/stock_available_mrp => stock_available_mrp}/__openerp__.py (100%) rename {__unported__/stock_available_mrp => stock_available_mrp}/i18n/fr.po (100%) rename {__unported__/stock_available_mrp => stock_available_mrp}/i18n/stock_available_mrp.pot (100%) rename {__unported__/stock_available_mrp => stock_available_mrp}/product.py (100%) rename {__unported__/stock_available_mrp => stock_available_mrp}/product_view.xml (100%) rename {__unported__/stock_available_mrp => stock_available_mrp}/test/potential_qty.yml (100%) rename {__unported__/stock_available_sale => stock_available_sale}/README.rst (100%) rename {__unported__/stock_available_sale => stock_available_sale}/__init__.py (100%) rename {__unported__/stock_available_sale => stock_available_sale}/__openerp__.py (100%) rename {__unported__/stock_available_sale => stock_available_sale}/i18n/fr.po (100%) rename {__unported__/stock_available_sale => stock_available_sale}/i18n/stock_available_sale.pot (100%) rename {__unported__/stock_available_sale => stock_available_sale}/product.py (100%) rename {__unported__/stock_available_sale => stock_available_sale}/product_view.xml (100%) rename {__unported__/stock_available_sale => stock_available_sale}/test/quoted_qty.yml (100%) rename {__unported__/stock_inventory_existing_lines => stock_inventory_existing_lines}/__init__.py (100%) rename {__unported__/stock_inventory_existing_lines => stock_inventory_existing_lines}/__openerp__.py (100%) rename {__unported__/stock_inventory_existing_lines => stock_inventory_existing_lines}/i18n/fr.po (100%) rename {__unported__/stock_inventory_existing_lines => stock_inventory_existing_lines}/images/Inventory existing lines.png (100%) rename {__unported__/stock_inventory_existing_lines => stock_inventory_existing_lines}/security/ir.model.access.csv (100%) rename {__unported__/stock_inventory_existing_lines => stock_inventory_existing_lines}/stock.py (100%) rename {__unported__/stock_inventory_existing_lines => stock_inventory_existing_lines}/stock_view.xml (100%) rename {__unported__/stock_inventory_extended => stock_inventory_extended}/__init__.py (100%) rename {__unported__/stock_inventory_extended => stock_inventory_extended}/__openerp__.py (100%) rename {__unported__/stock_inventory_extended => stock_inventory_extended}/i18n/fr.po (100%) rename {__unported__/stock_inventory_extended => stock_inventory_extended}/images/Inventory extended.png (100%) rename {__unported__/stock_inventory_extended => stock_inventory_extended}/stock.py (100%) rename {__unported__/stock_inventory_extended => stock_inventory_extended}/stock_view.xml (100%) rename {__unported__/stock_inventory_extended => stock_inventory_extended}/wizard/__init__.py (100%) rename {__unported__/stock_inventory_extended => stock_inventory_extended}/wizard/stock_fill_inventory.py (100%) rename {__unported__/stock_inventory_extended => stock_inventory_extended}/wizard/stock_fill_inventory_view.xml (100%) rename {__unported__/stock_inventory_with_location => stock_inventory_with_location}/__init__.py (100%) rename {__unported__/stock_inventory_with_location => stock_inventory_with_location}/__openerp__.py (100%) rename {__unported__/stock_inventory_with_location => stock_inventory_with_location}/stock.py (100%) rename {__unported__/stock_lot_valuation => stock_lot_valuation}/AUTHORS.txt (100%) rename {__unported__/stock_lot_valuation => stock_lot_valuation}/__init__.py (100%) rename {__unported__/stock_lot_valuation => stock_lot_valuation}/__openerp__.py (100%) rename {__unported__/stock_lot_valuation => stock_lot_valuation}/i18n/stock_lot_valuation.pot (100%) rename {__unported__/stock_lot_valuation => stock_lot_valuation}/product.py (100%) rename {__unported__/stock_lot_valuation => stock_lot_valuation}/product_view.xml (100%) rename {__unported__/stock_lot_valuation => stock_lot_valuation}/stock.py (100%) rename {__unported__/stock_lot_valuation => stock_lot_valuation}/stock_view.xml (100%) rename {__unported__/stock_lot_valuation => stock_lot_valuation}/test/stock.yml (100%) rename {__unported__/stock_lot_valuation => stock_lot_valuation}/wizard/__init__.py (100%) rename {__unported__/stock_lot_valuation => stock_lot_valuation}/wizard/stock_change_standard_price.py (100%) rename {__unported__/stock_lot_valuation => stock_lot_valuation}/wizard/stock_change_standard_price_view.xml (100%) rename {__unported__/stock_move_location => stock_move_location}/__init__.py (100%) rename {__unported__/stock_move_location => stock_move_location}/__openerp__.py (100%) rename {__unported__/stock_move_location => stock_move_location}/i18n/fr.po (100%) rename {__unported__/stock_move_location => stock_move_location}/stock.py (100%) rename {__unported__/stock_move_location => stock_move_location}/stock_move_sequence.xml (100%) rename {__unported__/stock_move_location => stock_move_location}/stock_view.xml (100%) rename {__unported__/stock_move_location => stock_move_location}/wizard/__init__.py (100%) rename {__unported__/stock_move_location => stock_move_location}/wizard/move_location.py (100%) rename {__unported__/stock_move_location => stock_move_location}/wizard/move_location_view.xml (100%) rename {__unported__/stock_optional_valuation => stock_optional_valuation}/AUTHORS.txt (100%) rename {__unported__/stock_optional_valuation => stock_optional_valuation}/__init__.py (100%) rename {__unported__/stock_optional_valuation => stock_optional_valuation}/__openerp__.py (100%) rename {__unported__/stock_optional_valuation => stock_optional_valuation}/i18n/stock_optional_valuation.pot (100%) rename {__unported__/stock_optional_valuation => stock_optional_valuation}/stock.py (100%) rename {__unported__/stock_optional_valuation => stock_optional_valuation}/stock_view.xml (100%) rename {__unported__/stock_optional_valuation => stock_optional_valuation}/test/stock.yml (100%) rename {__unported__/stock_orderpoint_creator => stock_orderpoint_creator}/__init__.py (100%) rename {__unported__/stock_orderpoint_creator => stock_orderpoint_creator}/__openerp__.py (100%) rename {__unported__/stock_orderpoint_creator => stock_orderpoint_creator}/base_product_config_template.py (100%) rename {__unported__/stock_orderpoint_creator => stock_orderpoint_creator}/orderpoint_template.py (100%) rename {__unported__/stock_orderpoint_creator => stock_orderpoint_creator}/security/ir.model.access.csv (100%) rename {__unported__/stock_orderpoint_creator => stock_orderpoint_creator}/wizard/__init__.py (100%) rename {__unported__/stock_orderpoint_creator => stock_orderpoint_creator}/wizard/orderpoint_creator.py (100%) rename {__unported__/stock_orderpoint_creator => stock_orderpoint_creator}/wizard/orderpoint_creator_view.xml (100%) rename {__unported__/stock_reord_rule => stock_reord_rule}/__init__.py (100%) rename {__unported__/stock_reord_rule => stock_reord_rule}/__openerp__.py (100%) rename {__unported__/stock_reord_rule => stock_reord_rule}/cron_data.xml (100%) rename {__unported__/stock_reord_rule => stock_reord_rule}/security/ir.model.access.csv (100%) rename {__unported__/stock_reord_rule => stock_reord_rule}/stock_reord_rule.py (100%) rename {__unported__/stock_reord_rule => stock_reord_rule}/stock_reord_rule_view.xml (100%) diff --git a/README.md b/README.md index 24a58e4ca..b46ba67cd 100644 --- a/README.md +++ b/README.md @@ -36,17 +36,17 @@ Unported addons --------------- addon | version | summary --- | --- | --- -[base_product_merge](__unported__/base_product_merge/) | 1.0 (unported) | Base Products Merge -[configurable_stock_level](__unported__/configurable_stock_level/) | 0.1 (unported) | name -[stock_available_mrp](__unported__/stock_available_mrp/) | 2.0 (unported) | Consider the production potential is available to promise -[stock_available_sale](__unported__/stock_available_sale/) | 2.0 (unported) | Quotations in quantity available to promise -[stock_inventory_existing_lines](__unported__/stock_inventory_existing_lines/) | 1.0 (unported) | Inventory Extended -[stock_inventory_extended](__unported__/stock_inventory_extended/) | 1.0 (unported) | Move Inventory Extended -[stock_inventory_with_location](__unported__/stock_inventory_with_location/) | 1.0 (unported) | Move Inventory Extended -[stock_lot_valuation](__unported__/stock_lot_valuation/) | 0.1 (unported) | Lot Valuation -[stock_move_location](__unported__/stock_move_location/) | 1.0 (unported) | Move Stock Location -[stock_optional_valuation](__unported__/stock_optional_valuation/) | 0.1 (unported) | Stock optional valuation -[stock_orderpoint_creator](__unported__/stock_orderpoint_creator/) | 1.0 (unported) | Configuration of order point in mass -[stock_reord_rule](__unported__/stock_reord_rule/) | 0.2 (unported) | Improved reordering rules +[base_product_merge](base_product_merge/) | 1.0 (unported) | Base Products Merge +[configurable_stock_level](configurable_stock_level/) | 0.1 (unported) | name +[stock_available_mrp](stock_available_mrp/) | 2.0 (unported) | Consider the production potential is available to promise +[stock_available_sale](stock_available_sale/) | 2.0 (unported) | Quotations in quantity available to promise +[stock_inventory_existing_lines](stock_inventory_existing_lines/) | 1.0 (unported) | Inventory Extended +[stock_inventory_extended](stock_inventory_extended/) | 1.0 (unported) | Move Inventory Extended +[stock_inventory_with_location](stock_inventory_with_location/) | 1.0 (unported) | Move Inventory Extended +[stock_lot_valuation](stock_lot_valuation/) | 0.1 (unported) | Lot Valuation +[stock_move_location](stock_move_location/) | 1.0 (unported) | Move Stock Location +[stock_optional_valuation](stock_optional_valuation/) | 0.1 (unported) | Stock optional valuation +[stock_orderpoint_creator](stock_orderpoint_creator/) | 1.0 (unported) | Configuration of order point in mass +[stock_reord_rule](stock_reord_rule/) | 0.2 (unported) | Improved reordering rules [//]: # (end addons) diff --git a/__unported__/base_product_merge/__init__.py b/base_product_merge/__init__.py similarity index 100% rename from __unported__/base_product_merge/__init__.py rename to base_product_merge/__init__.py diff --git a/__unported__/base_product_merge/__openerp__.py b/base_product_merge/__openerp__.py similarity index 100% rename from __unported__/base_product_merge/__openerp__.py rename to base_product_merge/__openerp__.py diff --git a/__unported__/base_product_merge/wizard/__init__.py b/base_product_merge/wizard/__init__.py similarity index 100% rename from __unported__/base_product_merge/wizard/__init__.py rename to base_product_merge/wizard/__init__.py diff --git a/__unported__/base_product_merge/wizard/base_product_merge.py b/base_product_merge/wizard/base_product_merge.py similarity index 100% rename from __unported__/base_product_merge/wizard/base_product_merge.py rename to base_product_merge/wizard/base_product_merge.py diff --git a/__unported__/base_product_merge/wizard/base_product_merge_view.xml b/base_product_merge/wizard/base_product_merge_view.xml similarity index 100% rename from __unported__/base_product_merge/wizard/base_product_merge_view.xml rename to base_product_merge/wizard/base_product_merge_view.xml diff --git a/__unported__/configurable_stock_level/__init__.py b/configurable_stock_level/__init__.py similarity index 100% rename from __unported__/configurable_stock_level/__init__.py rename to configurable_stock_level/__init__.py diff --git a/__unported__/configurable_stock_level/__openerp__.py b/configurable_stock_level/__openerp__.py similarity index 100% rename from __unported__/configurable_stock_level/__openerp__.py rename to configurable_stock_level/__openerp__.py diff --git a/__unported__/configurable_stock_level/product.py b/configurable_stock_level/product.py similarity index 100% rename from __unported__/configurable_stock_level/product.py rename to configurable_stock_level/product.py diff --git a/__unported__/configurable_stock_level/product_view.xml b/configurable_stock_level/product_view.xml similarity index 100% rename from __unported__/configurable_stock_level/product_view.xml rename to configurable_stock_level/product_view.xml diff --git a/__unported__/configurable_stock_level/security/ir.model.access.csv b/configurable_stock_level/security/ir.model.access.csv similarity index 100% rename from __unported__/configurable_stock_level/security/ir.model.access.csv rename to configurable_stock_level/security/ir.model.access.csv diff --git a/__unported__/configurable_stock_level/stock_level_configuration.py b/configurable_stock_level/stock_level_configuration.py similarity index 100% rename from __unported__/configurable_stock_level/stock_level_configuration.py rename to configurable_stock_level/stock_level_configuration.py diff --git a/__unported__/configurable_stock_level/stock_level_configuration_view.xml b/configurable_stock_level/stock_level_configuration_view.xml similarity index 100% rename from __unported__/configurable_stock_level/stock_level_configuration_view.xml rename to configurable_stock_level/stock_level_configuration_view.xml diff --git a/__unported__/stock_available_mrp/README.rst b/stock_available_mrp/README.rst similarity index 100% rename from __unported__/stock_available_mrp/README.rst rename to stock_available_mrp/README.rst diff --git a/__unported__/stock_available_mrp/__init__.py b/stock_available_mrp/__init__.py similarity index 100% rename from __unported__/stock_available_mrp/__init__.py rename to stock_available_mrp/__init__.py diff --git a/__unported__/stock_available_mrp/__openerp__.py b/stock_available_mrp/__openerp__.py similarity index 100% rename from __unported__/stock_available_mrp/__openerp__.py rename to stock_available_mrp/__openerp__.py diff --git a/__unported__/stock_available_mrp/i18n/fr.po b/stock_available_mrp/i18n/fr.po similarity index 100% rename from __unported__/stock_available_mrp/i18n/fr.po rename to stock_available_mrp/i18n/fr.po diff --git a/__unported__/stock_available_mrp/i18n/stock_available_mrp.pot b/stock_available_mrp/i18n/stock_available_mrp.pot similarity index 100% rename from __unported__/stock_available_mrp/i18n/stock_available_mrp.pot rename to stock_available_mrp/i18n/stock_available_mrp.pot diff --git a/__unported__/stock_available_mrp/product.py b/stock_available_mrp/product.py similarity index 100% rename from __unported__/stock_available_mrp/product.py rename to stock_available_mrp/product.py diff --git a/__unported__/stock_available_mrp/product_view.xml b/stock_available_mrp/product_view.xml similarity index 100% rename from __unported__/stock_available_mrp/product_view.xml rename to stock_available_mrp/product_view.xml diff --git a/__unported__/stock_available_mrp/test/potential_qty.yml b/stock_available_mrp/test/potential_qty.yml similarity index 100% rename from __unported__/stock_available_mrp/test/potential_qty.yml rename to stock_available_mrp/test/potential_qty.yml diff --git a/__unported__/stock_available_sale/README.rst b/stock_available_sale/README.rst similarity index 100% rename from __unported__/stock_available_sale/README.rst rename to stock_available_sale/README.rst diff --git a/__unported__/stock_available_sale/__init__.py b/stock_available_sale/__init__.py similarity index 100% rename from __unported__/stock_available_sale/__init__.py rename to stock_available_sale/__init__.py diff --git a/__unported__/stock_available_sale/__openerp__.py b/stock_available_sale/__openerp__.py similarity index 100% rename from __unported__/stock_available_sale/__openerp__.py rename to stock_available_sale/__openerp__.py diff --git a/__unported__/stock_available_sale/i18n/fr.po b/stock_available_sale/i18n/fr.po similarity index 100% rename from __unported__/stock_available_sale/i18n/fr.po rename to stock_available_sale/i18n/fr.po diff --git a/__unported__/stock_available_sale/i18n/stock_available_sale.pot b/stock_available_sale/i18n/stock_available_sale.pot similarity index 100% rename from __unported__/stock_available_sale/i18n/stock_available_sale.pot rename to stock_available_sale/i18n/stock_available_sale.pot diff --git a/__unported__/stock_available_sale/product.py b/stock_available_sale/product.py similarity index 100% rename from __unported__/stock_available_sale/product.py rename to stock_available_sale/product.py diff --git a/__unported__/stock_available_sale/product_view.xml b/stock_available_sale/product_view.xml similarity index 100% rename from __unported__/stock_available_sale/product_view.xml rename to stock_available_sale/product_view.xml diff --git a/__unported__/stock_available_sale/test/quoted_qty.yml b/stock_available_sale/test/quoted_qty.yml similarity index 100% rename from __unported__/stock_available_sale/test/quoted_qty.yml rename to stock_available_sale/test/quoted_qty.yml diff --git a/__unported__/stock_inventory_existing_lines/__init__.py b/stock_inventory_existing_lines/__init__.py similarity index 100% rename from __unported__/stock_inventory_existing_lines/__init__.py rename to stock_inventory_existing_lines/__init__.py diff --git a/__unported__/stock_inventory_existing_lines/__openerp__.py b/stock_inventory_existing_lines/__openerp__.py similarity index 100% rename from __unported__/stock_inventory_existing_lines/__openerp__.py rename to stock_inventory_existing_lines/__openerp__.py diff --git a/__unported__/stock_inventory_existing_lines/i18n/fr.po b/stock_inventory_existing_lines/i18n/fr.po similarity index 100% rename from __unported__/stock_inventory_existing_lines/i18n/fr.po rename to stock_inventory_existing_lines/i18n/fr.po diff --git a/__unported__/stock_inventory_existing_lines/images/Inventory existing lines.png b/stock_inventory_existing_lines/images/Inventory existing lines.png similarity index 100% rename from __unported__/stock_inventory_existing_lines/images/Inventory existing lines.png rename to stock_inventory_existing_lines/images/Inventory existing lines.png diff --git a/__unported__/stock_inventory_existing_lines/security/ir.model.access.csv b/stock_inventory_existing_lines/security/ir.model.access.csv similarity index 100% rename from __unported__/stock_inventory_existing_lines/security/ir.model.access.csv rename to stock_inventory_existing_lines/security/ir.model.access.csv diff --git a/__unported__/stock_inventory_existing_lines/stock.py b/stock_inventory_existing_lines/stock.py similarity index 100% rename from __unported__/stock_inventory_existing_lines/stock.py rename to stock_inventory_existing_lines/stock.py diff --git a/__unported__/stock_inventory_existing_lines/stock_view.xml b/stock_inventory_existing_lines/stock_view.xml similarity index 100% rename from __unported__/stock_inventory_existing_lines/stock_view.xml rename to stock_inventory_existing_lines/stock_view.xml diff --git a/__unported__/stock_inventory_extended/__init__.py b/stock_inventory_extended/__init__.py similarity index 100% rename from __unported__/stock_inventory_extended/__init__.py rename to stock_inventory_extended/__init__.py diff --git a/__unported__/stock_inventory_extended/__openerp__.py b/stock_inventory_extended/__openerp__.py similarity index 100% rename from __unported__/stock_inventory_extended/__openerp__.py rename to stock_inventory_extended/__openerp__.py diff --git a/__unported__/stock_inventory_extended/i18n/fr.po b/stock_inventory_extended/i18n/fr.po similarity index 100% rename from __unported__/stock_inventory_extended/i18n/fr.po rename to stock_inventory_extended/i18n/fr.po diff --git a/__unported__/stock_inventory_extended/images/Inventory extended.png b/stock_inventory_extended/images/Inventory extended.png similarity index 100% rename from __unported__/stock_inventory_extended/images/Inventory extended.png rename to stock_inventory_extended/images/Inventory extended.png diff --git a/__unported__/stock_inventory_extended/stock.py b/stock_inventory_extended/stock.py similarity index 100% rename from __unported__/stock_inventory_extended/stock.py rename to stock_inventory_extended/stock.py diff --git a/__unported__/stock_inventory_extended/stock_view.xml b/stock_inventory_extended/stock_view.xml similarity index 100% rename from __unported__/stock_inventory_extended/stock_view.xml rename to stock_inventory_extended/stock_view.xml diff --git a/__unported__/stock_inventory_extended/wizard/__init__.py b/stock_inventory_extended/wizard/__init__.py similarity index 100% rename from __unported__/stock_inventory_extended/wizard/__init__.py rename to stock_inventory_extended/wizard/__init__.py diff --git a/__unported__/stock_inventory_extended/wizard/stock_fill_inventory.py b/stock_inventory_extended/wizard/stock_fill_inventory.py similarity index 100% rename from __unported__/stock_inventory_extended/wizard/stock_fill_inventory.py rename to stock_inventory_extended/wizard/stock_fill_inventory.py diff --git a/__unported__/stock_inventory_extended/wizard/stock_fill_inventory_view.xml b/stock_inventory_extended/wizard/stock_fill_inventory_view.xml similarity index 100% rename from __unported__/stock_inventory_extended/wizard/stock_fill_inventory_view.xml rename to stock_inventory_extended/wizard/stock_fill_inventory_view.xml diff --git a/__unported__/stock_inventory_with_location/__init__.py b/stock_inventory_with_location/__init__.py similarity index 100% rename from __unported__/stock_inventory_with_location/__init__.py rename to stock_inventory_with_location/__init__.py diff --git a/__unported__/stock_inventory_with_location/__openerp__.py b/stock_inventory_with_location/__openerp__.py similarity index 100% rename from __unported__/stock_inventory_with_location/__openerp__.py rename to stock_inventory_with_location/__openerp__.py diff --git a/__unported__/stock_inventory_with_location/stock.py b/stock_inventory_with_location/stock.py similarity index 100% rename from __unported__/stock_inventory_with_location/stock.py rename to stock_inventory_with_location/stock.py diff --git a/__unported__/stock_lot_valuation/AUTHORS.txt b/stock_lot_valuation/AUTHORS.txt similarity index 100% rename from __unported__/stock_lot_valuation/AUTHORS.txt rename to stock_lot_valuation/AUTHORS.txt diff --git a/__unported__/stock_lot_valuation/__init__.py b/stock_lot_valuation/__init__.py similarity index 100% rename from __unported__/stock_lot_valuation/__init__.py rename to stock_lot_valuation/__init__.py diff --git a/__unported__/stock_lot_valuation/__openerp__.py b/stock_lot_valuation/__openerp__.py similarity index 100% rename from __unported__/stock_lot_valuation/__openerp__.py rename to stock_lot_valuation/__openerp__.py diff --git a/__unported__/stock_lot_valuation/i18n/stock_lot_valuation.pot b/stock_lot_valuation/i18n/stock_lot_valuation.pot similarity index 100% rename from __unported__/stock_lot_valuation/i18n/stock_lot_valuation.pot rename to stock_lot_valuation/i18n/stock_lot_valuation.pot diff --git a/__unported__/stock_lot_valuation/product.py b/stock_lot_valuation/product.py similarity index 100% rename from __unported__/stock_lot_valuation/product.py rename to stock_lot_valuation/product.py diff --git a/__unported__/stock_lot_valuation/product_view.xml b/stock_lot_valuation/product_view.xml similarity index 100% rename from __unported__/stock_lot_valuation/product_view.xml rename to stock_lot_valuation/product_view.xml diff --git a/__unported__/stock_lot_valuation/stock.py b/stock_lot_valuation/stock.py similarity index 100% rename from __unported__/stock_lot_valuation/stock.py rename to stock_lot_valuation/stock.py diff --git a/__unported__/stock_lot_valuation/stock_view.xml b/stock_lot_valuation/stock_view.xml similarity index 100% rename from __unported__/stock_lot_valuation/stock_view.xml rename to stock_lot_valuation/stock_view.xml diff --git a/__unported__/stock_lot_valuation/test/stock.yml b/stock_lot_valuation/test/stock.yml similarity index 100% rename from __unported__/stock_lot_valuation/test/stock.yml rename to stock_lot_valuation/test/stock.yml diff --git a/__unported__/stock_lot_valuation/wizard/__init__.py b/stock_lot_valuation/wizard/__init__.py similarity index 100% rename from __unported__/stock_lot_valuation/wizard/__init__.py rename to stock_lot_valuation/wizard/__init__.py diff --git a/__unported__/stock_lot_valuation/wizard/stock_change_standard_price.py b/stock_lot_valuation/wizard/stock_change_standard_price.py similarity index 100% rename from __unported__/stock_lot_valuation/wizard/stock_change_standard_price.py rename to stock_lot_valuation/wizard/stock_change_standard_price.py diff --git a/__unported__/stock_lot_valuation/wizard/stock_change_standard_price_view.xml b/stock_lot_valuation/wizard/stock_change_standard_price_view.xml similarity index 100% rename from __unported__/stock_lot_valuation/wizard/stock_change_standard_price_view.xml rename to stock_lot_valuation/wizard/stock_change_standard_price_view.xml diff --git a/__unported__/stock_move_location/__init__.py b/stock_move_location/__init__.py similarity index 100% rename from __unported__/stock_move_location/__init__.py rename to stock_move_location/__init__.py diff --git a/__unported__/stock_move_location/__openerp__.py b/stock_move_location/__openerp__.py similarity index 100% rename from __unported__/stock_move_location/__openerp__.py rename to stock_move_location/__openerp__.py diff --git a/__unported__/stock_move_location/i18n/fr.po b/stock_move_location/i18n/fr.po similarity index 100% rename from __unported__/stock_move_location/i18n/fr.po rename to stock_move_location/i18n/fr.po diff --git a/__unported__/stock_move_location/stock.py b/stock_move_location/stock.py similarity index 100% rename from __unported__/stock_move_location/stock.py rename to stock_move_location/stock.py diff --git a/__unported__/stock_move_location/stock_move_sequence.xml b/stock_move_location/stock_move_sequence.xml similarity index 100% rename from __unported__/stock_move_location/stock_move_sequence.xml rename to stock_move_location/stock_move_sequence.xml diff --git a/__unported__/stock_move_location/stock_view.xml b/stock_move_location/stock_view.xml similarity index 100% rename from __unported__/stock_move_location/stock_view.xml rename to stock_move_location/stock_view.xml diff --git a/__unported__/stock_move_location/wizard/__init__.py b/stock_move_location/wizard/__init__.py similarity index 100% rename from __unported__/stock_move_location/wizard/__init__.py rename to stock_move_location/wizard/__init__.py diff --git a/__unported__/stock_move_location/wizard/move_location.py b/stock_move_location/wizard/move_location.py similarity index 100% rename from __unported__/stock_move_location/wizard/move_location.py rename to stock_move_location/wizard/move_location.py diff --git a/__unported__/stock_move_location/wizard/move_location_view.xml b/stock_move_location/wizard/move_location_view.xml similarity index 100% rename from __unported__/stock_move_location/wizard/move_location_view.xml rename to stock_move_location/wizard/move_location_view.xml diff --git a/__unported__/stock_optional_valuation/AUTHORS.txt b/stock_optional_valuation/AUTHORS.txt similarity index 100% rename from __unported__/stock_optional_valuation/AUTHORS.txt rename to stock_optional_valuation/AUTHORS.txt diff --git a/__unported__/stock_optional_valuation/__init__.py b/stock_optional_valuation/__init__.py similarity index 100% rename from __unported__/stock_optional_valuation/__init__.py rename to stock_optional_valuation/__init__.py diff --git a/__unported__/stock_optional_valuation/__openerp__.py b/stock_optional_valuation/__openerp__.py similarity index 100% rename from __unported__/stock_optional_valuation/__openerp__.py rename to stock_optional_valuation/__openerp__.py diff --git a/__unported__/stock_optional_valuation/i18n/stock_optional_valuation.pot b/stock_optional_valuation/i18n/stock_optional_valuation.pot similarity index 100% rename from __unported__/stock_optional_valuation/i18n/stock_optional_valuation.pot rename to stock_optional_valuation/i18n/stock_optional_valuation.pot diff --git a/__unported__/stock_optional_valuation/stock.py b/stock_optional_valuation/stock.py similarity index 100% rename from __unported__/stock_optional_valuation/stock.py rename to stock_optional_valuation/stock.py diff --git a/__unported__/stock_optional_valuation/stock_view.xml b/stock_optional_valuation/stock_view.xml similarity index 100% rename from __unported__/stock_optional_valuation/stock_view.xml rename to stock_optional_valuation/stock_view.xml diff --git a/__unported__/stock_optional_valuation/test/stock.yml b/stock_optional_valuation/test/stock.yml similarity index 100% rename from __unported__/stock_optional_valuation/test/stock.yml rename to stock_optional_valuation/test/stock.yml diff --git a/__unported__/stock_orderpoint_creator/__init__.py b/stock_orderpoint_creator/__init__.py similarity index 100% rename from __unported__/stock_orderpoint_creator/__init__.py rename to stock_orderpoint_creator/__init__.py diff --git a/__unported__/stock_orderpoint_creator/__openerp__.py b/stock_orderpoint_creator/__openerp__.py similarity index 100% rename from __unported__/stock_orderpoint_creator/__openerp__.py rename to stock_orderpoint_creator/__openerp__.py diff --git a/__unported__/stock_orderpoint_creator/base_product_config_template.py b/stock_orderpoint_creator/base_product_config_template.py similarity index 100% rename from __unported__/stock_orderpoint_creator/base_product_config_template.py rename to stock_orderpoint_creator/base_product_config_template.py diff --git a/__unported__/stock_orderpoint_creator/orderpoint_template.py b/stock_orderpoint_creator/orderpoint_template.py similarity index 100% rename from __unported__/stock_orderpoint_creator/orderpoint_template.py rename to stock_orderpoint_creator/orderpoint_template.py diff --git a/__unported__/stock_orderpoint_creator/security/ir.model.access.csv b/stock_orderpoint_creator/security/ir.model.access.csv similarity index 100% rename from __unported__/stock_orderpoint_creator/security/ir.model.access.csv rename to stock_orderpoint_creator/security/ir.model.access.csv diff --git a/__unported__/stock_orderpoint_creator/wizard/__init__.py b/stock_orderpoint_creator/wizard/__init__.py similarity index 100% rename from __unported__/stock_orderpoint_creator/wizard/__init__.py rename to stock_orderpoint_creator/wizard/__init__.py diff --git a/__unported__/stock_orderpoint_creator/wizard/orderpoint_creator.py b/stock_orderpoint_creator/wizard/orderpoint_creator.py similarity index 100% rename from __unported__/stock_orderpoint_creator/wizard/orderpoint_creator.py rename to stock_orderpoint_creator/wizard/orderpoint_creator.py diff --git a/__unported__/stock_orderpoint_creator/wizard/orderpoint_creator_view.xml b/stock_orderpoint_creator/wizard/orderpoint_creator_view.xml similarity index 100% rename from __unported__/stock_orderpoint_creator/wizard/orderpoint_creator_view.xml rename to stock_orderpoint_creator/wizard/orderpoint_creator_view.xml diff --git a/__unported__/stock_reord_rule/__init__.py b/stock_reord_rule/__init__.py similarity index 100% rename from __unported__/stock_reord_rule/__init__.py rename to stock_reord_rule/__init__.py diff --git a/__unported__/stock_reord_rule/__openerp__.py b/stock_reord_rule/__openerp__.py similarity index 100% rename from __unported__/stock_reord_rule/__openerp__.py rename to stock_reord_rule/__openerp__.py diff --git a/__unported__/stock_reord_rule/cron_data.xml b/stock_reord_rule/cron_data.xml similarity index 100% rename from __unported__/stock_reord_rule/cron_data.xml rename to stock_reord_rule/cron_data.xml diff --git a/__unported__/stock_reord_rule/security/ir.model.access.csv b/stock_reord_rule/security/ir.model.access.csv similarity index 100% rename from __unported__/stock_reord_rule/security/ir.model.access.csv rename to stock_reord_rule/security/ir.model.access.csv diff --git a/__unported__/stock_reord_rule/stock_reord_rule.py b/stock_reord_rule/stock_reord_rule.py similarity index 100% rename from __unported__/stock_reord_rule/stock_reord_rule.py rename to stock_reord_rule/stock_reord_rule.py diff --git a/__unported__/stock_reord_rule/stock_reord_rule_view.xml b/stock_reord_rule/stock_reord_rule_view.xml similarity index 100% rename from __unported__/stock_reord_rule/stock_reord_rule_view.xml rename to stock_reord_rule/stock_reord_rule_view.xml