~factorlibre/openerp-fiscal-rules/openerp-fiscal-rules-translations

« back to all changes in this revision

Viewing changes to account_fiscal_position_rule/account_fiscal_position_rule.py

  • Committer: sebastien beau
  • Date: 2012-10-29 13:41:30 UTC
  • Revision ID: sebastien.beau@akretion.com.br-20121029134130-aqd15l0xi6joe7o9
[REF] Update copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- encoding: utf-8 -*-
2
 
#################################################################################
3
 
#                                                                               #
4
 
# Copyright (C) 2009  Renato Lima - Akretion                                    #
5
 
# Copyright 2012 Camptocamp SA (Author: Guewen Baconnier)                       #
6
 
#                                                                               #
7
 
#This program is free software: you can redistribute it and/or modify           #
8
 
#it under the terms of the GNU Affero General Public License as published by    #
9
 
#the Free Software Foundation, either version 3 of the License, or              #
10
 
#(at your option) any later version.                                            #
11
 
#                                                                               #
12
 
#This program is distributed in the hope that it will be useful,                #
13
 
#but WITHOUT ANY WARRANTY; without even the implied warranty of                 #
14
 
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                  #
15
 
#GNU Affero General Public License for more details.                            #
16
 
#                                                                               #
17
 
#You should have received a copy of the GNU Affero General Public License       #
18
 
#along with this program.  If not, see <http://www.gnu.org/licenses/>.          #
19
 
#################################################################################
 
2
###############################################################################
 
3
#
 
4
#   account_fiscal_position_rule for OpenERP
 
5
#   Copyright (C) 2009-TODAY Akretion <http://www.akretion.com>
 
6
#     @author Sébastien BEAU <sebastien.beau@akretion.com>
 
7
#     @author Renato Lima <renato.lima@akretion.com>
 
8
#   Copyright 2012 Camptocamp SA
 
9
#     @author: Guewen Baconnier
 
10
#   This program is free software: you can redistribute it and/or modify
 
11
#   it under the terms of the GNU Affero General Public License as
 
12
#   published by the Free Software Foundation, either version 3 of the
 
13
#   License, or (at your option) any later version.
 
14
#
 
15
#   This program is distributed in the hope that it will be useful,
 
16
#   but WITHOUT ANY WARRANTY; without even the implied warranty of
 
17
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
18
#   GNU Affero General Public License for more details.
 
19
#
 
20
#   You should have received a copy of the GNU Affero General Public License
 
21
#   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
22
#
 
23
###############################################################################
20
24
 
21
25
import time
22
26