[REM] Google_map: Remove unused py

bzr revid: mra@tinyerp.com-20110907111202-kyvcswl9w34bt3f6
This commit is contained in:
Mustufa Rangwala (OpenERP) 2011-09-07 16:42:02 +05:30
parent 7a5c4d999b
commit ccde72131d
2 changed files with 0 additions and 33 deletions

View File

@ -19,7 +19,6 @@
#
##############################################################################
import google_map
import wizard
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -1,32 +0,0 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# 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/>.
#
##############################################################################
from osv import fields,osv,orm
class res_partner_address(osv.osv):
_description ='Partner Contact'
_name = 'res.partner.address'
_inherit = 'res.partner.address'
_columns = {
}
res_partner_address()
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: