[FIX] Event_project: Error occurred while validating the field(s) res_model,src_model: Invalid model name in the action definition (while renaming wizard py file forgot to correct in init with 4523 revision)

bzr revid: mra@mra-laptop-20101028045339-5wqqbo30mg96idpk
This commit is contained in:
Mustufa Rangwala 2010-10-28 10:23:39 +05:30
parent 63024dc43f
commit 15bc961ead
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
##############################################################################
#
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
#
@ -15,11 +15,11 @@
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
import event_project
import event_project_retro
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: