added from extra-addons
[odoo/odoo.git] / addons / stock_invoice_directly / __terp__.py
1 # -*- encoding: utf-8 -*-
2 {
3     "name" : "Invoice Picking Directly",
4     "version" : "1.0",
5     "author" : "Tiny",
6     "website" : "http://tinyerp.com/module_sale.html",
7     "depends" : ["delivery"],
8     "category" : "Generic Modules/Sales & Purchases",
9     "description": """
10         When you send or deliver goods, this module automatically launch
11         the invoicing wizard if the delivery is to be invoiced.
12     """,
13     "init_xml" : [],
14     "demo_xml" : [],
15     "update_xml" : [],
16     "active": False,
17     "installable": True
18 }
19 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
20