[FIX] account_anglo_saxon (test): invoice_state defined in the stock_move and not...
authorAaron Bohy <aab@odoo.com>
Tue, 18 Nov 2014 12:43:24 +0000 (13:43 +0100)
committerFrédéric van der Essen <fvdessen@gmail.com>
Wed, 26 Nov 2014 11:12:00 +0000 (12:12 +0100)
addons/account_anglo_saxon/test/anglo_saxon.yml
addons/account_anglo_saxon/test/anglo_saxon_avg_fifo.yml

index ca082ae..c26fe74 100644 (file)
         product_uom_qty: 1.0
         product_uom: product.product_uom_unit
         location_dest_id: stock.stock_location_customers
+        invoice_state: 2binvoiced
     move_type: direct
-    invoice_state: 2binvoiced
     picking_type_id: stock.picking_type_out
 -
   I need to check the availability of the product, So I make my picking order for processing later.
index b6c5d57..309abec 100644 (file)
         product_id: product_fifo_anglo_saxon
         product_uom_qty: 1.0
         location_dest_id: stock.stock_location_customers
-    invoice_state: 2binvoiced
+        invoice_state: 2binvoiced
     move_type: direct
     picking_type_id: stock.picking_type_out
 -