~vauxoo/addons-vauxoo/6.0-trunk

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