From 99d3a4a0c01dcf042e3af00c79deb6a20e4e674b Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Tue, 16 Sep 2014 11:34:19 +0200 Subject: [PATCH] Remove cron_run_manually from unported modules --- {__unported__/cron_run_manually => cron_run_manually}/__init__.py | 0 .../cron_run_manually => cron_run_manually}/__openerp__.py | 0 .../i18n/cron_run_manually.pot | 0 {__unported__/cron_run_manually => cron_run_manually}/i18n/nl.po | 0 .../cron_run_manually => cron_run_manually}/model/__init__.py | 0 .../cron_run_manually => cron_run_manually}/model/ir_cron.py | 0 .../cron_run_manually => cron_run_manually}/view/ir_cron.xml | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename {__unported__/cron_run_manually => cron_run_manually}/__init__.py (100%) rename {__unported__/cron_run_manually => cron_run_manually}/__openerp__.py (100%) rename {__unported__/cron_run_manually => cron_run_manually}/i18n/cron_run_manually.pot (100%) rename {__unported__/cron_run_manually => cron_run_manually}/i18n/nl.po (100%) rename {__unported__/cron_run_manually => cron_run_manually}/model/__init__.py (100%) rename {__unported__/cron_run_manually => cron_run_manually}/model/ir_cron.py (100%) rename {__unported__/cron_run_manually => cron_run_manually}/view/ir_cron.xml (100%) diff --git a/__unported__/cron_run_manually/__init__.py b/cron_run_manually/__init__.py similarity index 100% rename from __unported__/cron_run_manually/__init__.py rename to cron_run_manually/__init__.py diff --git a/__unported__/cron_run_manually/__openerp__.py b/cron_run_manually/__openerp__.py similarity index 100% rename from __unported__/cron_run_manually/__openerp__.py rename to cron_run_manually/__openerp__.py diff --git a/__unported__/cron_run_manually/i18n/cron_run_manually.pot b/cron_run_manually/i18n/cron_run_manually.pot similarity index 100% rename from __unported__/cron_run_manually/i18n/cron_run_manually.pot rename to cron_run_manually/i18n/cron_run_manually.pot diff --git a/__unported__/cron_run_manually/i18n/nl.po b/cron_run_manually/i18n/nl.po similarity index 100% rename from __unported__/cron_run_manually/i18n/nl.po rename to cron_run_manually/i18n/nl.po diff --git a/__unported__/cron_run_manually/model/__init__.py b/cron_run_manually/model/__init__.py similarity index 100% rename from __unported__/cron_run_manually/model/__init__.py rename to cron_run_manually/model/__init__.py diff --git a/__unported__/cron_run_manually/model/ir_cron.py b/cron_run_manually/model/ir_cron.py similarity index 100% rename from __unported__/cron_run_manually/model/ir_cron.py rename to cron_run_manually/model/ir_cron.py diff --git a/__unported__/cron_run_manually/view/ir_cron.xml b/cron_run_manually/view/ir_cron.xml similarity index 100% rename from __unported__/cron_run_manually/view/ir_cron.xml rename to cron_run_manually/view/ir_cron.xml