diff --git a/README.md b/README.md index a1f5dacb290..d25cd9af8ea 100644 --- a/README.md +++ b/README.md @@ -50,23 +50,23 @@ Unported addons --------------- addon | version | summary --- | --- | --- -[account_invoice_reorder_lines](__unported__/account_invoice_reorder_lines/) | 0.1 (unported) | Invoice lines with sequence number -[mail_quotation](__unported__/mail_quotation/) | 0.1 (unported) | Mail quotation -[pricelist_share_companies](__unported__/pricelist_share_companies/) | 1.0 (unported) | Share pricelist between compagnies, not product -[product_customer_code_sale](__unported__/product_customer_code_sale/) | 1.0 (unported) | Product Customer code on sale -[product_special_type](__unported__/product_special_type/) | 1.0 (unported) | Product Special Types -[product_special_type_invoice](__unported__/product_special_type_invoice/) | 1.0 (unported) | Product Special Type on Invoice -[product_special_type_sale](__unported__/product_special_type_sale/) | 1.0 (unported) | Product Special Type on Sale -[purchase_order_reorder_lines](__unported__/purchase_order_reorder_lines/) | 0.1 (unported) | Purchase order lines with sequence number -[sale_condition_text](__unported__/sale_condition_text/) | 1.3 (unported) | Sale/invoice condition -[sale_delivery_term](__unported__/sale_delivery_term/) | 0.1 (unported) | Delivery term for sale orders -[sale_dropshipping](__unported__/sale_dropshipping/) | 1.1.1 (unported) | Sale Dropshipping -[sale_fiscal_position_update](__unported__/sale_fiscal_position_update/) | 1.0 (unported) | Changing the fiscal position of a sale order will auto-update sale order lines -[sale_jit_on_services](__unported__/sale_jit_on_services/) | 1.0 (unported) | Sale Service Just In Time -[sale_journal_shop](__unported__/sale_journal_shop/) | 0.0.1 (unported) | Sale Journal Shop -[sale_multi_picking](__unported__/sale_multi_picking/) | 0.1 (unported) | Multi Pickings from Sale Orders -[sale_order_force_number](__unported__/sale_order_force_number/) | 0.1 (unported) | Force sale orders numeration -[sale_stock_global_delivery_lead_time](__unported__/sale_stock_global_delivery_lead_time/) | 0.1 (unported) | Sale global delivery lead time +[account_invoice_reorder_lines](account_invoice_reorder_lines/) | 0.1 (unported) | Invoice lines with sequence number +[mail_quotation](mail_quotation/) | 0.1 (unported) | Mail quotation +[pricelist_share_companies](pricelist_share_companies/) | 1.0 (unported) | Share pricelist between compagnies, not product +[product_customer_code_sale](product_customer_code_sale/) | 1.0 (unported) | Product Customer code on sale +[product_special_type](product_special_type/) | 1.0 (unported) | Product Special Types +[product_special_type_invoice](product_special_type_invoice/) | 1.0 (unported) | Product Special Type on Invoice +[product_special_type_sale](product_special_type_sale/) | 1.0 (unported) | Product Special Type on Sale +[purchase_order_reorder_lines](purchase_order_reorder_lines/) | 0.1 (unported) | Purchase order lines with sequence number +[sale_condition_text](sale_condition_text/) | 1.3 (unported) | Sale/invoice condition +[sale_delivery_term](sale_delivery_term/) | 0.1 (unported) | Delivery term for sale orders +[sale_dropshipping](sale_dropshipping/) | 1.1.1 (unported) | Sale Dropshipping +[sale_fiscal_position_update](sale_fiscal_position_update/) | 1.0 (unported) | Changing the fiscal position of a sale order will auto-update sale order lines +[sale_jit_on_services](sale_jit_on_services/) | 1.0 (unported) | Sale Service Just In Time +[sale_journal_shop](sale_journal_shop/) | 0.0.1 (unported) | Sale Journal Shop +[sale_multi_picking](sale_multi_picking/) | 0.1 (unported) | Multi Pickings from Sale Orders +[sale_order_force_number](sale_order_force_number/) | 0.1 (unported) | Force sale orders numeration +[sale_stock_global_delivery_lead_time](sale_stock_global_delivery_lead_time/) | 0.1 (unported) | Sale global delivery lead time [//]: # (end addons) diff --git a/__unported__/account_invoice_reorder_lines/__init__.py b/account_invoice_reorder_lines/__init__.py similarity index 100% rename from __unported__/account_invoice_reorder_lines/__init__.py rename to account_invoice_reorder_lines/__init__.py diff --git a/__unported__/account_invoice_reorder_lines/__openerp__.py b/account_invoice_reorder_lines/__openerp__.py similarity index 100% rename from __unported__/account_invoice_reorder_lines/__openerp__.py rename to account_invoice_reorder_lines/__openerp__.py diff --git a/__unported__/account_invoice_reorder_lines/i18n/account_invoice_reorder_lines.pot b/account_invoice_reorder_lines/i18n/account_invoice_reorder_lines.pot similarity index 100% rename from __unported__/account_invoice_reorder_lines/i18n/account_invoice_reorder_lines.pot rename to account_invoice_reorder_lines/i18n/account_invoice_reorder_lines.pot diff --git a/__unported__/account_invoice_reorder_lines/i18n/en.po b/account_invoice_reorder_lines/i18n/en.po similarity index 100% rename from __unported__/account_invoice_reorder_lines/i18n/en.po rename to account_invoice_reorder_lines/i18n/en.po diff --git a/__unported__/account_invoice_reorder_lines/i18n/fr.po b/account_invoice_reorder_lines/i18n/fr.po similarity index 100% rename from __unported__/account_invoice_reorder_lines/i18n/fr.po rename to account_invoice_reorder_lines/i18n/fr.po diff --git a/__unported__/account_invoice_reorder_lines/invoice.py b/account_invoice_reorder_lines/invoice.py similarity index 100% rename from __unported__/account_invoice_reorder_lines/invoice.py rename to account_invoice_reorder_lines/invoice.py diff --git a/__unported__/account_invoice_reorder_lines/invoice_view.xml b/account_invoice_reorder_lines/invoice_view.xml similarity index 100% rename from __unported__/account_invoice_reorder_lines/invoice_view.xml rename to account_invoice_reorder_lines/invoice_view.xml diff --git a/__unported__/mail_quotation/__init__.py b/mail_quotation/__init__.py similarity index 100% rename from __unported__/mail_quotation/__init__.py rename to mail_quotation/__init__.py diff --git a/__unported__/mail_quotation/__openerp__.py b/mail_quotation/__openerp__.py similarity index 100% rename from __unported__/mail_quotation/__openerp__.py rename to mail_quotation/__openerp__.py diff --git a/__unported__/mail_quotation/quotation_action_data.xml b/mail_quotation/quotation_action_data.xml similarity index 100% rename from __unported__/mail_quotation/quotation_action_data.xml rename to mail_quotation/quotation_action_data.xml diff --git a/__unported__/mail_quotation/sale_order_view.xml b/mail_quotation/sale_order_view.xml similarity index 100% rename from __unported__/mail_quotation/sale_order_view.xml rename to mail_quotation/sale_order_view.xml diff --git a/__unported__/pricelist_share_companies/__init__.py b/pricelist_share_companies/__init__.py similarity index 100% rename from __unported__/pricelist_share_companies/__init__.py rename to pricelist_share_companies/__init__.py diff --git a/__unported__/pricelist_share_companies/__openerp__.py b/pricelist_share_companies/__openerp__.py similarity index 100% rename from __unported__/pricelist_share_companies/__openerp__.py rename to pricelist_share_companies/__openerp__.py diff --git a/__unported__/pricelist_share_companies/company.py b/pricelist_share_companies/company.py similarity index 100% rename from __unported__/pricelist_share_companies/company.py rename to pricelist_share_companies/company.py diff --git a/__unported__/pricelist_share_companies/company_view.xml b/pricelist_share_companies/company_view.xml similarity index 100% rename from __unported__/pricelist_share_companies/company_view.xml rename to pricelist_share_companies/company_view.xml diff --git a/__unported__/pricelist_share_companies/pricelist.py b/pricelist_share_companies/pricelist.py similarity index 100% rename from __unported__/pricelist_share_companies/pricelist.py rename to pricelist_share_companies/pricelist.py diff --git a/__unported__/pricelist_share_companies/pricelist_view.xml b/pricelist_share_companies/pricelist_view.xml similarity index 100% rename from __unported__/pricelist_share_companies/pricelist_view.xml rename to pricelist_share_companies/pricelist_view.xml diff --git a/__unported__/pricelist_share_companies/security/pricelist_security.xml b/pricelist_share_companies/security/pricelist_security.xml similarity index 100% rename from __unported__/pricelist_share_companies/security/pricelist_security.xml rename to pricelist_share_companies/security/pricelist_security.xml diff --git a/__unported__/product_customer_code_sale/__init__.py b/product_customer_code_sale/__init__.py similarity index 100% rename from __unported__/product_customer_code_sale/__init__.py rename to product_customer_code_sale/__init__.py diff --git a/__unported__/product_customer_code_sale/__openerp__.py b/product_customer_code_sale/__openerp__.py similarity index 100% rename from __unported__/product_customer_code_sale/__openerp__.py rename to product_customer_code_sale/__openerp__.py diff --git a/__unported__/product_customer_code_sale/i18n/it.po b/product_customer_code_sale/i18n/it.po similarity index 100% rename from __unported__/product_customer_code_sale/i18n/it.po rename to product_customer_code_sale/i18n/it.po diff --git a/__unported__/product_customer_code_sale/i18n/product_customer_code_sale.pot b/product_customer_code_sale/i18n/product_customer_code_sale.pot similarity index 100% rename from __unported__/product_customer_code_sale/i18n/product_customer_code_sale.pot rename to product_customer_code_sale/i18n/product_customer_code_sale.pot diff --git a/__unported__/product_customer_code_sale/sale.py b/product_customer_code_sale/sale.py similarity index 100% rename from __unported__/product_customer_code_sale/sale.py rename to product_customer_code_sale/sale.py diff --git a/__unported__/product_customer_code_sale/sale_view.xml b/product_customer_code_sale/sale_view.xml similarity index 100% rename from __unported__/product_customer_code_sale/sale_view.xml rename to product_customer_code_sale/sale_view.xml diff --git a/__unported__/product_special_type/__init__.py b/product_special_type/__init__.py similarity index 100% rename from __unported__/product_special_type/__init__.py rename to product_special_type/__init__.py diff --git a/__unported__/product_special_type/__openerp__.py b/product_special_type/__openerp__.py similarity index 100% rename from __unported__/product_special_type/__openerp__.py rename to product_special_type/__openerp__.py diff --git a/__unported__/product_special_type/product.py b/product_special_type/product.py similarity index 100% rename from __unported__/product_special_type/product.py rename to product_special_type/product.py diff --git a/__unported__/product_special_type/product_view.xml b/product_special_type/product_view.xml similarity index 100% rename from __unported__/product_special_type/product_view.xml rename to product_special_type/product_view.xml diff --git a/__unported__/product_special_type_invoice/__init__.py b/product_special_type_invoice/__init__.py similarity index 100% rename from __unported__/product_special_type_invoice/__init__.py rename to product_special_type_invoice/__init__.py diff --git a/__unported__/product_special_type_invoice/__openerp__.py b/product_special_type_invoice/__openerp__.py similarity index 100% rename from __unported__/product_special_type_invoice/__openerp__.py rename to product_special_type_invoice/__openerp__.py diff --git a/__unported__/product_special_type_invoice/invoice.py b/product_special_type_invoice/invoice.py similarity index 100% rename from __unported__/product_special_type_invoice/invoice.py rename to product_special_type_invoice/invoice.py diff --git a/__unported__/product_special_type_sale/__init__.py b/product_special_type_sale/__init__.py similarity index 100% rename from __unported__/product_special_type_sale/__init__.py rename to product_special_type_sale/__init__.py diff --git a/__unported__/product_special_type_sale/__openerp__.py b/product_special_type_sale/__openerp__.py similarity index 100% rename from __unported__/product_special_type_sale/__openerp__.py rename to product_special_type_sale/__openerp__.py diff --git a/__unported__/product_special_type_sale/sale.py b/product_special_type_sale/sale.py similarity index 100% rename from __unported__/product_special_type_sale/sale.py rename to product_special_type_sale/sale.py diff --git a/__unported__/purchase_order_reorder_lines/__init__.py b/purchase_order_reorder_lines/__init__.py similarity index 100% rename from __unported__/purchase_order_reorder_lines/__init__.py rename to purchase_order_reorder_lines/__init__.py diff --git a/__unported__/purchase_order_reorder_lines/__openerp__.py b/purchase_order_reorder_lines/__openerp__.py similarity index 100% rename from __unported__/purchase_order_reorder_lines/__openerp__.py rename to purchase_order_reorder_lines/__openerp__.py diff --git a/__unported__/purchase_order_reorder_lines/i18n/en.po b/purchase_order_reorder_lines/i18n/en.po similarity index 100% rename from __unported__/purchase_order_reorder_lines/i18n/en.po rename to purchase_order_reorder_lines/i18n/en.po diff --git a/__unported__/purchase_order_reorder_lines/i18n/fr.po b/purchase_order_reorder_lines/i18n/fr.po similarity index 100% rename from __unported__/purchase_order_reorder_lines/i18n/fr.po rename to purchase_order_reorder_lines/i18n/fr.po diff --git a/__unported__/purchase_order_reorder_lines/purchase.py b/purchase_order_reorder_lines/purchase.py similarity index 100% rename from __unported__/purchase_order_reorder_lines/purchase.py rename to purchase_order_reorder_lines/purchase.py diff --git a/__unported__/purchase_order_reorder_lines/purchase_view.xml b/purchase_order_reorder_lines/purchase_view.xml similarity index 100% rename from __unported__/purchase_order_reorder_lines/purchase_view.xml rename to purchase_order_reorder_lines/purchase_view.xml diff --git a/__unported__/sale_condition_text/__init__.py b/sale_condition_text/__init__.py similarity index 100% rename from __unported__/sale_condition_text/__init__.py rename to sale_condition_text/__init__.py diff --git a/__unported__/sale_condition_text/__openerp__.py b/sale_condition_text/__openerp__.py similarity index 100% rename from __unported__/sale_condition_text/__openerp__.py rename to sale_condition_text/__openerp__.py diff --git a/__unported__/sale_condition_text/account_invoice.py b/sale_condition_text/account_invoice.py similarity index 100% rename from __unported__/sale_condition_text/account_invoice.py rename to sale_condition_text/account_invoice.py diff --git a/__unported__/sale_condition_text/account_invoice_view.xml b/sale_condition_text/account_invoice_view.xml similarity index 100% rename from __unported__/sale_condition_text/account_invoice_view.xml rename to sale_condition_text/account_invoice_view.xml diff --git a/__unported__/sale_condition_text/condition.py b/sale_condition_text/condition.py similarity index 100% rename from __unported__/sale_condition_text/condition.py rename to sale_condition_text/condition.py diff --git a/__unported__/sale_condition_text/condition_view.xml b/sale_condition_text/condition_view.xml similarity index 100% rename from __unported__/sale_condition_text/condition_view.xml rename to sale_condition_text/condition_view.xml diff --git a/__unported__/sale_condition_text/sale_order.py b/sale_condition_text/sale_order.py similarity index 100% rename from __unported__/sale_condition_text/sale_order.py rename to sale_condition_text/sale_order.py diff --git a/__unported__/sale_condition_text/sale_order_view.xml b/sale_condition_text/sale_order_view.xml similarity index 100% rename from __unported__/sale_condition_text/sale_order_view.xml rename to sale_condition_text/sale_order_view.xml diff --git a/__unported__/sale_delivery_term/AUTHORS.txt b/sale_delivery_term/AUTHORS.txt similarity index 100% rename from __unported__/sale_delivery_term/AUTHORS.txt rename to sale_delivery_term/AUTHORS.txt diff --git a/__unported__/sale_delivery_term/__init__.py b/sale_delivery_term/__init__.py similarity index 100% rename from __unported__/sale_delivery_term/__init__.py rename to sale_delivery_term/__init__.py diff --git a/__unported__/sale_delivery_term/__openerp__.py b/sale_delivery_term/__openerp__.py similarity index 100% rename from __unported__/sale_delivery_term/__openerp__.py rename to sale_delivery_term/__openerp__.py diff --git a/__unported__/sale_delivery_term/sale.py b/sale_delivery_term/sale.py similarity index 100% rename from __unported__/sale_delivery_term/sale.py rename to sale_delivery_term/sale.py diff --git a/__unported__/sale_delivery_term/sale_data.xml b/sale_delivery_term/sale_data.xml similarity index 100% rename from __unported__/sale_delivery_term/sale_data.xml rename to sale_delivery_term/sale_data.xml diff --git a/__unported__/sale_delivery_term/sale_demo.xml b/sale_delivery_term/sale_demo.xml similarity index 100% rename from __unported__/sale_delivery_term/sale_demo.xml rename to sale_delivery_term/sale_demo.xml diff --git a/__unported__/sale_delivery_term/sale_view.xml b/sale_delivery_term/sale_view.xml similarity index 100% rename from __unported__/sale_delivery_term/sale_view.xml rename to sale_delivery_term/sale_view.xml diff --git a/__unported__/sale_delivery_term/security/ir.model.access.csv b/sale_delivery_term/security/ir.model.access.csv similarity index 100% rename from __unported__/sale_delivery_term/security/ir.model.access.csv rename to sale_delivery_term/security/ir.model.access.csv diff --git a/__unported__/sale_delivery_term/test/sale_order_demo.yml b/sale_delivery_term/test/sale_order_demo.yml similarity index 100% rename from __unported__/sale_delivery_term/test/sale_order_demo.yml rename to sale_delivery_term/test/sale_order_demo.yml diff --git a/__unported__/sale_dropshipping/__init__.py b/sale_dropshipping/__init__.py similarity index 100% rename from __unported__/sale_dropshipping/__init__.py rename to sale_dropshipping/__init__.py diff --git a/__unported__/sale_dropshipping/__openerp__.py b/sale_dropshipping/__openerp__.py similarity index 100% rename from __unported__/sale_dropshipping/__openerp__.py rename to sale_dropshipping/__openerp__.py diff --git a/__unported__/sale_dropshipping/i18n/pt_BR.po b/sale_dropshipping/i18n/pt_BR.po similarity index 100% rename from __unported__/sale_dropshipping/i18n/pt_BR.po rename to sale_dropshipping/i18n/pt_BR.po diff --git a/__unported__/sale_dropshipping/images/purchase_to_sale.png b/sale_dropshipping/images/purchase_to_sale.png similarity index 100% rename from __unported__/sale_dropshipping/images/purchase_to_sale.png rename to sale_dropshipping/images/purchase_to_sale.png diff --git a/__unported__/sale_dropshipping/product.py b/sale_dropshipping/product.py similarity index 100% rename from __unported__/sale_dropshipping/product.py rename to sale_dropshipping/product.py diff --git a/__unported__/sale_dropshipping/product_view.xml b/sale_dropshipping/product_view.xml similarity index 100% rename from __unported__/sale_dropshipping/product_view.xml rename to sale_dropshipping/product_view.xml diff --git a/__unported__/sale_dropshipping/purchase.py b/sale_dropshipping/purchase.py similarity index 100% rename from __unported__/sale_dropshipping/purchase.py rename to sale_dropshipping/purchase.py diff --git a/__unported__/sale_dropshipping/purchase_view.xml b/sale_dropshipping/purchase_view.xml similarity index 100% rename from __unported__/sale_dropshipping/purchase_view.xml rename to sale_dropshipping/purchase_view.xml diff --git a/__unported__/sale_dropshipping/sale.py b/sale_dropshipping/sale.py similarity index 100% rename from __unported__/sale_dropshipping/sale.py rename to sale_dropshipping/sale.py diff --git a/__unported__/sale_dropshipping/sale_view.xml b/sale_dropshipping/sale_view.xml similarity index 100% rename from __unported__/sale_dropshipping/sale_view.xml rename to sale_dropshipping/sale_view.xml diff --git a/__unported__/sale_dropshipping/stock_view.xml b/sale_dropshipping/stock_view.xml similarity index 100% rename from __unported__/sale_dropshipping/stock_view.xml rename to sale_dropshipping/stock_view.xml diff --git a/__unported__/sale_dropshipping/test/test_sale_policy_procurement.yml b/sale_dropshipping/test/test_sale_policy_procurement.yml similarity index 100% rename from __unported__/sale_dropshipping/test/test_sale_policy_procurement.yml rename to sale_dropshipping/test/test_sale_policy_procurement.yml diff --git a/__unported__/sale_fiscal_position_update/__init__.py b/sale_fiscal_position_update/__init__.py similarity index 100% rename from __unported__/sale_fiscal_position_update/__init__.py rename to sale_fiscal_position_update/__init__.py diff --git a/__unported__/sale_fiscal_position_update/__openerp__.py b/sale_fiscal_position_update/__openerp__.py similarity index 100% rename from __unported__/sale_fiscal_position_update/__openerp__.py rename to sale_fiscal_position_update/__openerp__.py diff --git a/__unported__/sale_fiscal_position_update/i18n/fr.po b/sale_fiscal_position_update/i18n/fr.po similarity index 100% rename from __unported__/sale_fiscal_position_update/i18n/fr.po rename to sale_fiscal_position_update/i18n/fr.po diff --git a/__unported__/sale_fiscal_position_update/i18n/sale_fiscal_position_update.pot b/sale_fiscal_position_update/i18n/sale_fiscal_position_update.pot similarity index 100% rename from __unported__/sale_fiscal_position_update/i18n/sale_fiscal_position_update.pot rename to sale_fiscal_position_update/i18n/sale_fiscal_position_update.pot diff --git a/__unported__/sale_fiscal_position_update/sale.py b/sale_fiscal_position_update/sale.py similarity index 100% rename from __unported__/sale_fiscal_position_update/sale.py rename to sale_fiscal_position_update/sale.py diff --git a/__unported__/sale_fiscal_position_update/sale_view.xml b/sale_fiscal_position_update/sale_view.xml similarity index 100% rename from __unported__/sale_fiscal_position_update/sale_view.xml rename to sale_fiscal_position_update/sale_view.xml diff --git a/__unported__/sale_jit_on_services/__init__.py b/sale_jit_on_services/__init__.py similarity index 100% rename from __unported__/sale_jit_on_services/__init__.py rename to sale_jit_on_services/__init__.py diff --git a/__unported__/sale_jit_on_services/__openerp__.py b/sale_jit_on_services/__openerp__.py similarity index 100% rename from __unported__/sale_jit_on_services/__openerp__.py rename to sale_jit_on_services/__openerp__.py diff --git a/__unported__/sale_jit_on_services/procurement.py b/sale_jit_on_services/procurement.py similarity index 100% rename from __unported__/sale_jit_on_services/procurement.py rename to sale_jit_on_services/procurement.py diff --git a/__unported__/sale_jit_on_services/procurement_workflow.xml b/sale_jit_on_services/procurement_workflow.xml similarity index 100% rename from __unported__/sale_jit_on_services/procurement_workflow.xml rename to sale_jit_on_services/procurement_workflow.xml diff --git a/__unported__/sale_jit_on_services/test/sale_service_jit_test.yml b/sale_jit_on_services/test/sale_service_jit_test.yml similarity index 100% rename from __unported__/sale_jit_on_services/test/sale_service_jit_test.yml rename to sale_jit_on_services/test/sale_service_jit_test.yml diff --git a/__unported__/sale_journal_shop/__init__.py b/sale_journal_shop/__init__.py similarity index 100% rename from __unported__/sale_journal_shop/__init__.py rename to sale_journal_shop/__init__.py diff --git a/__unported__/sale_journal_shop/__openerp__.py b/sale_journal_shop/__openerp__.py similarity index 100% rename from __unported__/sale_journal_shop/__openerp__.py rename to sale_journal_shop/__openerp__.py diff --git a/__unported__/sale_journal_shop/sale.py b/sale_journal_shop/sale.py similarity index 100% rename from __unported__/sale_journal_shop/sale.py rename to sale_journal_shop/sale.py diff --git a/__unported__/sale_journal_shop/sale_view.xml b/sale_journal_shop/sale_view.xml similarity index 100% rename from __unported__/sale_journal_shop/sale_view.xml rename to sale_journal_shop/sale_view.xml diff --git a/__unported__/sale_multi_picking/AUTHORS.txt b/sale_multi_picking/AUTHORS.txt similarity index 100% rename from __unported__/sale_multi_picking/AUTHORS.txt rename to sale_multi_picking/AUTHORS.txt diff --git a/__unported__/sale_multi_picking/__init__.py b/sale_multi_picking/__init__.py similarity index 100% rename from __unported__/sale_multi_picking/__init__.py rename to sale_multi_picking/__init__.py diff --git a/__unported__/sale_multi_picking/__openerp__.py b/sale_multi_picking/__openerp__.py similarity index 100% rename from __unported__/sale_multi_picking/__openerp__.py rename to sale_multi_picking/__openerp__.py diff --git a/__unported__/sale_multi_picking/sale.py b/sale_multi_picking/sale.py similarity index 100% rename from __unported__/sale_multi_picking/sale.py rename to sale_multi_picking/sale.py diff --git a/__unported__/sale_multi_picking/sale_demo.xml b/sale_multi_picking/sale_demo.xml similarity index 100% rename from __unported__/sale_multi_picking/sale_demo.xml rename to sale_multi_picking/sale_demo.xml diff --git a/__unported__/sale_multi_picking/sale_view.xml b/sale_multi_picking/sale_view.xml similarity index 100% rename from __unported__/sale_multi_picking/sale_view.xml rename to sale_multi_picking/sale_view.xml diff --git a/__unported__/sale_multi_picking/security/ir.model.access.csv b/sale_multi_picking/security/ir.model.access.csv similarity index 100% rename from __unported__/sale_multi_picking/security/ir.model.access.csv rename to sale_multi_picking/security/ir.model.access.csv diff --git a/__unported__/sale_order_force_number/AUTHORS.txt b/sale_order_force_number/AUTHORS.txt similarity index 100% rename from __unported__/sale_order_force_number/AUTHORS.txt rename to sale_order_force_number/AUTHORS.txt diff --git a/__unported__/sale_order_force_number/__init__.py b/sale_order_force_number/__init__.py similarity index 100% rename from __unported__/sale_order_force_number/__init__.py rename to sale_order_force_number/__init__.py diff --git a/__unported__/sale_order_force_number/__openerp__.py b/sale_order_force_number/__openerp__.py similarity index 100% rename from __unported__/sale_order_force_number/__openerp__.py rename to sale_order_force_number/__openerp__.py diff --git a/__unported__/sale_order_force_number/sale_view.xml b/sale_order_force_number/sale_view.xml similarity index 100% rename from __unported__/sale_order_force_number/sale_view.xml rename to sale_order_force_number/sale_view.xml diff --git a/__unported__/sale_stock_global_delivery_lead_time/__init__.py b/sale_stock_global_delivery_lead_time/__init__.py similarity index 100% rename from __unported__/sale_stock_global_delivery_lead_time/__init__.py rename to sale_stock_global_delivery_lead_time/__init__.py diff --git a/__unported__/sale_stock_global_delivery_lead_time/__openerp__.py b/sale_stock_global_delivery_lead_time/__openerp__.py similarity index 100% rename from __unported__/sale_stock_global_delivery_lead_time/__openerp__.py rename to sale_stock_global_delivery_lead_time/__openerp__.py diff --git a/__unported__/sale_stock_global_delivery_lead_time/sale_stock.py b/sale_stock_global_delivery_lead_time/sale_stock.py similarity index 100% rename from __unported__/sale_stock_global_delivery_lead_time/sale_stock.py rename to sale_stock_global_delivery_lead_time/sale_stock.py diff --git a/__unported__/sale_stock_global_delivery_lead_time/sale_stock_view.xml b/sale_stock_global_delivery_lead_time/sale_stock_view.xml similarity index 100% rename from __unported__/sale_stock_global_delivery_lead_time/sale_stock_view.xml rename to sale_stock_global_delivery_lead_time/sale_stock_view.xml