~edannenberg/openobject-addons/stable_5.0-extra-magentoerp

« back to all changes in this revision

Viewing changes to c2c_refresh_so_lines/__init__.py

  • Committer: Joël Grand-Guillaume
  • Date: 2010-07-19 10:23:01 UTC
  • Revision ID: joel.grandguillaume@camptocamp.com-20100719102301-oznjnd6p7ij73ri2
[DOC] Updated header into some c2c modules making them consistent

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# -*- encoding: utf-8 -*-
2
 
#  __init__.py
3
 
#  Created by Nicolas Bessi
4
 
#  Copyright (c) 2009 CamptoCamp. All rights reserved.
5
 
####################################################################
 
1
# -*- coding: utf-8 -*-
 
2
##############################################################################
 
3
#
 
4
# Copyright (c) 2010 Camptocamp SA (http://www.camptocamp.com) 
 
5
# All Right Reserved
 
6
#
 
7
# Author : Nicolas Bessi (Camptocamp)
 
8
#
6
9
# WARNING: This program as such is intended to be used by professional
7
10
# programmers who take the whole responsability of assessing all potential
8
11
# consequences resulting from its eventual inadequacies and bugs
9
12
# End users who are looking for a ready-to-use solution with commercial
10
13
# garantees and support are strongly adviced to contract a Free Software
11
14
# Service Company
 
15
#
12
16
# This program is Free Software; you can redistribute it and/or
13
17
# modify it under the terms of the GNU General Public License
14
18
# as published by the Free Software Foundation; either version 2
15
19
# of the License, or (at your option) any later version.
 
20
#
16
21
# This program is distributed in the hope that it will be useful,
17
22
# but WITHOUT ANY WARRANTY; without even the implied warranty of
18
23
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19
24
# GNU General Public License for more details.
 
25
#
20
26
# You should have received a copy of the GNU General Public License
21
27
# along with this program; if not, write to the Free Software
22
28
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
29
#
 
30
##############################################################################
 
31
 
23
32
import sale
 
 
b'\\ No newline at end of file'