~account-core-editors/account-invoicing/6.1-git

« back to all changes in this revision

Viewing changes to account_invoice_merge/wizard/__init__.py

  • Committer: Joel Grand-Guillaume
  • Author(s): Leonardo Pistone
  • Date: 2014-01-17 13:33:36 UTC
  • mfrom: (15.1.1)
  • Revision ID: git-v1:7529d1e41d62b02533da7508491462fb563f7082
[MRG][ADD] backport module account_invoice_merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- coding: utf-8 -*-
 
2
###############################################################################
 
3
#                                                                             #
 
4
#   Author: Leonardo Pistone <leonardo.pistone@camptocamp.com>                #
 
5
#   Copyright 2013 Camptocamp SA                                              #
 
6
#                                                                             #
 
7
#   Based on the merge Purchase Order functionality on OpenERP by OpenERP SA  #
 
8
#   the account_invoice_merge for 7.0 by Elico Corp, and work by              #
 
9
#   Romain Deheele, Camptocamp.                                               #
 
10
#                                                                             #
 
11
#   This program is free software: you can redistribute it and/or modify      #
 
12
#   it under the terms of the GNU Affero General Public License as            #
 
13
#   published by the Free Software Foundation, either version 3 of the        #
 
14
#   License, or (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 Affero General Public License for more details.                       #
 
20
#                                                                             #
 
21
#   You should have received a copy of the GNU Affero General Public License  #
 
22
#   along with this program.  If not, see <http://www.gnu.org/licenses/>.     #
 
23
#                                                                             #
 
24
###############################################################################
 
25
 
 
26
import invoice_merge
 
27
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: