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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# -*- 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: