X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Fbase_contact%2F__terp__.py;h=96333940a8e19e5111ee67d34dfebca9b9a4a354;hb=9466a80681a6d7b6800665115e6a91938622b11d;hp=c6000afda58b1eb0b9dc6c9171cb8d61f83fb461;hpb=1b7e4c4a29eda213613df932c01dafd5a51dd8d6;p=odoo%2Fodoo.git diff --git a/addons/base_contact/__terp__.py b/addons/base_contact/__terp__.py index c6000af..9633394 100644 --- a/addons/base_contact/__terp__.py +++ b/addons/base_contact/__terp__.py @@ -1,4 +1,24 @@ # -*- encoding: utf-8 -*- +############################################################################## +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2004-2008 Tiny SPRL (). All Rights Reserved +# $Id$ +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +############################################################################## { "name" : "Base Contact", "version" : "1.0", @@ -22,7 +42,9 @@ """, "depends" : ["base", "process"], "init_xml" : [], - "demo_xml" : ["base_contact_demo.xml"], + "demo_xml" : [ + "base_contact_demo.xml" + ], "update_xml" : [ "security/ir.model.access.csv", 'base_contact_view.xml',