diff --git a/README.md b/README.md index d5af324..84938c3 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,6 @@ Unported addons --------------- addon | version | summary --- | --- | --- -[stock_picking_webkit](__unported__/stock_picking_webkit/) | 1.0.1 (unported) | Picking reports using Webkit Library +[stock_picking_webkit](stock_picking_webkit/) | 1.0.1 (unported) | Picking reports using Webkit Library [//]: # (end addons) diff --git a/__unported__/stock_picking_webkit/__init__.py b/stock_picking_webkit/__init__.py similarity index 100% rename from __unported__/stock_picking_webkit/__init__.py rename to stock_picking_webkit/__init__.py diff --git a/__unported__/stock_picking_webkit/__openerp__.py b/stock_picking_webkit/__openerp__.py similarity index 100% rename from __unported__/stock_picking_webkit/__openerp__.py rename to stock_picking_webkit/__openerp__.py diff --git a/__unported__/stock_picking_webkit/i18n/fr.po b/stock_picking_webkit/i18n/fr.po similarity index 100% rename from __unported__/stock_picking_webkit/i18n/fr.po rename to stock_picking_webkit/i18n/fr.po diff --git a/__unported__/stock_picking_webkit/i18n/stock_picking_webkit.pot b/stock_picking_webkit/i18n/stock_picking_webkit.pot similarity index 100% rename from __unported__/stock_picking_webkit/i18n/stock_picking_webkit.pot rename to stock_picking_webkit/i18n/stock_picking_webkit.pot diff --git a/__unported__/stock_picking_webkit/report.xml b/stock_picking_webkit/report.xml similarity index 100% rename from __unported__/stock_picking_webkit/report.xml rename to stock_picking_webkit/report.xml diff --git a/__unported__/stock_picking_webkit/report/__init__.py b/stock_picking_webkit/report/__init__.py similarity index 100% rename from __unported__/stock_picking_webkit/report/__init__.py rename to stock_picking_webkit/report/__init__.py diff --git a/__unported__/stock_picking_webkit/report/delivery.html.mako b/stock_picking_webkit/report/delivery.html.mako similarity index 100% rename from __unported__/stock_picking_webkit/report/delivery.html.mako rename to stock_picking_webkit/report/delivery.html.mako diff --git a/__unported__/stock_picking_webkit/report/delivery_slip.mako b/stock_picking_webkit/report/delivery_slip.mako similarity index 100% rename from __unported__/stock_picking_webkit/report/delivery_slip.mako rename to stock_picking_webkit/report/delivery_slip.mako diff --git a/__unported__/stock_picking_webkit/report/picking.html.mako b/stock_picking_webkit/report/picking.html.mako similarity index 100% rename from __unported__/stock_picking_webkit/report/picking.html.mako rename to stock_picking_webkit/report/picking.html.mako diff --git a/__unported__/stock_picking_webkit/report/stock_report.py b/stock_picking_webkit/report/stock_report.py similarity index 100% rename from __unported__/stock_picking_webkit/report/stock_report.py rename to stock_picking_webkit/report/stock_report.py diff --git a/__unported__/stock_picking_webkit/stock_view.xml b/stock_picking_webkit/stock_view.xml similarity index 100% rename from __unported__/stock_picking_webkit/stock_view.xml rename to stock_picking_webkit/stock_view.xml