[IMP]Improve the code

bzr revid: dbr@tinyerp.com-20110923084855-j87vzna3gv39h6hm
This commit is contained in:
DBR (OpenERP) 2011-09-23 14:18:55 +05:30
parent 7caa661c37
commit 17b98e058c
2 changed files with 17 additions and 17 deletions

View File

@ -1,8 +1,3 @@
-
I assign an email address to Administrator.
-
!record {model: res.users, id: base.user_root}:
user_email: admin@openerp.com
-
I test project template feature.
-
@ -12,11 +7,10 @@
company_id: base.main_company
name: OpenERP Training Programm
-
I create analytic account.
I assign an email address to Administrator for communications.
-
!record {model: account.analytic.account, id: account_analytic_account0}:
name : account_analytic_account
partner_id: base.res_partner_asus
!record {model: res.users, id: base.user_root}:
user_email: admin@openerp.com
-
I create project 'OpenERP Training Programme'.
-
@ -28,7 +22,13 @@
date_start: !eval time.strftime('%Y-%m-%d')
date: !eval time.strftime('%Y-%m-%d')
-
I create task 'Technical Training' for this project.
I create analytic account for assigned partner in project.
-
!record {model: account.analytic.account, id: account_analytic_account0}:
name : account_analytic_account
partner_id: base.res_partner_asus
-
I create task 'Technical Training' for 'OpenERP Training Programme' project.
-
!record {model: project.task, id: project_task_technicaltraining0}:
date_start: !eval time.strftime('%Y-%m-%d %H:%M:%S')
@ -39,7 +39,7 @@
remaining_hours: 30.0
state: draft
-
I create task 'Training' for this project.
I create task 'Training' for 'OpenERP Training Programme' project.
-
!record {model: project.task, id: project_task_child0}:
date_start: !eval time.strftime('%Y-%m-%d %H:%M:%S')
@ -49,7 +49,7 @@
remaining_hours: 30.0
state: done
-
I create task 'Functional Training' for this project.
I create task 'Functional Training' for 'OpenERP Training Programme' project.
-
!record {model: project.task, id: project_task_functionaltraining0}:
date_start: !eval time.strftime('%Y-%m-%d %H:%M:%S')
@ -88,7 +88,7 @@
!python {model: project.task}: |
self.do_open(cr, uid,[ref("project_task_functionaltraining0")],context={})
-
I check child project.
I check is there any child task assigned to 'Functional Training' task.
-
!python {model: project.task}: |
self._check_child_task(cr, uid, [ref("project_task_functionaltraining0")])
@ -108,12 +108,12 @@
!python {model: project.task}: |
self._change_type(cr, uid,[ref("project_task_functionaltraining0")], next, context)
-
I click on next Button for change the type of project task.
I click on next button for change the type of project task.
-
!python {model: project.task}: |
self.next_type(cr, uid,[ref("project_task_functionaltraining0")], context)
-
I click on previous Button for go back to previous type of task.
I click on previous button for go back to previous type of task.
-
!python {model: project.task}: |
self.prev_type(cr, uid,[ref("project_task_functionaltraining0")], context)

View File

@ -117,7 +117,7 @@
"tz": False, "active_id": ref("project.menu_action_view_task"), })
-
Now, delegate task 'Develop book for Technical and Functional reference' to these tasks and make it pending.
I delegate task 'Develop book for Technical and Functional reference' to these tasks and make it pending.
-
!record {model: project.task, id: project_task_documentation_book}:
child_ids:
@ -148,7 +148,7 @@
state: draft
-
Now, delegate task 'Prepare a technical reference for creating your modules' to these tasks and make it pending.
I delegate task 'Prepare a technical reference for creating your modules' to these tasks and make it pending.
-
!record {model: project.task, id: project_task_delegate_developer_book}:
child_ids: