[FIX] account_anglo_saxon: removing product_qty from stock move creation

bzr revid: qdp-launchpad@openerp.com-20140508122439-5uj58cqpoyk84i2j
This commit is contained in:
Quentin (OpenERP) 2014-05-08 14:24:39 +02:00
parent 223096b9ae
commit e8ca4acede
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@
- company_id: base.main_company - company_id: base.main_company
location_id: stock.stock_location_stock location_id: stock.stock_location_stock
product_id: product_fifo_anglo_saxon product_id: product_fifo_anglo_saxon
product_qty: 1.0 product_uom_qty: 1.0
location_dest_id: stock.stock_location_customers location_dest_id: stock.stock_location_customers
invoice_state: 2binvoiced invoice_state: 2binvoiced
move_type: direct move_type: direct