Improved Security
[odoo/odoo.git] / addons / account_invoice_layout / __terp__.py
1 # -*- encoding: utf-8 -*-
2 {
3     "name" : "account_invoice_layout",
4     "version" : "1.0",
5     "depends" : ["base", "account"],
6     "author" : "Tiny",
7     "description": """
8     This module provides some features to improve the layout of the invoices.
9
10     It gives you the possibility to
11         * order all the lines of an invoice
12         * add titles, comment lines, sub total lines
13         * draw horizontal lines and put page breaks
14     
15     Moreover, there is one option which allow you to print all the selected invoices with a given special message at the bottom of it. This feature can be very useful for printing your invoices with end-of-year wishes, special punctual conditions...
16
17     """,
18     "website" : "http://tinyerp.com/",
19     "category" : "Generic Modules/Project & Services",
20     "init_xml" : [],
21     "demo_xml" : [],
22     "update_xml" : [
23         "security/ir.model.access.csv",
24         "account_invoice_layout_view.xml",
25         "account_invoice_layout_report.xml",
26     ],
27     "active": False,
28     "installable": True
29 }
30 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
31