~openerp-community/openobject-addons/rahal-trunk-addons

« back to all changes in this revision

Viewing changes to crm_partner_assign/wizard/crm_forward_to_partner.py

  • Committer: Thibault Francois
  • Date: 2010-11-12 13:44:40 UTC
  • mfrom: (3164.153.45 trunk-dev-addons1)
  • Revision ID: tfr@openerp.com-20101112134440-drbjwz4in82irkav
Tags: openerp-buildfail-1-3251
[FIX,IMP] addons1 : 16 Bugs fix
Plugin improvement
Demo user has user right
crm leads logs stages changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#    $Id$
7
7
#
8
8
#    This program is free software: you can redistribute it and/or modify
9
 
#    it under the terms of the GNU General Public License as published by
 
9
#    it under the terms of the GNU Affero General Public License as published by
10
10
#    the Free Software Foundation, either version 3 of the License, or
11
11
#    (at your option) any later version.
12
12
#
13
13
#    This program is distributed in the hope that it will be useful,
14
14
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
15
15
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
 
#    GNU General Public License for more details.
 
16
#    GNU Affero General Public License for more details.
17
17
#
18
 
#    You should have received a copy of the GNU General Public License
 
18
#    You should have received a copy of the GNU Affero General Public License
19
19
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
20
#
21
21
##############################################################################