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

495 by ced
Move less used modules to extra_addons repo
1
{
2
	"name" : "Partner extension to synchronize TinyERP with ldap",
3
	"version" : "1.0",
4
	"author" : "Tiny",
5
	"depends" : ["base"],
6
	"category" : "Generic Modules/Inventory Control",
7
	"description": "Synchronise partners through a LDAP module. Has been used to synchronise partners in Outlook and Tiny ERP.",
8
	"init_xml" : [],
9
	"demo_xml" : [],
10
	"update_xml" : ["wizard.xml"],
11
	"active": False,
12
	"installable": False
13
}