[FIX]crm,hr_contract,hr_timesheet_sheet,lunch: remove a user_id from record in yml

lp bug: https://launchpad.net/bugs/827287 fixed

bzr revid: mma@tinyerp.com-20120110104057-p16tjp48u1xdp072
This commit is contained in:
Mayur Maheshwari (OpenERP) 2012-01-10 16:10:57 +05:30
parent e014fd4670
commit 5e6bec7de6
4 changed files with 0 additions and 6 deletions

View File

@ -12,7 +12,6 @@
-
!record {model: crm.lead, id: crm_lead_test_rules_id}:
name: 'Test lead rules'
user_id: base.user_root
partner_id: base.res_partner_asus
-
I check record rule is apply and responsible is changed.

View File

@ -9,7 +9,6 @@
company_id: base.main_company
gender: male
name: Mark Johnson
user_id: base.user_root
children: 2
marital: 'married'
place_of_birth: Belgium

View File

@ -73,7 +73,6 @@
amount: -90.00
product_id: product.product_consultant
general_account_id: account.a_expense
user_id: base.user_root
journal_id: hr_timesheet.analytic_journal
-
I confirm my Timesheet at end of period by click on "Confirm" button,
@ -100,7 +99,6 @@
amount: -90.00
product_id: product.product_consultant
general_account_id: account.a_expense
user_id: base.user_root
journal_id: hr_timesheet.analytic_journal
-
I tried again to confirm the timesheet after modification.

View File

@ -30,7 +30,6 @@
date: !eval time.strftime('%Y-%m-%d')
product: 'lunch_product_club1'
price: 2.75
user_id: base.user_root
- |
I check that lunch order is on draft state after having created it.
@ -69,7 +68,6 @@
date: !eval "(datetime.now() + timedelta(2)).strftime('%Y-%m-%d')"
product: 'lunch_product_club1'
price: 2.75
user_id: base.user_root
- |
I confirm this order.open wizard and select "Employee Cashbox".