[MERGE] forward port of branch saas-3 up to ec27773
[odoo/odoo.git] / addons / l10n_cr / __init__.py
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
35
36 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: