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

« back to all changes in this revision

Viewing changes to purchase_approve/__terp__.py

merging new development from indian accounting

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
 
2
{
 
3
    "name" : "Approve PO automatically when confirmed.",
 
4
    "version" : "1.0",
 
5
    "author" : "Tiny",
 
6
    "category" : "Generic Modules/Sales & Purchases",
 
7
    "description": """Automatically approve purchase orders when they are confirmed.""",
 
8
    "depends" : ["purchase"],
 
9
    "init_xml" : [],
 
10
    "demo_xml" : [],
 
11
    "update_xml" : ["purchase_approve_workflow.xml"],
 
12
    "active": False,
 
13
    "installable": True,
 
14
}
 
15
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 
16