odoo/addons/project_retro_planning/__terp__.py

20 lines
543 B
Python

# -*- encoding: utf-8 -*-
{
"name" : "Project Retro planning",
"version" : "0.1",
"author" : "Tiny",
"category" : "Generic Modules/Project Retro Planning",
"description": """
- Stop date of project is change will change all the tasks of that project to same number of days """,
"depends" : [
"base", "project"
],
"demo_xml" : [],
"init_xml" : [],
"update_xml" : [],
"active" : False,
"installable" : True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: