Remove unused data file. Add view in __openerp__.py.

This commit is contained in:
Laetitia Gangloff (Acsone)
2014-01-15 10:28:54 +01:00
parent 220eef50ec
commit ac777e58fe
3 changed files with 16 additions and 17 deletions

View File

@@ -1,8 +1,16 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# Authors: Laetitia Gangloff
# Copyright (c) 2014 Acsone SA/NV (http://www.acsone.eu)
# All Rights Reserved
#
# Author: Laurent Mignon
# Copyright 2013 'ACSONE SA/NV'
# WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential
# consequences resulting from its eventual inadequacies and bugs.
# End users who are looking for a ready-to-use solution with commercial
# guarantees and support are strongly advised to contact a Free Software
# Service Company.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
@@ -17,5 +25,8 @@
# 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/>.
#
#
import statement
##############################################################################
from . import statement
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: