~openerp-commiter/openobject-addons/extra-6.0

« back to all changes in this revision

Viewing changes to invoice_sequence/__terp__.py

  • Committer: bch
  • Date: 2007-11-12 09:56:30 UTC
  • Revision ID: bch-ce3f6db77184fab30cd454741e0354fb4123df48
Added module to manage invoice lines sequence.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
        "name" : "Invoice lines with sequence number",
 
3
        "version" : "0.1",
 
4
        "depends" : ["account", "base"],
 
5
        "author" : "Tiny",
 
6
        "description": """Prodide a new field on the invoice line form, allowing to manage the lines order.
 
7
        """,
 
8
        "website" : "http://tinyerp.com/",
 
9
        "category" : "Generic Modules/Accounting",
 
10
        "init_xml" : [],
 
11
        "demo_xml" : [],
 
12
        "update_xml" : [
 
13
                "invoice_view.xml",
 
14
        ],
 
15
 
 
16
        "active": False,
 
17
        "installable": True
 
18
}