~vauxoo/addons-vauxoo/6.0-trunk

186.1.1 by nhomar at vauxoo
1
# -*- encoding: utf-8 -*-
2
{
3
    "name" : "Sale report for Vauxoo",
4
    "version" : "0.1",
5
    "depends" : ["sale"],
6
    "author" : "Vauxoo",
7
    "description" : """
8
    What do this module:
9
    Just the quotation format.
10
                    """,
11
    "website" : "http://vauxoo.com",
12
    "category" : "Generic Modules/Sales",
13
    "init_xml" : [
14
    ],
15
    "demo_xml" : [
16
    ],
17
    "update_xml" : [
18
        "incoterm_view.xml",
19
    ],
20
    "active": False,
21
    "installable": True,
22
}