~jo0thlt/sfsoluciones/mtf

« back to all changes in this revision

Viewing changes to sfs_sale_customization/__openerp__.py

  • Committer: contact at zbeanztech
  • Date: 2014-11-07 18:54:14 UTC
  • Revision ID: contact@zbeanztech.com-20141107185414-tzybvn7293tju4ce
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
 
2
##############################################################################
 
3
#
 
4
#    Copyright (c) 2014 SF Soluciones.
 
5
#    (http://www.sfsoluciones.com)
 
6
#    contacto@sfsoluciones.com
 
7
#
 
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
 
10
#    the Free Software Foundation, either version 3 of the License, or
 
11
#    (at your option) any later version.
 
12
#
 
13
#    This program is distributed in the hope that it will be useful,
 
14
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
16
#    GNU General Public License for more details.
 
17
#
 
18
#    You should have received a copy of the GNU General Public License
 
19
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
20
#
 
21
##############################################################################
 
22
 
 
23
{
 
24
    'name': 'Sales Customization',
 
25
    'version': '1.0',
 
26
    'category': 'Sales',
 
27
    'description': """ 
 
28
        Module to make changes in sales module
 
29
    """,
 
30
    'author': 'SF Soluciones',
 
31
    'website': 'sfsoluciones.com',
 
32
    'depends': ['sale'],
 
33
    'data': [],
 
34
    'demo': [],
 
35
    'test': [],
 
36
    'installable': True,
 
37
    'active': False,
 
38
    'certificate': '',
 
39
}
 
40
 
 
41
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 
 
b'\\ No newline at end of file'