~camptocamp/openerp-connector-magento/7.0-next-release-related-actions

« back to all changes in this revision

Viewing changes to magentoerpconnect/old_stuff.py

  • Committer: Guewen Baconnier
  • Date: 2013-03-19 15:08:27 UTC
  • mto: This revision was merged to the branch mainline in revision 812.
  • Revision ID: guewen.baconnier@camptocamp.com-20130319150827-yx85cl9ri737qdqc
[REF] update the copyright attribution according to the facts and change the license from GPL to AGPL

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: utf-8 -*-
 
2
#########################################################################
 
3
#This module intergrates Open ERP with the magento core                 #
 
4
#Core settings are stored here                                          #
 
5
#########################################################################
 
6
#                                                                       #
 
7
# Copyright (C) 2009  Sharoon Thomas, Raphaël Valyi                     #
 
8
# Copyright (C) 2011-2012 Akretion Sébastien BEAU sebastien.beau@akretion.com#
 
9
# Copyright (C) 2011-2012 Camptocamp Guewen Baconnier                   #
 
10
#                                                                       #
 
11
#This program is free software: you can redistribute it and/or modify   #
 
12
#it under the terms of the GNU General Public License as published by   #
 
13
#the Free Software Foundation, either version 3 of the License, or      #
 
14
#(at your option) any later version.                                    #
 
15
#                                                                       #
 
16
#This program is distributed in the hope that it will be useful,        #
 
17
#but WITHOUT ANY WARRANTY; without even the implied warranty of         #
 
18
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the          #
 
19
#GNU General Public License for more details.                           #
 
20
#                                                                       #
 
21
#You should have received a copy of the GNU General Public License      #
 
22
#along with this program.  If not, see <http://www.gnu.org/licenses/>.  #
 
23
#########################################################################
 
24
 
2
25
import logging
3
26
 
4
27
from openerp.osv import fields