~nicolariolini/micronaet-developer/trunk

« back to all changes in this revision

Viewing changes to info_menuitem/__init__.py

  • Committer: nicolariolini
  • Date: 2014-07-14 07:18:56 UTC
  • Revision ID: nicola.riolini@gmail.com-20140714071856-tv16cc3u9bafk363
Aggiunto modulo per leggere le informazioni menuitem developer

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
 
2
##############################################################################
 
3
#
 
4
#    OpenERP module
 
5
#    Copyright (C) 2010 Micronaet srl (<http://www.micronaet.it>) and the
 
6
#    Italian OpenERP Community (<http://www.openerp-italia.com>)
 
7
#
 
8
#    ########################################################################
 
9
#    OpenERP, Open Source Management Solution   
 
10
#    Copyright (C) 2004-2008 Tiny SPRL (<http://tiny.be>). All Rights Reserved
 
11
#    $Id$
 
12
#
 
13
#    This program is free software: you can redistribute it and/or modify
 
14
#    it under the terms of the GNU General Public License as published by
 
15
#    the Free Software Foundation, either version 3 of the License, or
 
16
#    (at your option) any later version.
 
17
#
 
18
#    This program is distributed in the hope that it will be useful,
 
19
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
20
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
21
#    GNU General Public License for more details.
 
22
#
 
23
#    You should have received a copy of the GNU General Public License
 
24
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
25
#
 
26
##############################################################################
 
27
 
 
28
import mssql
 
29
import tools
 
30
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 
31