From 65c87db8e5cae12fecd6300407cc53ccfe0d2b84 Mon Sep 17 00:00:00 2001 From: Adrien Peiffer Date: Mon, 15 Dec 2014 08:43:35 +0100 Subject: [PATCH] [FIX] Remove automatic header to openerp header --- web_shortcuts/model/web_shortcut.py | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/web_shortcuts/model/web_shortcut.py b/web_shortcuts/model/web_shortcut.py index ab513a5f..aea9938e 100644 --- a/web_shortcuts/model/web_shortcut.py +++ b/web_shortcuts/model/web_shortcut.py @@ -1,16 +1,8 @@ # -*- coding: utf-8 -*- +############################################################################## # -# -# Authors: Adrien Peiffer -# Copyright (c) 2014 Acsone SA/NV (http://www.acsone.eu) -# All Rights Reserved -# -# 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. +# OpenERP, Open Source Management Solution +# Copyright (C) 2004-today OpenERP SA () # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -25,7 +17,8 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . # -# +############################################################################## + from openerp import models, fields, api