odoo/addons/stock/wizard
Ravi Gohil d28cab5257 [FIX] stock: forbid adding new lines when processing picking
Source and destination locations are required and not displayed in the form view.
Adding new items when recieving a picking can not be easily guessed as we can put different locations for each line, using default locations may not be the expected result.
Instead should modify the original picking or create new one.
Fixes #2074, opw 612768
2014-10-27 14:37:36 +01:00
..
__init__.py [IMP]stock:Improvement in yml 2011-08-02 18:57:14 +05:30
stock_change_product_qty.py [FIX] Move default value in the _defaults of model and not in default_get. 2014-03-20 19:02:40 +01:00
stock_change_product_qty_view.xml [FIX] stock: groups mixup in views 2014-10-06 14:43:11 +02:00
stock_change_standard_price.py [FIX] stock: decimal precision of new_price field on update cost price wizard is not same as defined in cost_price field 2013-05-21 15:44:24 +05:30
stock_change_standard_price_view.xml [IMP]Remove type field from the modules 2012-08-09 11:35:16 +05:30
stock_fill_inventory.py [FIX]stock: in fill inventory wizard, set raise-exception to False in context to avoid having error saying that the product uom category is different: this button is just a tool to help filling the inventory. Anyway, If it should pop the error, it should be on the validation, not in the button to auto-fill the inventory. 2014-03-04 12:34:07 +01:00
stock_fill_inventory_view.xml [IMP]mrp : improve string and remove name field from mrp.bom object 2012-10-16 18:07:41 +05:30
stock_inventory_line_split.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
stock_inventory_line_split_view.xml [IMP] mrp: improve labels about serial numbers (capitalization and plural use) 2012-09-12 12:00:53 +02:00
stock_inventory_merge.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
stock_inventory_merge_view.xml [IMP]Remove type field from the modules 2012-08-09 11:35:16 +05:30
stock_invoice_onshipping.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
stock_invoice_onshipping_view.xml [FIX] sale_stock,stock: change model to stock.picking.out of deliveries to invoice view in sales 2013-12-06 12:13:36 +01:00
stock_location_product.py [FIX] en_US typos - opw 606933 2014-04-22 09:38:26 +02:00
stock_location_product_view.xml [IMP]Remove type field from the modules 2012-08-09 11:35:16 +05:30
stock_move.py [FIX] replace from/import decimal_precision by from/import openerp.addons.decimal_precision 2012-12-17 16:23:03 +01:00
stock_move_view.xml [FIX] stock: force form_view_ref to False in context of actions track_line and scrap_move to avoid context propagation of stock picking views 2014-03-20 12:07:41 +01:00
stock_partial_move.py [MERGE] [FIX] stock: while running the product to process wizard on done state move gives trace-back 2013-06-10 16:23:29 +02:00
stock_partial_move_view.xml [IMP]Stock: applying multi currency group to currency fields 2012-08-27 17:33:53 +05:30
stock_partial_picking.py [FIX] stock: error on stock.partial.move creation 2014-09-24 10:30:44 +02:00
stock_partial_picking_view.xml [FIX] stock: forbid adding new lines when processing picking 2014-10-27 14:37:36 +01:00
stock_return_picking.py [FIX] stock: return picking, pass serial number value when returning 2014-09-11 17:21:12 +02:00
stock_return_picking_view.xml [IMP] stock: added a prodlot_id field in the return picking view 2013-02-20 12:05:29 +01:00
stock_splitinto.py [FIX] replace from/import decimal_precision by from/import openerp.addons.decimal_precision 2012-12-17 16:23:03 +01:00
stock_splitinto_view.xml [IMP]Remove type field from the modules 2012-08-09 11:35:16 +05:30
stock_traceability.py [FIX] upstream and downstream hierarchical is broken because view_type was removed 2013-03-13 12:41:03 +05:30