[IMP]stock_invoice_directly: Improvement is Done as Per Specification

bzr revid: mma@tinyerp.com-20110923063910-ucaj07uoami9xfv8
This commit is contained in:
Mayur Maheshwari (OpenERP) 2011-09-23 12:09:10 +05:30
parent 3029ca5195
commit 89b4f6b8a9
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
}
self.do_partial(cr, uid, [ref('stock_partial_picking_0')], {"lang": "en_US", "search_default_available":
1, "tz": False, "active_model": "ir.ui.menu", "contact_display": "partner",
"active_ids": [ref('stock_picking_out0')], "active_id": ref("purchase.menu_action_picking_tree4"),
"active_ids": [ref('stock_picking_out0')], "active_id": ref("stock_picking_out0"),
})
-
As the Invoice state of the picking order is To be invoiced. I create invoice for my outgoing picking order.