~vauxoo/addons-vauxoo/7.0-ifrs_agrinos-dev-hbto

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