diff --git a/README.md b/README.md index c27b7576da7..55319c559c0 100644 --- a/README.md +++ b/README.md @@ -26,20 +26,20 @@ Unported addons --------------- addon | version | summary --- | --- | --- -[base_custom_attributes](__unported__/base_custom_attributes/) | 0.1.1 (unported) | base_custom_attributes -[customer_context_in_product_view](__unported__/customer_context_in_product_view/) | 1.1.1 (unported) | Display Customer Price in Product View -[partner_custom_attributes](__unported__/partner_custom_attributes/) | 0.1.0 (unported) | Partner Custom Attributes -[product_categ_attributes](__unported__/product_categ_attributes/) | 0.1 (unported) | product_categ_attributes -[product_custom_attributes](__unported__/product_custom_attributes/) | 0.2.1 (unported) | product_custom_attributes -[product_customer_code](__unported__/product_customer_code/) | 1.0 (unported) | Add many Customers' Codes in product -[product_gift](__unported__/product_gift/) | 0.1 (unported) | product_gift -[product_icecat](__unported__/product_icecat/) | 1.0 (unported) | Product Information Import from icecat -[product_images](__unported__/product_images/) | 0.2 (unported) | Product Image Gallery -[product_multi_company](__unported__/product_multi_company/) | 1.1 (unported) | Product multi company -[product_multi_price](__unported__/product_multi_price/) | 0.1 (unported) | product_multi_price -[product_prices_on_variant](__unported__/product_prices_on_variant/) | 0.1 (unported) | product_prices_on_variant -[product_qt](__unported__/product_qt/) | 1.0 (unported) | Products & Pricelists - Define quality control and testing parameters in product -[product_quick_stock_rule](__unported__/product_quick_stock_rule/) | 0.1 (unported) | product_quick_stock_rule -[production_lot_custom_attributes](__unported__/production_lot_custom_attributes/) | 0.1.1 (unported) | production_lot_custom_attributes +[base_custom_attributes](base_custom_attributes/) | 0.1.1 (unported) | base_custom_attributes +[customer_context_in_product_view](customer_context_in_product_view/) | 1.1.1 (unported) | Display Customer Price in Product View +[partner_custom_attributes](partner_custom_attributes/) | 0.1.0 (unported) | Partner Custom Attributes +[product_categ_attributes](product_categ_attributes/) | 0.1 (unported) | product_categ_attributes +[product_custom_attributes](product_custom_attributes/) | 0.2.1 (unported) | product_custom_attributes +[product_customer_code](product_customer_code/) | 1.0 (unported) | Add many Customers' Codes in product +[product_gift](product_gift/) | 0.1 (unported) | product_gift +[product_icecat](product_icecat/) | 1.0 (unported) | Product Information Import from icecat +[product_images](product_images/) | 0.2 (unported) | Product Image Gallery +[product_multi_company](product_multi_company/) | 1.1 (unported) | Product multi company +[product_multi_price](product_multi_price/) | 0.1 (unported) | product_multi_price +[product_prices_on_variant](product_prices_on_variant/) | 0.1 (unported) | product_prices_on_variant +[product_qt](product_qt/) | 1.0 (unported) | Products & Pricelists - Define quality control and testing parameters in product +[product_quick_stock_rule](product_quick_stock_rule/) | 0.1 (unported) | product_quick_stock_rule +[production_lot_custom_attributes](production_lot_custom_attributes/) | 0.1.1 (unported) | production_lot_custom_attributes [//]: # (end addons) diff --git a/__unported__/base_custom_attributes/__init__.py b/base_custom_attributes/__init__.py similarity index 100% rename from __unported__/base_custom_attributes/__init__.py rename to base_custom_attributes/__init__.py diff --git a/__unported__/base_custom_attributes/__openerp__.py b/base_custom_attributes/__openerp__.py similarity index 100% rename from __unported__/base_custom_attributes/__openerp__.py rename to base_custom_attributes/__openerp__.py diff --git a/__unported__/base_custom_attributes/custom_attributes.py b/base_custom_attributes/custom_attributes.py similarity index 100% rename from __unported__/base_custom_attributes/custom_attributes.py rename to base_custom_attributes/custom_attributes.py diff --git a/__unported__/base_custom_attributes/custom_attributes_view.xml b/base_custom_attributes/custom_attributes_view.xml similarity index 100% rename from __unported__/base_custom_attributes/custom_attributes_view.xml rename to base_custom_attributes/custom_attributes_view.xml diff --git a/__unported__/base_custom_attributes/i18n/base_custom_attributes.pot b/base_custom_attributes/i18n/base_custom_attributes.pot similarity index 100% rename from __unported__/base_custom_attributes/i18n/base_custom_attributes.pot rename to base_custom_attributes/i18n/base_custom_attributes.pot diff --git a/__unported__/base_custom_attributes/i18n/es.po b/base_custom_attributes/i18n/es.po similarity index 100% rename from __unported__/base_custom_attributes/i18n/es.po rename to base_custom_attributes/i18n/es.po diff --git a/__unported__/base_custom_attributes/i18n/fr.po b/base_custom_attributes/i18n/fr.po similarity index 100% rename from __unported__/base_custom_attributes/i18n/fr.po rename to base_custom_attributes/i18n/fr.po diff --git a/__unported__/base_custom_attributes/i18n/it.po b/base_custom_attributes/i18n/it.po similarity index 100% rename from __unported__/base_custom_attributes/i18n/it.po rename to base_custom_attributes/i18n/it.po diff --git a/__unported__/base_custom_attributes/i18n/zh_CN.po b/base_custom_attributes/i18n/zh_CN.po similarity index 100% rename from __unported__/base_custom_attributes/i18n/zh_CN.po rename to base_custom_attributes/i18n/zh_CN.po diff --git a/__unported__/base_custom_attributes/ir_model.py b/base_custom_attributes/ir_model.py similarity index 100% rename from __unported__/base_custom_attributes/ir_model.py rename to base_custom_attributes/ir_model.py diff --git a/__unported__/base_custom_attributes/security/attribute_security.xml b/base_custom_attributes/security/attribute_security.xml similarity index 100% rename from __unported__/base_custom_attributes/security/attribute_security.xml rename to base_custom_attributes/security/attribute_security.xml diff --git a/__unported__/base_custom_attributes/security/ir.model.access.csv b/base_custom_attributes/security/ir.model.access.csv similarity index 100% rename from __unported__/base_custom_attributes/security/ir.model.access.csv rename to base_custom_attributes/security/ir.model.access.csv diff --git a/__unported__/customer_context_in_product_view/__init__.py b/customer_context_in_product_view/__init__.py similarity index 100% rename from __unported__/customer_context_in_product_view/__init__.py rename to customer_context_in_product_view/__init__.py diff --git a/__unported__/customer_context_in_product_view/__openerp__.py b/customer_context_in_product_view/__openerp__.py similarity index 100% rename from __unported__/customer_context_in_product_view/__openerp__.py rename to customer_context_in_product_view/__openerp__.py diff --git a/__unported__/customer_context_in_product_view/partner_pricelist.py b/customer_context_in_product_view/partner_pricelist.py similarity index 100% rename from __unported__/customer_context_in_product_view/partner_pricelist.py rename to customer_context_in_product_view/partner_pricelist.py diff --git a/__unported__/customer_context_in_product_view/partner_pricelist_view.xml b/customer_context_in_product_view/partner_pricelist_view.xml similarity index 100% rename from __unported__/customer_context_in_product_view/partner_pricelist_view.xml rename to customer_context_in_product_view/partner_pricelist_view.xml diff --git a/__unported__/partner_custom_attributes/__init__.py b/partner_custom_attributes/__init__.py similarity index 100% rename from __unported__/partner_custom_attributes/__init__.py rename to partner_custom_attributes/__init__.py diff --git a/__unported__/partner_custom_attributes/__openerp__.py b/partner_custom_attributes/__openerp__.py similarity index 100% rename from __unported__/partner_custom_attributes/__openerp__.py rename to partner_custom_attributes/__openerp__.py diff --git a/__unported__/partner_custom_attributes/custom_attributes_view.xml b/partner_custom_attributes/custom_attributes_view.xml similarity index 100% rename from __unported__/partner_custom_attributes/custom_attributes_view.xml rename to partner_custom_attributes/custom_attributes_view.xml diff --git a/__unported__/partner_custom_attributes/partner.py b/partner_custom_attributes/partner.py similarity index 100% rename from __unported__/partner_custom_attributes/partner.py rename to partner_custom_attributes/partner.py diff --git a/__unported__/partner_custom_attributes/partner_view.xml b/partner_custom_attributes/partner_view.xml similarity index 100% rename from __unported__/partner_custom_attributes/partner_view.xml rename to partner_custom_attributes/partner_view.xml diff --git a/__unported__/partner_custom_attributes/wizard/__init__.py b/partner_custom_attributes/wizard/__init__.py similarity index 100% rename from __unported__/partner_custom_attributes/wizard/__init__.py rename to partner_custom_attributes/wizard/__init__.py diff --git a/__unported__/partner_custom_attributes/wizard/open_partner_by_attribute_set.py b/partner_custom_attributes/wizard/open_partner_by_attribute_set.py similarity index 100% rename from __unported__/partner_custom_attributes/wizard/open_partner_by_attribute_set.py rename to partner_custom_attributes/wizard/open_partner_by_attribute_set.py diff --git a/__unported__/partner_custom_attributes/wizard/open_partner_by_attribute_set.xml b/partner_custom_attributes/wizard/open_partner_by_attribute_set.xml similarity index 100% rename from __unported__/partner_custom_attributes/wizard/open_partner_by_attribute_set.xml rename to partner_custom_attributes/wizard/open_partner_by_attribute_set.xml diff --git a/__unported__/product_catalog_report/__init__.py b/product_catalog_report/__init__.py similarity index 100% rename from __unported__/product_catalog_report/__init__.py rename to product_catalog_report/__init__.py diff --git a/__unported__/product_catalog_report/__terp__.py b/product_catalog_report/__terp__.py similarity index 100% rename from __unported__/product_catalog_report/__terp__.py rename to product_catalog_report/__terp__.py diff --git a/__unported__/product_catalog_report/i18n/es.po b/product_catalog_report/i18n/es.po similarity index 100% rename from __unported__/product_catalog_report/i18n/es.po rename to product_catalog_report/i18n/es.po diff --git a/__unported__/product_catalog_report/i18n/fr_BE.po b/product_catalog_report/i18n/fr_BE.po similarity index 100% rename from __unported__/product_catalog_report/i18n/fr_BE.po rename to product_catalog_report/i18n/fr_BE.po diff --git a/__unported__/product_catalog_report/i18n/product_catalog_report.pot b/product_catalog_report/i18n/product_catalog_report.pot similarity index 100% rename from __unported__/product_catalog_report/i18n/product_catalog_report.pot rename to product_catalog_report/i18n/product_catalog_report.pot diff --git a/__unported__/product_catalog_report/i18n/sv.po b/product_catalog_report/i18n/sv.po similarity index 100% rename from __unported__/product_catalog_report/i18n/sv.po rename to product_catalog_report/i18n/sv.po diff --git a/__unported__/product_catalog_report/product_report.xml b/product_catalog_report/product_report.xml similarity index 100% rename from __unported__/product_catalog_report/product_report.xml rename to product_catalog_report/product_report.xml diff --git a/__unported__/product_catalog_report/product_wizard.xml b/product_catalog_report/product_wizard.xml similarity index 100% rename from __unported__/product_catalog_report/product_wizard.xml rename to product_catalog_report/product_wizard.xml diff --git a/__unported__/product_catalog_report/report/__init__.py b/product_catalog_report/report/__init__.py similarity index 100% rename from __unported__/product_catalog_report/report/__init__.py rename to product_catalog_report/report/__init__.py diff --git a/__unported__/product_catalog_report/report/product_catalog.py b/product_catalog_report/report/product_catalog.py similarity index 100% rename from __unported__/product_catalog_report/report/product_catalog.py rename to product_catalog_report/report/product_catalog.py diff --git a/__unported__/product_catalog_report/report/product_catalog.rml b/product_catalog_report/report/product_catalog.rml similarity index 100% rename from __unported__/product_catalog_report/report/product_catalog.rml rename to product_catalog_report/report/product_catalog.rml diff --git a/__unported__/product_catalog_report/report/product_catalog.sxw b/product_catalog_report/report/product_catalog.sxw similarity index 100% rename from __unported__/product_catalog_report/report/product_catalog.sxw rename to product_catalog_report/report/product_catalog.sxw diff --git a/__unported__/product_catalog_report/wizard/__init__.py b/product_catalog_report/wizard/__init__.py similarity index 100% rename from __unported__/product_catalog_report/wizard/__init__.py rename to product_catalog_report/wizard/__init__.py diff --git a/__unported__/product_catalog_report/wizard/wizard_product_catalog.py b/product_catalog_report/wizard/wizard_product_catalog.py similarity index 100% rename from __unported__/product_catalog_report/wizard/wizard_product_catalog.py rename to product_catalog_report/wizard/wizard_product_catalog.py diff --git a/__unported__/product_categ_attributes/__init__.py b/product_categ_attributes/__init__.py similarity index 100% rename from __unported__/product_categ_attributes/__init__.py rename to product_categ_attributes/__init__.py diff --git a/__unported__/product_categ_attributes/__openerp__.py b/product_categ_attributes/__openerp__.py similarity index 100% rename from __unported__/product_categ_attributes/__openerp__.py rename to product_categ_attributes/__openerp__.py diff --git a/__unported__/product_categ_attributes/product.py b/product_categ_attributes/product.py similarity index 100% rename from __unported__/product_categ_attributes/product.py rename to product_categ_attributes/product.py diff --git a/__unported__/product_categ_attributes/product_view.xml b/product_categ_attributes/product_view.xml similarity index 100% rename from __unported__/product_categ_attributes/product_view.xml rename to product_categ_attributes/product_view.xml diff --git a/__unported__/product_custom_attributes/__init__.py b/product_custom_attributes/__init__.py similarity index 100% rename from __unported__/product_custom_attributes/__init__.py rename to product_custom_attributes/__init__.py diff --git a/__unported__/product_custom_attributes/__openerp__.py b/product_custom_attributes/__openerp__.py similarity index 100% rename from __unported__/product_custom_attributes/__openerp__.py rename to product_custom_attributes/__openerp__.py diff --git a/__unported__/product_custom_attributes/custom_attributes_view.xml b/product_custom_attributes/custom_attributes_view.xml similarity index 100% rename from __unported__/product_custom_attributes/custom_attributes_view.xml rename to product_custom_attributes/custom_attributes_view.xml diff --git a/__unported__/product_custom_attributes/i18n/fr.po b/product_custom_attributes/i18n/fr.po similarity index 100% rename from __unported__/product_custom_attributes/i18n/fr.po rename to product_custom_attributes/i18n/fr.po diff --git a/__unported__/product_custom_attributes/i18n/it.po b/product_custom_attributes/i18n/it.po similarity index 100% rename from __unported__/product_custom_attributes/i18n/it.po rename to product_custom_attributes/i18n/it.po diff --git a/__unported__/product_custom_attributes/i18n/product_custom_attributes.pot b/product_custom_attributes/i18n/product_custom_attributes.pot similarity index 100% rename from __unported__/product_custom_attributes/i18n/product_custom_attributes.pot rename to product_custom_attributes/i18n/product_custom_attributes.pot diff --git a/__unported__/product_custom_attributes/migrations/7.0.0.2/post-migration.py b/product_custom_attributes/migrations/7.0.0.2/post-migration.py similarity index 100% rename from __unported__/product_custom_attributes/migrations/7.0.0.2/post-migration.py rename to product_custom_attributes/migrations/7.0.0.2/post-migration.py diff --git a/__unported__/product_custom_attributes/product.py b/product_custom_attributes/product.py similarity index 100% rename from __unported__/product_custom_attributes/product.py rename to product_custom_attributes/product.py diff --git a/__unported__/product_custom_attributes/product_view.xml b/product_custom_attributes/product_view.xml similarity index 100% rename from __unported__/product_custom_attributes/product_view.xml rename to product_custom_attributes/product_view.xml diff --git a/__unported__/product_custom_attributes/wizard/__init__.py b/product_custom_attributes/wizard/__init__.py similarity index 100% rename from __unported__/product_custom_attributes/wizard/__init__.py rename to product_custom_attributes/wizard/__init__.py diff --git a/__unported__/product_custom_attributes/wizard/open_product_by_attribute_set.py b/product_custom_attributes/wizard/open_product_by_attribute_set.py similarity index 100% rename from __unported__/product_custom_attributes/wizard/open_product_by_attribute_set.py rename to product_custom_attributes/wizard/open_product_by_attribute_set.py diff --git a/__unported__/product_custom_attributes/wizard/open_product_by_attribute_set.xml b/product_custom_attributes/wizard/open_product_by_attribute_set.xml similarity index 100% rename from __unported__/product_custom_attributes/wizard/open_product_by_attribute_set.xml rename to product_custom_attributes/wizard/open_product_by_attribute_set.xml diff --git a/__unported__/product_customer_code/__init__.py b/product_customer_code/__init__.py similarity index 100% rename from __unported__/product_customer_code/__init__.py rename to product_customer_code/__init__.py diff --git a/__unported__/product_customer_code/__openerp__.py b/product_customer_code/__openerp__.py similarity index 100% rename from __unported__/product_customer_code/__openerp__.py rename to product_customer_code/__openerp__.py diff --git a/__unported__/product_customer_code/i18n/es.po b/product_customer_code/i18n/es.po similarity index 100% rename from __unported__/product_customer_code/i18n/es.po rename to product_customer_code/i18n/es.po diff --git a/__unported__/product_customer_code/i18n/es_MX.po b/product_customer_code/i18n/es_MX.po similarity index 100% rename from __unported__/product_customer_code/i18n/es_MX.po rename to product_customer_code/i18n/es_MX.po diff --git a/__unported__/product_customer_code/i18n/es_VE.po b/product_customer_code/i18n/es_VE.po similarity index 100% rename from __unported__/product_customer_code/i18n/es_VE.po rename to product_customer_code/i18n/es_VE.po diff --git a/__unported__/product_customer_code/i18n/product_customer_code.pot b/product_customer_code/i18n/product_customer_code.pot similarity index 100% rename from __unported__/product_customer_code/i18n/product_customer_code.pot rename to product_customer_code/i18n/product_customer_code.pot diff --git a/__unported__/product_customer_code/product.py b/product_customer_code/product.py similarity index 100% rename from __unported__/product_customer_code/product.py rename to product_customer_code/product.py diff --git a/__unported__/product_customer_code/product_customer_code.py b/product_customer_code/product_customer_code.py similarity index 100% rename from __unported__/product_customer_code/product_customer_code.py rename to product_customer_code/product_customer_code.py diff --git a/__unported__/product_customer_code/product_customer_code_view.xml b/product_customer_code/product_customer_code_view.xml similarity index 100% rename from __unported__/product_customer_code/product_customer_code_view.xml rename to product_customer_code/product_customer_code_view.xml diff --git a/__unported__/product_customer_code/product_product_view.xml b/product_customer_code/product_product_view.xml similarity index 100% rename from __unported__/product_customer_code/product_product_view.xml rename to product_customer_code/product_product_view.xml diff --git a/__unported__/product_customer_code/security/ir.model.access.csv b/product_customer_code/security/ir.model.access.csv similarity index 100% rename from __unported__/product_customer_code/security/ir.model.access.csv rename to product_customer_code/security/ir.model.access.csv diff --git a/__unported__/product_customer_code/security/product_customer_code_security.xml b/product_customer_code/security/product_customer_code_security.xml similarity index 100% rename from __unported__/product_customer_code/security/product_customer_code_security.xml rename to product_customer_code/security/product_customer_code_security.xml diff --git a/__unported__/product_customer_code/static/src/img/screenshot1.png b/product_customer_code/static/src/img/screenshot1.png similarity index 100% rename from __unported__/product_customer_code/static/src/img/screenshot1.png rename to product_customer_code/static/src/img/screenshot1.png diff --git a/__unported__/product_electronic/__init__.py b/product_electronic/__init__.py similarity index 100% rename from __unported__/product_electronic/__init__.py rename to product_electronic/__init__.py diff --git a/__unported__/product_electronic/__terp__.py b/product_electronic/__terp__.py similarity index 100% rename from __unported__/product_electronic/__terp__.py rename to product_electronic/__terp__.py diff --git a/__unported__/product_electronic/i18n/es.po b/product_electronic/i18n/es.po similarity index 100% rename from __unported__/product_electronic/i18n/es.po rename to product_electronic/i18n/es.po diff --git a/__unported__/product_electronic/i18n/et.po b/product_electronic/i18n/et.po similarity index 100% rename from __unported__/product_electronic/i18n/et.po rename to product_electronic/i18n/et.po diff --git a/__unported__/product_electronic/i18n/fr_BE.po b/product_electronic/i18n/fr_BE.po similarity index 100% rename from __unported__/product_electronic/i18n/fr_BE.po rename to product_electronic/i18n/fr_BE.po diff --git a/__unported__/product_electronic/i18n/it.po b/product_electronic/i18n/it.po similarity index 100% rename from __unported__/product_electronic/i18n/it.po rename to product_electronic/i18n/it.po diff --git a/__unported__/product_electronic/i18n/mn.po b/product_electronic/i18n/mn.po similarity index 100% rename from __unported__/product_electronic/i18n/mn.po rename to product_electronic/i18n/mn.po diff --git a/__unported__/product_electronic/i18n/nl.po b/product_electronic/i18n/nl.po similarity index 100% rename from __unported__/product_electronic/i18n/nl.po rename to product_electronic/i18n/nl.po diff --git a/__unported__/product_electronic/i18n/product_electronic.pot b/product_electronic/i18n/product_electronic.pot similarity index 100% rename from __unported__/product_electronic/i18n/product_electronic.pot rename to product_electronic/i18n/product_electronic.pot diff --git a/__unported__/product_electronic/i18n/sl.po b/product_electronic/i18n/sl.po similarity index 100% rename from __unported__/product_electronic/i18n/sl.po rename to product_electronic/i18n/sl.po diff --git a/__unported__/product_electronic/i18n/sv.po b/product_electronic/i18n/sv.po similarity index 100% rename from __unported__/product_electronic/i18n/sv.po rename to product_electronic/i18n/sv.po diff --git a/__unported__/product_electronic/product_electronic.py b/product_electronic/product_electronic.py similarity index 100% rename from __unported__/product_electronic/product_electronic.py rename to product_electronic/product_electronic.py diff --git a/__unported__/product_electronic/product_electronic_view.xml b/product_electronic/product_electronic_view.xml similarity index 100% rename from __unported__/product_electronic/product_electronic_view.xml rename to product_electronic/product_electronic_view.xml diff --git a/__unported__/product_electronic/security/ir.model.access.csv b/product_electronic/security/ir.model.access.csv similarity index 100% rename from __unported__/product_electronic/security/ir.model.access.csv rename to product_electronic/security/ir.model.access.csv diff --git a/__unported__/product_extended/__init__.py b/product_extended/__init__.py similarity index 100% rename from __unported__/product_extended/__init__.py rename to product_extended/__init__.py diff --git a/__unported__/product_extended/i18n/ab.po b/product_extended/i18n/ab.po similarity index 100% rename from __unported__/product_extended/i18n/ab.po rename to product_extended/i18n/ab.po diff --git a/__unported__/product_extended/i18n/ca.po b/product_extended/i18n/ca.po similarity index 100% rename from __unported__/product_extended/i18n/ca.po rename to product_extended/i18n/ca.po diff --git a/__unported__/product_extended/i18n/ca_ES.po b/product_extended/i18n/ca_ES.po similarity index 100% rename from __unported__/product_extended/i18n/ca_ES.po rename to product_extended/i18n/ca_ES.po diff --git a/__unported__/product_extended/i18n/de.po b/product_extended/i18n/de.po similarity index 100% rename from __unported__/product_extended/i18n/de.po rename to product_extended/i18n/de.po diff --git a/__unported__/product_extended/i18n/es.po b/product_extended/i18n/es.po similarity index 100% rename from __unported__/product_extended/i18n/es.po rename to product_extended/i18n/es.po diff --git a/__unported__/product_extended/i18n/es_ES.po b/product_extended/i18n/es_ES.po similarity index 100% rename from __unported__/product_extended/i18n/es_ES.po rename to product_extended/i18n/es_ES.po diff --git a/__unported__/product_extended/i18n/fr_BE.po b/product_extended/i18n/fr_BE.po similarity index 100% rename from __unported__/product_extended/i18n/fr_BE.po rename to product_extended/i18n/fr_BE.po diff --git a/__unported__/product_extended/i18n/nl.po b/product_extended/i18n/nl.po similarity index 100% rename from __unported__/product_extended/i18n/nl.po rename to product_extended/i18n/nl.po diff --git a/__unported__/product_extended/i18n/product_extended.pot b/product_extended/i18n/product_extended.pot similarity index 100% rename from __unported__/product_extended/i18n/product_extended.pot rename to product_extended/i18n/product_extended.pot diff --git a/__unported__/product_extended/i18n/sv.po b/product_extended/i18n/sv.po similarity index 100% rename from __unported__/product_extended/i18n/sv.po rename to product_extended/i18n/sv.po diff --git a/__unported__/product_extended/mrp_view.xml b/product_extended/mrp_view.xml similarity index 100% rename from __unported__/product_extended/mrp_view.xml rename to product_extended/mrp_view.xml diff --git a/__unported__/product_extended/product_extended.py b/product_extended/product_extended.py similarity index 100% rename from __unported__/product_extended/product_extended.py rename to product_extended/product_extended.py diff --git a/__unported__/product_extended/product_extended_view.xml b/product_extended/product_extended_view.xml similarity index 100% rename from __unported__/product_extended/product_extended_view.xml rename to product_extended/product_extended_view.xml diff --git a/__unported__/product_gift/__init__.py b/product_gift/__init__.py similarity index 100% rename from __unported__/product_gift/__init__.py rename to product_gift/__init__.py diff --git a/__unported__/product_gift/__openerp__.py b/product_gift/__openerp__.py similarity index 100% rename from __unported__/product_gift/__openerp__.py rename to product_gift/__openerp__.py diff --git a/__unported__/product_gift/autoload/magentoerpconnect/1.3.2.4/external.mappinglines.template.csv b/product_gift/autoload/magentoerpconnect/1.3.2.4/external.mappinglines.template.csv similarity index 100% rename from __unported__/product_gift/autoload/magentoerpconnect/1.3.2.4/external.mappinglines.template.csv rename to product_gift/autoload/magentoerpconnect/1.3.2.4/external.mappinglines.template.csv diff --git a/__unported__/product_gift/autoload/magentoerpconnect/1.5.0.0/external.mappinglines.template.csv b/product_gift/autoload/magentoerpconnect/1.5.0.0/external.mappinglines.template.csv similarity index 100% rename from __unported__/product_gift/autoload/magentoerpconnect/1.5.0.0/external.mappinglines.template.csv rename to product_gift/autoload/magentoerpconnect/1.5.0.0/external.mappinglines.template.csv diff --git a/__unported__/product_gift/product.py b/product_gift/product.py similarity index 100% rename from __unported__/product_gift/product.py rename to product_gift/product.py diff --git a/__unported__/product_gift/product_view.xml b/product_gift/product_view.xml similarity index 100% rename from __unported__/product_gift/product_view.xml rename to product_gift/product_view.xml diff --git a/__unported__/product_gift/sale.py b/product_gift/sale.py similarity index 100% rename from __unported__/product_gift/sale.py rename to product_gift/sale.py diff --git a/__unported__/product_gift/sale_view.xml b/product_gift/sale_view.xml similarity index 100% rename from __unported__/product_gift/sale_view.xml rename to product_gift/sale_view.xml diff --git a/__unported__/product_gift/stock.py b/product_gift/stock.py similarity index 100% rename from __unported__/product_gift/stock.py rename to product_gift/stock.py diff --git a/__unported__/product_gift/stock_view.xml b/product_gift/stock_view.xml similarity index 100% rename from __unported__/product_gift/stock_view.xml rename to product_gift/stock_view.xml diff --git a/__unported__/product_icecat/__init__.py b/product_icecat/__init__.py similarity index 100% rename from __unported__/product_icecat/__init__.py rename to product_icecat/__init__.py diff --git a/__unported__/product_icecat/__openerp__.py b/product_icecat/__openerp__.py similarity index 100% rename from __unported__/product_icecat/__openerp__.py rename to product_icecat/__openerp__.py diff --git a/__unported__/product_icecat/i18n/ca.po b/product_icecat/i18n/ca.po similarity index 100% rename from __unported__/product_icecat/i18n/ca.po rename to product_icecat/i18n/ca.po diff --git a/__unported__/product_icecat/i18n/es.po b/product_icecat/i18n/es.po similarity index 100% rename from __unported__/product_icecat/i18n/es.po rename to product_icecat/i18n/es.po diff --git a/__unported__/product_icecat/i18n/product_icecat.pot b/product_icecat/i18n/product_icecat.pot similarity index 100% rename from __unported__/product_icecat/i18n/product_icecat.pot rename to product_icecat/i18n/product_icecat.pot diff --git a/__unported__/product_icecat/product_icecat.py b/product_icecat/product_icecat.py similarity index 100% rename from __unported__/product_icecat/product_icecat.py rename to product_icecat/product_icecat.py diff --git a/__unported__/product_icecat/product_icecat.xml b/product_icecat/product_icecat.xml similarity index 100% rename from __unported__/product_icecat/product_icecat.xml rename to product_icecat/product_icecat.xml diff --git a/__unported__/product_icecat/security/ir.model.access.csv b/product_icecat/security/ir.model.access.csv similarity index 100% rename from __unported__/product_icecat/security/ir.model.access.csv rename to product_icecat/security/ir.model.access.csv diff --git a/__unported__/product_icecat/wizard/__init__.py b/product_icecat/wizard/__init__.py similarity index 100% rename from __unported__/product_icecat/wizard/__init__.py rename to product_icecat/wizard/__init__.py diff --git a/__unported__/product_icecat/wizard/wizard_product_icecat.py b/product_icecat/wizard/wizard_product_icecat.py similarity index 100% rename from __unported__/product_icecat/wizard/wizard_product_icecat.py rename to product_icecat/wizard/wizard_product_icecat.py diff --git a/__unported__/product_icecat/wizard/wizard_product_icecat.xml b/product_icecat/wizard/wizard_product_icecat.xml similarity index 100% rename from __unported__/product_icecat/wizard/wizard_product_icecat.xml rename to product_icecat/wizard/wizard_product_icecat.xml diff --git a/__unported__/product_images/__init__.py b/product_images/__init__.py similarity index 100% rename from __unported__/product_images/__init__.py rename to product_images/__init__.py diff --git a/__unported__/product_images/__openerp__.py b/product_images/__openerp__.py similarity index 100% rename from __unported__/product_images/__openerp__.py rename to product_images/__openerp__.py diff --git a/__unported__/product_images/company.py b/product_images/company.py similarity index 100% rename from __unported__/product_images/company.py rename to product_images/company.py diff --git a/__unported__/product_images/i18n/sv.po b/product_images/i18n/sv.po similarity index 100% rename from __unported__/product_images/i18n/sv.po rename to product_images/i18n/sv.po diff --git a/__unported__/product_images/product.py b/product_images/product.py similarity index 100% rename from __unported__/product_images/product.py rename to product_images/product.py diff --git a/__unported__/product_images/product_images.py b/product_images/product_images.py similarity index 100% rename from __unported__/product_images/product_images.py rename to product_images/product_images.py diff --git a/__unported__/product_images/security/ir.model.access.csv b/product_images/security/ir.model.access.csv similarity index 100% rename from __unported__/product_images/security/ir.model.access.csv rename to product_images/security/ir.model.access.csv diff --git a/__unported__/product_images/views/company_view.xml b/product_images/views/company_view.xml similarity index 100% rename from __unported__/product_images/views/company_view.xml rename to product_images/views/company_view.xml diff --git a/__unported__/product_images/views/product_images_view.xml b/product_images/views/product_images_view.xml similarity index 100% rename from __unported__/product_images/views/product_images_view.xml rename to product_images/views/product_images_view.xml diff --git a/__unported__/product_index/__init__.py b/product_index/__init__.py similarity index 100% rename from __unported__/product_index/__init__.py rename to product_index/__init__.py diff --git a/__unported__/product_index/__terp__.py b/product_index/__terp__.py similarity index 100% rename from __unported__/product_index/__terp__.py rename to product_index/__terp__.py diff --git a/__unported__/product_index/i18n/es.po b/product_index/i18n/es.po similarity index 100% rename from __unported__/product_index/i18n/es.po rename to product_index/i18n/es.po diff --git a/__unported__/product_index/i18n/fr_BE.po b/product_index/i18n/fr_BE.po similarity index 100% rename from __unported__/product_index/i18n/fr_BE.po rename to product_index/i18n/fr_BE.po diff --git a/__unported__/product_index/i18n/product_index.pot b/product_index/i18n/product_index.pot similarity index 100% rename from __unported__/product_index/i18n/product_index.pot rename to product_index/i18n/product_index.pot diff --git a/__unported__/product_index/i18n/sv.po b/product_index/i18n/sv.po similarity index 100% rename from __unported__/product_index/i18n/sv.po rename to product_index/i18n/sv.po diff --git a/__unported__/product_index/product.index.csv b/product_index/product.index.csv similarity index 100% rename from __unported__/product_index/product.index.csv rename to product_index/product.index.csv diff --git a/__unported__/product_index/product_data.xml b/product_index/product_data.xml similarity index 100% rename from __unported__/product_index/product_data.xml rename to product_index/product_data.xml diff --git a/__unported__/product_index/product_index.py b/product_index/product_index.py similarity index 100% rename from __unported__/product_index/product_index.py rename to product_index/product_index.py diff --git a/__unported__/product_index/product_index_view.xml b/product_index/product_index_view.xml similarity index 100% rename from __unported__/product_index/product_index_view.xml rename to product_index/product_index_view.xml diff --git a/__unported__/product_index/product_view.xml b/product_index/product_view.xml similarity index 100% rename from __unported__/product_index/product_view.xml rename to product_index/product_view.xml diff --git a/__unported__/product_index/security/ir.model.access.csv b/product_index/security/ir.model.access.csv similarity index 100% rename from __unported__/product_index/security/ir.model.access.csv rename to product_index/security/ir.model.access.csv diff --git a/__unported__/product_listprice_upgrade/__init__.py b/product_listprice_upgrade/__init__.py similarity index 100% rename from __unported__/product_listprice_upgrade/__init__.py rename to product_listprice_upgrade/__init__.py diff --git a/__unported__/product_listprice_upgrade/__terp__.py b/product_listprice_upgrade/__terp__.py similarity index 100% rename from __unported__/product_listprice_upgrade/__terp__.py rename to product_listprice_upgrade/__terp__.py diff --git a/__unported__/product_listprice_upgrade/i18n/es.po b/product_listprice_upgrade/i18n/es.po similarity index 100% rename from __unported__/product_listprice_upgrade/i18n/es.po rename to product_listprice_upgrade/i18n/es.po diff --git a/__unported__/product_listprice_upgrade/i18n/fr_BE.po b/product_listprice_upgrade/i18n/fr_BE.po similarity index 100% rename from __unported__/product_listprice_upgrade/i18n/fr_BE.po rename to product_listprice_upgrade/i18n/fr_BE.po diff --git a/__unported__/product_listprice_upgrade/i18n/product_listprice_upgrade.pot b/product_listprice_upgrade/i18n/product_listprice_upgrade.pot similarity index 100% rename from __unported__/product_listprice_upgrade/i18n/product_listprice_upgrade.pot rename to product_listprice_upgrade/i18n/product_listprice_upgrade.pot diff --git a/__unported__/product_listprice_upgrade/i18n/sv.po b/product_listprice_upgrade/i18n/sv.po similarity index 100% rename from __unported__/product_listprice_upgrade/i18n/sv.po rename to product_listprice_upgrade/i18n/sv.po diff --git a/__unported__/product_listprice_upgrade/product_data.xml b/product_listprice_upgrade/product_data.xml similarity index 100% rename from __unported__/product_listprice_upgrade/product_data.xml rename to product_listprice_upgrade/product_data.xml diff --git a/__unported__/product_listprice_upgrade/product_wizard.xml b/product_listprice_upgrade/product_wizard.xml similarity index 100% rename from __unported__/product_listprice_upgrade/product_wizard.xml rename to product_listprice_upgrade/product_wizard.xml diff --git a/__unported__/product_listprice_upgrade/wizard/__init__.py b/product_listprice_upgrade/wizard/__init__.py similarity index 100% rename from __unported__/product_listprice_upgrade/wizard/__init__.py rename to product_listprice_upgrade/wizard/__init__.py diff --git a/__unported__/product_listprice_upgrade/wizard/wizard_product_listprice.py b/product_listprice_upgrade/wizard/wizard_product_listprice.py similarity index 100% rename from __unported__/product_listprice_upgrade/wizard/wizard_product_listprice.py rename to product_listprice_upgrade/wizard/wizard_product_listprice.py diff --git a/__unported__/product_lot_foundry/__init__.py b/product_lot_foundry/__init__.py similarity index 100% rename from __unported__/product_lot_foundry/__init__.py rename to product_lot_foundry/__init__.py diff --git a/__unported__/product_lot_foundry/__terp__.py b/product_lot_foundry/__terp__.py similarity index 100% rename from __unported__/product_lot_foundry/__terp__.py rename to product_lot_foundry/__terp__.py diff --git a/__unported__/product_lot_foundry/i18n/es.po b/product_lot_foundry/i18n/es.po similarity index 100% rename from __unported__/product_lot_foundry/i18n/es.po rename to product_lot_foundry/i18n/es.po diff --git a/__unported__/product_lot_foundry/i18n/fr_BE.po b/product_lot_foundry/i18n/fr_BE.po similarity index 100% rename from __unported__/product_lot_foundry/i18n/fr_BE.po rename to product_lot_foundry/i18n/fr_BE.po diff --git a/__unported__/product_lot_foundry/i18n/product_lot_foundry.pot b/product_lot_foundry/i18n/product_lot_foundry.pot similarity index 100% rename from __unported__/product_lot_foundry/i18n/product_lot_foundry.pot rename to product_lot_foundry/i18n/product_lot_foundry.pot diff --git a/__unported__/product_lot_foundry/i18n/sv.po b/product_lot_foundry/i18n/sv.po similarity index 100% rename from __unported__/product_lot_foundry/i18n/sv.po rename to product_lot_foundry/i18n/sv.po diff --git a/__unported__/product_lot_foundry/product_lot_foundry.py b/product_lot_foundry/product_lot_foundry.py similarity index 100% rename from __unported__/product_lot_foundry/product_lot_foundry.py rename to product_lot_foundry/product_lot_foundry.py diff --git a/__unported__/product_lot_foundry/product_lot_foundry_demo.xml b/product_lot_foundry/product_lot_foundry_demo.xml similarity index 100% rename from __unported__/product_lot_foundry/product_lot_foundry_demo.xml rename to product_lot_foundry/product_lot_foundry_demo.xml diff --git a/__unported__/product_lot_foundry/product_lot_foundry_view.xml b/product_lot_foundry/product_lot_foundry_view.xml similarity index 100% rename from __unported__/product_lot_foundry/product_lot_foundry_view.xml rename to product_lot_foundry/product_lot_foundry_view.xml diff --git a/__unported__/product_lot_foundry/purchase_auto.py b/product_lot_foundry/purchase_auto.py similarity index 100% rename from __unported__/product_lot_foundry/purchase_auto.py rename to product_lot_foundry/purchase_auto.py diff --git a/__unported__/product_lot_foundry/sale_order.py b/product_lot_foundry/sale_order.py similarity index 100% rename from __unported__/product_lot_foundry/sale_order.py rename to product_lot_foundry/sale_order.py diff --git a/__unported__/product_lot_foundry/sale_order_view.xml b/product_lot_foundry/sale_order_view.xml similarity index 100% rename from __unported__/product_lot_foundry/sale_order_view.xml rename to product_lot_foundry/sale_order_view.xml diff --git a/__unported__/product_lot_foundry/security/ir.model.access.csv b/product_lot_foundry/security/ir.model.access.csv similarity index 100% rename from __unported__/product_lot_foundry/security/ir.model.access.csv rename to product_lot_foundry/security/ir.model.access.csv diff --git a/__unported__/product_multi_company/__init__.py b/product_multi_company/__init__.py similarity index 100% rename from __unported__/product_multi_company/__init__.py rename to product_multi_company/__init__.py diff --git a/__unported__/product_multi_company/__openerp__.py b/product_multi_company/__openerp__.py similarity index 100% rename from __unported__/product_multi_company/__openerp__.py rename to product_multi_company/__openerp__.py diff --git a/__unported__/product_multi_company/i18n/en_US.po b/product_multi_company/i18n/en_US.po similarity index 100% rename from __unported__/product_multi_company/i18n/en_US.po rename to product_multi_company/i18n/en_US.po diff --git a/__unported__/product_multi_company/i18n/es.po b/product_multi_company/i18n/es.po similarity index 100% rename from __unported__/product_multi_company/i18n/es.po rename to product_multi_company/i18n/es.po diff --git a/__unported__/product_multi_company/i18n/fr.po b/product_multi_company/i18n/fr.po similarity index 100% rename from __unported__/product_multi_company/i18n/fr.po rename to product_multi_company/i18n/fr.po diff --git a/__unported__/product_multi_company/i18n/product_multi_company.pot b/product_multi_company/i18n/product_multi_company.pot similarity index 100% rename from __unported__/product_multi_company/i18n/product_multi_company.pot rename to product_multi_company/i18n/product_multi_company.pot diff --git a/__unported__/product_multi_company/product_multi_company.py b/product_multi_company/product_multi_company.py similarity index 100% rename from __unported__/product_multi_company/product_multi_company.py rename to product_multi_company/product_multi_company.py diff --git a/__unported__/product_multi_price/__init__.py b/product_multi_price/__init__.py similarity index 100% rename from __unported__/product_multi_price/__init__.py rename to product_multi_price/__init__.py diff --git a/__unported__/product_multi_price/__openerp__.py b/product_multi_price/__openerp__.py similarity index 100% rename from __unported__/product_multi_price/__openerp__.py rename to product_multi_price/__openerp__.py diff --git a/__unported__/product_multi_price/account.py b/product_multi_price/account.py similarity index 100% rename from __unported__/product_multi_price/account.py rename to product_multi_price/account.py diff --git a/__unported__/product_multi_price/account_view.xml b/product_multi_price/account_view.xml similarity index 100% rename from __unported__/product_multi_price/account_view.xml rename to product_multi_price/account_view.xml diff --git a/__unported__/product_multi_price/product.py b/product_multi_price/product.py similarity index 100% rename from __unported__/product_multi_price/product.py rename to product_multi_price/product.py diff --git a/__unported__/product_multi_price/product_price_field_config.xml b/product_multi_price/product_price_field_config.xml similarity index 100% rename from __unported__/product_multi_price/product_price_field_config.xml rename to product_multi_price/product_price_field_config.xml diff --git a/__unported__/product_multi_price/product_price_fields.py b/product_multi_price/product_price_fields.py similarity index 100% rename from __unported__/product_multi_price/product_price_fields.py rename to product_multi_price/product_price_fields.py diff --git a/__unported__/product_multi_price/product_price_fields_view.xml b/product_multi_price/product_price_fields_view.xml similarity index 100% rename from __unported__/product_multi_price/product_price_fields_view.xml rename to product_multi_price/product_price_fields_view.xml diff --git a/__unported__/product_multi_price/product_view.xml b/product_multi_price/product_view.xml similarity index 100% rename from __unported__/product_multi_price/product_view.xml rename to product_multi_price/product_view.xml diff --git a/__unported__/product_multi_price/security/ir.model.access.csv b/product_multi_price/security/ir.model.access.csv similarity index 100% rename from __unported__/product_multi_price/security/ir.model.access.csv rename to product_multi_price/security/ir.model.access.csv diff --git a/__unported__/product_prices_on_variant/__init__.py b/product_prices_on_variant/__init__.py similarity index 100% rename from __unported__/product_prices_on_variant/__init__.py rename to product_prices_on_variant/__init__.py diff --git a/__unported__/product_prices_on_variant/__openerp__.py b/product_prices_on_variant/__openerp__.py similarity index 100% rename from __unported__/product_prices_on_variant/__openerp__.py rename to product_prices_on_variant/__openerp__.py diff --git a/__unported__/product_prices_on_variant/product.py b/product_prices_on_variant/product.py similarity index 100% rename from __unported__/product_prices_on_variant/product.py rename to product_prices_on_variant/product.py diff --git a/__unported__/product_qt/__init__.py b/product_qt/__init__.py similarity index 100% rename from __unported__/product_qt/__init__.py rename to product_qt/__init__.py diff --git a/__unported__/product_qt/__openerp__.py b/product_qt/__openerp__.py similarity index 100% rename from __unported__/product_qt/__openerp__.py rename to product_qt/__openerp__.py diff --git a/__unported__/product_qt/i18n/ca.po b/product_qt/i18n/ca.po similarity index 100% rename from __unported__/product_qt/i18n/ca.po rename to product_qt/i18n/ca.po diff --git a/__unported__/product_qt/i18n/es.po b/product_qt/i18n/es.po similarity index 100% rename from __unported__/product_qt/i18n/es.po rename to product_qt/i18n/es.po diff --git a/__unported__/product_qt/i18n/fr_BE.po b/product_qt/i18n/fr_BE.po similarity index 100% rename from __unported__/product_qt/i18n/fr_BE.po rename to product_qt/i18n/fr_BE.po diff --git a/__unported__/product_qt/i18n/product_qt.pot b/product_qt/i18n/product_qt.pot similarity index 100% rename from __unported__/product_qt/i18n/product_qt.pot rename to product_qt/i18n/product_qt.pot diff --git a/__unported__/product_qt/i18n/pt.po b/product_qt/i18n/pt.po similarity index 100% rename from __unported__/product_qt/i18n/pt.po rename to product_qt/i18n/pt.po diff --git a/__unported__/product_qt/i18n/sv.po b/product_qt/i18n/sv.po similarity index 100% rename from __unported__/product_qt/i18n/sv.po rename to product_qt/i18n/sv.po diff --git a/__unported__/product_qt/product_qt.py b/product_qt/product_qt.py similarity index 100% rename from __unported__/product_qt/product_qt.py rename to product_qt/product_qt.py diff --git a/__unported__/product_qt/product_qt_view.xml b/product_qt/product_qt_view.xml similarity index 100% rename from __unported__/product_qt/product_qt_view.xml rename to product_qt/product_qt_view.xml diff --git a/__unported__/product_qt/security/ir.model.access.csv b/product_qt/security/ir.model.access.csv similarity index 100% rename from __unported__/product_qt/security/ir.model.access.csv rename to product_qt/security/ir.model.access.csv diff --git a/__unported__/product_qt/wizard/__init__.py b/product_qt/wizard/__init__.py similarity index 100% rename from __unported__/product_qt/wizard/__init__.py rename to product_qt/wizard/__init__.py diff --git a/__unported__/product_qt/wizard/qt_finish_goods.py b/product_qt/wizard/qt_finish_goods.py similarity index 100% rename from __unported__/product_qt/wizard/qt_finish_goods.py rename to product_qt/wizard/qt_finish_goods.py diff --git a/__unported__/product_qt/wizard/qt_in_production.py b/product_qt/wizard/qt_in_production.py similarity index 100% rename from __unported__/product_qt/wizard/qt_in_production.py rename to product_qt/wizard/qt_in_production.py diff --git a/__unported__/product_qt/wizard/qt_raw_material.py b/product_qt/wizard/qt_raw_material.py similarity index 100% rename from __unported__/product_qt/wizard/qt_raw_material.py rename to product_qt/wizard/qt_raw_material.py diff --git a/__unported__/product_qt/wizard_view.xml b/product_qt/wizard_view.xml similarity index 100% rename from __unported__/product_qt/wizard_view.xml rename to product_qt/wizard_view.xml diff --git a/__unported__/product_quick_stock_rule/__init__.py b/product_quick_stock_rule/__init__.py similarity index 100% rename from __unported__/product_quick_stock_rule/__init__.py rename to product_quick_stock_rule/__init__.py diff --git a/__unported__/product_quick_stock_rule/__openerp__.py b/product_quick_stock_rule/__openerp__.py similarity index 100% rename from __unported__/product_quick_stock_rule/__openerp__.py rename to product_quick_stock_rule/__openerp__.py diff --git a/__unported__/product_quick_stock_rule/product.py b/product_quick_stock_rule/product.py similarity index 100% rename from __unported__/product_quick_stock_rule/product.py rename to product_quick_stock_rule/product.py diff --git a/__unported__/product_quick_stock_rule/product_view.xml b/product_quick_stock_rule/product_view.xml similarity index 100% rename from __unported__/product_quick_stock_rule/product_view.xml rename to product_quick_stock_rule/product_view.xml diff --git a/__unported__/product_search_reference/__init__.py b/product_search_reference/__init__.py similarity index 100% rename from __unported__/product_search_reference/__init__.py rename to product_search_reference/__init__.py diff --git a/__unported__/product_search_reference/__terp__.py b/product_search_reference/__terp__.py similarity index 100% rename from __unported__/product_search_reference/__terp__.py rename to product_search_reference/__terp__.py diff --git a/__unported__/product_search_reference/i18n/es.po b/product_search_reference/i18n/es.po similarity index 100% rename from __unported__/product_search_reference/i18n/es.po rename to product_search_reference/i18n/es.po diff --git a/__unported__/product_search_reference/i18n/fi.po b/product_search_reference/i18n/fi.po similarity index 100% rename from __unported__/product_search_reference/i18n/fi.po rename to product_search_reference/i18n/fi.po diff --git a/__unported__/product_search_reference/i18n/fr_BE.po b/product_search_reference/i18n/fr_BE.po similarity index 100% rename from __unported__/product_search_reference/i18n/fr_BE.po rename to product_search_reference/i18n/fr_BE.po diff --git a/__unported__/product_search_reference/i18n/product_search_reference.pot b/product_search_reference/i18n/product_search_reference.pot similarity index 100% rename from __unported__/product_search_reference/i18n/product_search_reference.pot rename to product_search_reference/i18n/product_search_reference.pot diff --git a/__unported__/product_search_reference/i18n/sv.po b/product_search_reference/i18n/sv.po similarity index 100% rename from __unported__/product_search_reference/i18n/sv.po rename to product_search_reference/i18n/sv.po diff --git a/__unported__/product_search_reference/product.py b/product_search_reference/product.py similarity index 100% rename from __unported__/product_search_reference/product.py rename to product_search_reference/product.py diff --git a/__unported__/product_search_reference/product_view.xml b/product_search_reference/product_view.xml similarity index 100% rename from __unported__/product_search_reference/product_view.xml rename to product_search_reference/product_view.xml diff --git a/__unported__/product_series/README b/product_series/README similarity index 100% rename from __unported__/product_series/README rename to product_series/README diff --git a/__unported__/product_series/__init__.py b/product_series/__init__.py similarity index 100% rename from __unported__/product_series/__init__.py rename to product_series/__init__.py diff --git a/__unported__/product_series/__terp__.py b/product_series/__terp__.py similarity index 100% rename from __unported__/product_series/__terp__.py rename to product_series/__terp__.py diff --git a/__unported__/product_series/i18n/es.po b/product_series/i18n/es.po similarity index 100% rename from __unported__/product_series/i18n/es.po rename to product_series/i18n/es.po diff --git a/__unported__/product_series/i18n/fr_BE.po b/product_series/i18n/fr_BE.po similarity index 100% rename from __unported__/product_series/i18n/fr_BE.po rename to product_series/i18n/fr_BE.po diff --git a/__unported__/product_series/i18n/product_series.pot b/product_series/i18n/product_series.pot similarity index 100% rename from __unported__/product_series/i18n/product_series.pot rename to product_series/i18n/product_series.pot diff --git a/__unported__/product_series/i18n/sv.po b/product_series/i18n/sv.po similarity index 100% rename from __unported__/product_series/i18n/sv.po rename to product_series/i18n/sv.po diff --git a/__unported__/product_series/product_series.py b/product_series/product_series.py similarity index 100% rename from __unported__/product_series/product_series.py rename to product_series/product_series.py diff --git a/__unported__/product_series/product_series_view.xml b/product_series/product_series_view.xml similarity index 100% rename from __unported__/product_series/product_series_view.xml rename to product_series/product_series_view.xml diff --git a/__unported__/product_series/security/ir.model.access.csv b/product_series/security/ir.model.access.csv similarity index 100% rename from __unported__/product_series/security/ir.model.access.csv rename to product_series/security/ir.model.access.csv diff --git a/__unported__/product_size/__init__.py b/product_size/__init__.py similarity index 100% rename from __unported__/product_size/__init__.py rename to product_size/__init__.py diff --git a/__unported__/product_size/__terp__.py b/product_size/__terp__.py similarity index 100% rename from __unported__/product_size/__terp__.py rename to product_size/__terp__.py diff --git a/__unported__/product_size/i18n/bg.po b/product_size/i18n/bg.po similarity index 100% rename from __unported__/product_size/i18n/bg.po rename to product_size/i18n/bg.po diff --git a/__unported__/product_size/i18n/es.po b/product_size/i18n/es.po similarity index 100% rename from __unported__/product_size/i18n/es.po rename to product_size/i18n/es.po diff --git a/__unported__/product_size/i18n/fr_BE.po b/product_size/i18n/fr_BE.po similarity index 100% rename from __unported__/product_size/i18n/fr_BE.po rename to product_size/i18n/fr_BE.po diff --git a/__unported__/product_size/i18n/product_size.pot b/product_size/i18n/product_size.pot similarity index 100% rename from __unported__/product_size/i18n/product_size.pot rename to product_size/i18n/product_size.pot diff --git a/__unported__/product_size/i18n/sv.po b/product_size/i18n/sv.po similarity index 100% rename from __unported__/product_size/i18n/sv.po rename to product_size/i18n/sv.po diff --git a/__unported__/product_size/product_size.py b/product_size/product_size.py similarity index 100% rename from __unported__/product_size/product_size.py rename to product_size/product_size.py diff --git a/__unported__/product_size/product_size_demo.xml b/product_size/product_size_demo.xml similarity index 100% rename from __unported__/product_size/product_size_demo.xml rename to product_size/product_size_demo.xml diff --git a/__unported__/product_size/product_size_view.xml b/product_size/product_size_view.xml similarity index 100% rename from __unported__/product_size/product_size_view.xml rename to product_size/product_size_view.xml diff --git a/__unported__/production_lot_custom_attributes/__init__.py b/production_lot_custom_attributes/__init__.py similarity index 100% rename from __unported__/production_lot_custom_attributes/__init__.py rename to production_lot_custom_attributes/__init__.py diff --git a/__unported__/production_lot_custom_attributes/__openerp__.py b/production_lot_custom_attributes/__openerp__.py similarity index 100% rename from __unported__/production_lot_custom_attributes/__openerp__.py rename to production_lot_custom_attributes/__openerp__.py diff --git a/__unported__/production_lot_custom_attributes/custom_attributes_view.xml b/production_lot_custom_attributes/custom_attributes_view.xml similarity index 100% rename from __unported__/production_lot_custom_attributes/custom_attributes_view.xml rename to production_lot_custom_attributes/custom_attributes_view.xml diff --git a/__unported__/production_lot_custom_attributes/lot.py b/production_lot_custom_attributes/lot.py similarity index 100% rename from __unported__/production_lot_custom_attributes/lot.py rename to production_lot_custom_attributes/lot.py diff --git a/__unported__/production_lot_custom_attributes/lot_view.xml b/production_lot_custom_attributes/lot_view.xml similarity index 100% rename from __unported__/production_lot_custom_attributes/lot_view.xml rename to production_lot_custom_attributes/lot_view.xml diff --git a/__unported__/production_lot_custom_attributes/test/lot_attribute_test.yml b/production_lot_custom_attributes/test/lot_attribute_test.yml similarity index 100% rename from __unported__/production_lot_custom_attributes/test/lot_attribute_test.yml rename to production_lot_custom_attributes/test/lot_attribute_test.yml diff --git a/__unported__/production_lot_custom_attributes/wizard/__init__.py b/production_lot_custom_attributes/wizard/__init__.py similarity index 100% rename from __unported__/production_lot_custom_attributes/wizard/__init__.py rename to production_lot_custom_attributes/wizard/__init__.py diff --git a/__unported__/production_lot_custom_attributes/wizard/open_lot_by_attribute_set.py b/production_lot_custom_attributes/wizard/open_lot_by_attribute_set.py similarity index 100% rename from __unported__/production_lot_custom_attributes/wizard/open_lot_by_attribute_set.py rename to production_lot_custom_attributes/wizard/open_lot_by_attribute_set.py diff --git a/__unported__/production_lot_custom_attributes/wizard/open_lot_by_attribute_set.xml b/production_lot_custom_attributes/wizard/open_lot_by_attribute_set.xml similarity index 100% rename from __unported__/production_lot_custom_attributes/wizard/open_lot_by_attribute_set.xml rename to production_lot_custom_attributes/wizard/open_lot_by_attribute_set.xml