~serpent-consulting-services/addons-vauxoo/7.0-fix-aging-due-mx-dependency

« back to all changes in this revision

Viewing changes to note_to_task/__openerp__.py

  • Committer: Moises Lopez
  • Date: 2014-10-03 08:04:16 UTC
  • mfrom: (1144.1.3 70-addons-vauxoo)
  • Revision ID: moylop260@vauxoo.com-20141003080416-yquvsxfq5i4cy8ux
[MERGE] [FIX] trailing whitespace pylint error C0303 and
[FIX] autopep8 ignoring E501 & E128 and
[FIX] reimported

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/python                                                               
2
 
# -*- encoding: utf-8 -*-                                                       
3
 
############################################################################### 
 
1
#!/usr/bin/python
 
2
# -*- encoding: utf-8 -*-
 
3
###############################################################################
4
4
#    Module Writen to OpenERP, Open Source Management Solution
5
5
#    Copyright (C) Vauxoo (<http://vauxoo.com>).
6
 
#    All Rights Reserved                                                        
7
 
################# Credits###################################################### 
 
6
#    All Rights Reserved
 
7
################# Credits######################################################
8
8
#    Coded by: Luis Escobar <Luis@vauxoo.com>
9
9
#    Audited by: Nhomar Hernandez <nhomar@vauxoo.com>
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 published   
13
 
#    by the Free Software Foundation, either version 3 of the License, or       
14
 
#    (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
 
    'name': 'Convert Note to Task',                                                                             
 
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 published
 
13
#    by the Free Software Foundation, either version 3 of the License, or
 
14
#    (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
    'name': 'Convert Note to Task',
26
26
    'version': '1.0',
27
27
    'category': 'Tools',
28
28
    'depends': ['base','note', 'project'],