added from extra-addons
[odoo/odoo.git] / addons / invoice_payment_tab / __terp__.py
1 # -*- encoding: utf-8 -*-
2 {
3     "name" : "Invoice payment tab",
4     "version" : "1.0",
5     "author" : "Tiny",
6     "website" : "http://openerp.com",
7     "category" : "Generic Modules/Accounting",
8     "description": """
9         This module defines a new tab on invoices, which contains all the payments made for this invoice. This improvement will allow accountants to easily manage due amounts and prepayments.
10     """,
11     "depends" : ["base","account"],
12     "init_xml" : [],
13     "demo_xml" : [],
14
15     "update_xml" : ["invoice_payment_tab_view.xml"],
16     "active": False,
17     "installable": True
18 }
19 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
20