~sistheo/openerp/trunk-l10n_fr_pcg

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