odoo/addons/partner_ldap/__terp__.py

14 lines
416 B
Python

{
"name" : "Partner extension to synchronize TinyERP with ldap",
"version" : "1.0",
"author" : "Tiny",
"depends" : ["base"],
"category" : "Generic Modules/Inventory Control",
"description": "Synchronise partners through a LDAP module. Has been used to synchronise partners in Outlook and Tiny ERP.",
"init_xml" : [],
"demo_xml" : [],
"update_xml" : ["wizard.xml"],
"active": False,
"installable": False
}