From 418e06e88f0cc1a0cd7054af9263bb0529cf8870 Mon Sep 17 00:00:00 2001 From: dhr-odoo Date: Fri, 18 Jul 2014 16:14:28 +0530 Subject: [PATCH] [FIX] project_timesheet: test used fields added not in dependencies The fields procure_method and supply_method are not present if we just install project_timesheet which makes the tests fail (opw 610590). --- .../test/worktask_entry_to_timesheetline_entry.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/addons/project_timesheet/test/worktask_entry_to_timesheetline_entry.yml b/addons/project_timesheet/test/worktask_entry_to_timesheetline_entry.yml index 3efd133ffb6..8cfc8803021 100644 --- a/addons/project_timesheet/test/worktask_entry_to_timesheetline_entry.yml +++ b/addons/project_timesheet/test/worktask_entry_to_timesheetline_entry.yml @@ -16,9 +16,7 @@ cost_method: standard mes_type: fixed name: HR Manger - procure_method: make_to_stock standard_price: 1.0 - supply_method: buy type: service uom_id: product.product_uom_hour uom_po_id: product.product_uom_hour