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

« back to all changes in this revision

Viewing changes to purchase_number/__terp__.py

  • Committer: Fabien Pinckaers
  • Date: 2009-02-19 18:51:09 UTC
  • mfrom: (3561.1.22 trunk-extra-addons)
  • Revision ID: fp@tinyerp.com-20090219185109-3e8hojbs42yh26ly
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "name" : "Purchase Number",
 
3
    "version" : "1.0",
 
4
    "author" : "Tiny",
 
5
    "website" : "http://tinyerp.com/module_sale.html",
 
6
    "depends" : ["purchase"],
 
7
    "category" : "Generic Modules/Sales & Purchases",
 
8
    "description": """
 
9
    Remove the drawback of the purchase numbering, 
 
10
    and add new feature that will create number on 
 
11
    confirmation of the purchase order
 
12
    """,
 
13
    "init_xml" : [],
 
14
    "demo_xml" : [],
 
15
    "update_xml" : ["purchase_report.xml"],
 
16
    "active": False,
 
17
    "installable": True
 
18
}