~vauxoo/addons-vauxoo/7.0-purchase_requisition_contract_analyst-dev-1482-kty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- encoding: utf-8 -*-
{
    "name" : "Account invoice Update",
    "version" : "0.1",
    "depends" : ["account","baremo"],
    "author" : "Vauxoo",
    "description" : """
    What do this module:
    Update account module to show invoice commission 
                    """,
    "website" : "http://vauxoo.com",
    "category" : "Generic Modules/Accounting",
    "init_xml" : [
    ],
    "update_xml" : [
        "view/invoice_commission_view.xml",
    ],
    "active": False,
    "installable": True,
}