~vauxoo/openerp-intercompany/trunk

« back to all changes in this revision

Viewing changes to sale_margin_commision/__openerp__.py

  • Committer: jose@vauxoo.com
  • Date: 2012-01-03 15:48:48 UTC
  • Revision ID: jose@vauxoo.com-20120103154848-cxr6hkzdpiwtfysy

[FIX] Split of module intercompany_tcv

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# -*- encoding: utf-8 -*-
2
 
{
3
 
    "name" : "Commision against Margin",
4
 
    "version" : "0.1",
5
 
    "depends" : ["sale","sale_margin"],
6
 
    "author" : "Vauxoo",
7
 
    "description" : """
8
 
    Show and control commision against margins
9
 
                    """,
10
 
    "website" : "http://vauxoo.com",
11
 
    "category" : "Sales & Purchases",
12
 
    "init_xml" : [
13
 
    ],
14
 
    "demo_xml" : [
15
 
    ],
16
 
    "update_xml" : [
17
 
        'commision_view.xml',
18
 
    ],
19
 
    "active": False,
20
 
    "installable": True,
21
 
}