diff --git a/addons/account_anglo_saxon/test/anglo_saxon.yml b/addons/account_anglo_saxon/test/anglo_saxon.yml index 4b4ebdb7323..9c953482f53 100644 --- a/addons/account_anglo_saxon/test/anglo_saxon.yml +++ b/addons/account_anglo_saxon/test/anglo_saxon.yml @@ -103,7 +103,7 @@ I configure the product with required accounts, and cost method = standard - !python {model: product.product}: | - self.write(cr, uid, [ref('product.product_product_3')], {'list_price': 20.00,'standard_price': 9,'categ_id': ref('product.product_category_4'),'valuation': 'real_time', + self.write(cr, uid, [ref('product.product_product_10')], {'list_price': 20.00,'standard_price': 9,'categ_id': ref('product.product_category_4'),'valuation': 'real_time', 'property_account_income': ref('account_anglo_income'),'property_account_expense': ref('account_anglo_cogs'), 'property_account_creditor_price_difference': ref('account_anglo_price_difference'),'property_stock_account_input': ref('account_anglo_stock_input'), 'property_stock_account_output': ref('account_anglo_stock_output'), 'cost_method': 'standard'}) @@ -115,7 +115,7 @@ location_id: stock.stock_location_stock pricelist_id: 1 order_line: - - product_id: product.product_product_3 + - product_id: product.product_product_10 product_qty: 1 price_unit: 10 date_planned: !eval "'%s' % (time.strftime('%Y-%m-%d'))" @@ -194,7 +194,7 @@ move_lines: - company_id: base.main_company location_id: stock.stock_location_stock - product_id: product.product_product_3 + product_id: product.product_product_10 product_uom_qty: 1.0 product_uom: product.product_uom_unit location_dest_id: stock.stock_location_customers