~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to sale_commission/__openerp__.py

  • Committer: Gabriela (Vauxoo)
  • Date: 2012-01-03 00:42:58 UTC
  • Revision ID: gabrielaquilarque97@gmail.com-20120103004258-w881e8vj51secs2q

[IMP] Changed name of modules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# -*- encoding: utf-8 -*-
2
 
 
3
 
{
4
 
    "name" : "Sale Commission",
5
 
    "version" : "0.2",
6
 
    "depends" : ["sale","baremo"],
7
 
    "author" : "Vauxoo",
8
 
    "description" : """
9
 
    What do this module:
10
 
                        """,
11
 
    "website" : "http://vauxoo.com",
12
 
    "category" : "Generic Modules/Sale",
13
 
    "init_xml" : [
14
 
     ],
15
 
    "update_xml" : [
16
 
        "view/commission_view.xml",
17
 
    ],
18
 
    "active": False,
19
 
    "installable": False,
20
 
}