1
# -*- encoding: utf-8 -*-
3
"name" : "Approve PO automatically when confirmed.",
6
"category" : "Generic Modules/Sales & Purchases",
7
"description": """Automatically approve purchase orders when they are confirmed.""",
8
"depends" : ["purchase"],
11
"update_xml" : ["purchase_approve_workflow.xml"],
15
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: