~therp-nl/ocb-addons/6.1-lp1342360-fetchmail_file_storage_duplicate_attachment_ids

« back to all changes in this revision

Viewing changes to l10n_cr/__init__.py

  • Committer: nvi-openerp
  • Date: 2010-11-03 12:37:28 UTC
  • mto: This revision was merged to the branch mainline in revision 3900.
  • Revision ID: nicolas.vanhoren@openerp.com-20101103123728-v5w9snxtquoa79h0
[ADD] Added Costa Rica accounting

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
 
2
##############################################################################
 
3
#
 
4
#    __init__.py
 
5
#    l10n_cr_account
 
6
#    First author: Carlos Vásquez <carlos.vasquez@clearcorp.co.cr> (ClearCorp S.A.)
 
7
#    Copyright (c) 2010-TODAY ClearCorp S.A. (http://clearcorp.co.cr). All rights reserved.
 
8
#    
 
9
#    Redistribution and use in source and binary forms, with or without modification, are
 
10
#    permitted provided that the following conditions are met:
 
11
#    
 
12
#       1. Redistributions of source code must retain the above copyright notice, this list of
 
13
#          conditions and the following disclaimer.
 
14
#    
 
15
#       2. Redistributions in binary form must reproduce the above copyright notice, this list
 
16
#          of conditions and the following disclaimer in the documentation and/or other materials
 
17
#          provided with the distribution.
 
18
#    
 
19
#    THIS SOFTWARE IS PROVIDED BY <COPYRIGHT HOLDER> ``AS IS'' AND ANY EXPRESS OR IMPLIED
 
20
#    WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
 
21
#    FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> OR
 
22
#    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 
23
#    CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 
24
#    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
 
25
#    ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 
26
#    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 
27
#    ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
28
#    
 
29
#    The views and conclusions contained in the software and documentation are those of the
 
30
#    authors and should not be interpreted as representing official policies, either expressed
 
31
#    or implied, of ClearCorp S.A..
 
32
#    
 
33
##############################################################################
 
34