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

« back to all changes in this revision

Viewing changes to purchase_confirm/__terp__.py

  • Committer: Jay vora
  • Date: 2008-06-09 08:43:58 UTC
  • Revision ID: jvo@tinyerp.com-c8b7029321d4f9d451745e462547a609739e1c2c

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
        "name" : "Confirm all selected purchase order at once",
 
3
        "version" : "1.0",
 
4
        "author" : "Tiny",
 
5
        "category" : "Generic Modules/Sales & Purchases",
 
6
        "description": """Add a wizard on PO to confirm a whole list at once.""",
 
7
        "depends" : ["purchase"],
 
8
        "init_xml" : [],
 
9
        "demo_xml" : [],
 
10
        "update_xml" : ["purchase_confirm_wizard.xml"],
 
11
        "active": False,
 
12
        "installable": True,
 
13
}