[REV] Reverted changes un test files: context is not a field when creating a res.users.

bzr revid: tde@openerp.com-20130515085927-jvumvr371yuusbhf
This commit is contained in:
Thibault Delavallée 2013-05-15 10:59:27 +02:00
parent 16ea25646e
commit 1606f28c01
2 changed files with 0 additions and 8 deletions

View File

@ -24,45 +24,38 @@
name: 'Test lead 4'
contact_name: 'Fabrice Lepoilu'
stage_id: stage_lead1
context: {'no_reset_password': True}
-
!record {model: crm.lead, id: test_crm_lead_05}:
type: 'lead'
name: 'Test lead 5'
contact_name: 'Fabrice Lepoilu'
stage_id: stage_lead1
context: {'no_reset_password': True}
-
!record {model: crm.lead, id: test_crm_lead_06}:
type: 'lead'
name: 'Test lead 6'
partner_name: 'Agrolait SuperSeed SA'
stage_id: stage_lead1
context: {'no_reset_password': True}
-
!record {model: res.users, id: test_res_user_01}:
name: 'Test user A'
login: 'tua'
new_password: 'tua'
context: {'no_reset_password': True}
-
!record {model: res.users, id: test_res_user_02}:
name: 'Test user B'
login: 'tub'
new_password: 'tub'
context: {'no_reset_password': True}
-
!record {model: res.users, id: test_res_user_03}:
name: 'Test user C'
login: 'tuc'
new_password: 'tuc'
context: {'no_reset_password': True}
-
!record {model: res.users, id: test_res_user_04}:
name: 'Test user D'
login: 'tud'
new_password: 'tud'
context: {'no_reset_password': True}
-
I create a mass convert wizard and convert all the leads.
-

View File

@ -8,7 +8,6 @@
password: hr
groups_id:
- base.group_hr_manager
context: {'no_reset_password': True}
-
Create a product with type service used to specify employees designation
-