[MERGE] Merge with trunk upto revison no 707.
[odoo/odoo.git] / addons / project_retro_planning / __openerp__.py
index 4d89af6..8157180 100644 (file)
 #
 ##############################################################################
 
-
 {
     'name': 'Project Retro planning',
     'version': '0.1',
-    'category': 'Generic Modules/Projects & Services',
+    'category': 'Project Management',
     'description': """
-        - If deadline date of project is changed will
-          then the deadline date for all the tasks will change to the same  """,
-    'author': 'Tiny',
+Changes dates according to change in project End Date.
+======================================================
+
+If end date of project is changed then the deadline date and start date for all the tasks will change accordingly.
+    """,
+    'author': 'OpenERP SA',
     'depends': ['base', 'project'],
     'init_xml': [],
     'update_xml': [],
     'demo_xml': [],
+    'test' : [
+              'test/deadline_change.yml'
+              ],
     'installable': True,
     'active': False,
     'certificate': '0057235475485',