[MERGE] pap work for project and its related modules yaml
authorMustufa Rangwala <mra@mra-laptop>
Tue, 8 Jun 2010 12:11:40 +0000 (17:41 +0530)
committerMustufa Rangwala <mra@mra-laptop>
Tue, 8 Jun 2010 12:11:40 +0000 (17:41 +0530)
bzr revid: mra@mra-laptop-20100608121140-5hqn9mpupbjy6qh2

1  2 
addons/project_gtd/__openerp__.py
addons/project_issue/__openerp__.py
addons/project_planning/__openerp__.py
addons/project_retro_planning/__openerp__.py
addons/project_timesheet/__openerp__.py

@@@ -50,6 -50,9 +50,9 @@@ performing those tasks
          'wizard/project_gtd_fill_view.xml',
      ],
      'demo_xml': ['project_gtd_demo.xml'],
+     'test':[
 -            #'test/gtd_test.yml'
++            'test/gtd_test.yml'
+             ],
      'installable': True,
      'active': False,
      'certificate': '0043525236301',
          'security/ir.model.access.csv',
       ],
      'demo_xml': ['project_issue_demo.xml'],
+     'test' : [
 -#              'test/convert_issue_to_task.yml', 
 -#              'test/test_project_issue_states.yml'
++              'test/convert_issue_to_task.yml',
++              'test/test_project_issue_states.yml'
+             ],
      'installable': True,
      'active': False,
  }
@@@ -53,6 -53,9 +53,9 @@@ At the end of the month, the planning m
          #'report_account_analytic.planning.csv',
          'project_planning_demo.xml',
      ],
+     'test': [
 -             #'test/planning_states.yml'
++             'test/planning_states.yml'
+              ],
      'installable': True,
      'active': False,
      'certificate': '0034901836973',
      'version': '0.1',
      'category': 'Generic Modules/Projects & Services',
      'description': """
--        - If deadline date of project is changed 
++        - If deadline date of project is changed
            then the deadline date for all the tasks will change to the same  """,
      'author': 'Tiny',
      'depends': ['base', 'project'],
      'init_xml': [],
      'update_xml': [],
      'demo_xml': [],
+     'test' : [
 -#              'test/deadline_change.yml'
++              'test/deadline_change.yml'
+               ],
      'installable': True,
      'active': False,
      'certificate': '0057235475485',
@@@ -35,6 -35,9 +35,9 @@@
      'init_xml': [],
      'update_xml': ["process/project_timesheet_process.xml", "report/task_report_view.xml"],
      'demo_xml': [],
+     'test': [
 -#             'test/worktask_entry_to_timesheetline_entry.yml',
++             'test/worktask_entry_to_timesheetline_entry.yml',
+              ],
      'installable': True,
      'active': False,
      'certificate': '0075123647453',