From f3ca19408ae9ab10fd7d6f9848523397c08dd1df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Tue, 13 Oct 2015 16:59:00 +0200 Subject: [PATCH] [MOV] move addons out of __unported__ (they remain not installable) --- README.md | 2 +- .../stock_picking_webkit => stock_picking_webkit}/__init__.py | 0 .../__openerp__.py | 0 .../stock_picking_webkit => stock_picking_webkit}/i18n/fr.po | 0 .../i18n/stock_picking_webkit.pot | 0 .../stock_picking_webkit => stock_picking_webkit}/report.xml | 0 .../report/__init__.py | 0 .../report/delivery.html.mako | 0 .../report/delivery_slip.mako | 0 .../report/picking.html.mako | 0 .../report/stock_report.py | 0 .../stock_view.xml | 0 12 files changed, 1 insertion(+), 1 deletion(-) rename {__unported__/stock_picking_webkit => stock_picking_webkit}/__init__.py (100%) rename {__unported__/stock_picking_webkit => stock_picking_webkit}/__openerp__.py (100%) rename {__unported__/stock_picking_webkit => stock_picking_webkit}/i18n/fr.po (100%) rename {__unported__/stock_picking_webkit => stock_picking_webkit}/i18n/stock_picking_webkit.pot (100%) rename {__unported__/stock_picking_webkit => stock_picking_webkit}/report.xml (100%) rename {__unported__/stock_picking_webkit => stock_picking_webkit}/report/__init__.py (100%) rename {__unported__/stock_picking_webkit => stock_picking_webkit}/report/delivery.html.mako (100%) rename {__unported__/stock_picking_webkit => stock_picking_webkit}/report/delivery_slip.mako (100%) rename {__unported__/stock_picking_webkit => stock_picking_webkit}/report/picking.html.mako (100%) rename {__unported__/stock_picking_webkit => stock_picking_webkit}/report/stock_report.py (100%) rename {__unported__/stock_picking_webkit => stock_picking_webkit}/stock_view.xml (100%) 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