[IMP]:improved __openerp__.py

bzr revid: apa@tinyerp.com-20120607124725-2m9uyq400yrdwloz
This commit is contained in:
Amit Patel (OpenERP) 2012-06-07 18:17:25 +05:30
parent 4457f2618a
commit 8441f48314
1 changed files with 4 additions and 2 deletions

View File

@ -20,12 +20,14 @@
##############################################################################
{
"name" : "Extend Project Contract",
"name" : "Contract Management In Project",
"version": "1.1",
"author" : "OpenERP SA",
"website" : "http://www.openerp.com",
"depends" : ["project", "account_analytic_analysis"],
"description": """ """,
"description": """
Add "Contract Data" in project view.
""",
"init_xml" : [],
"update_xml": ["analytic_contract_project_view.xml"],
'demo_xml': [],