odoo/addons/stock/wizard
Gaurav Panchal 998db2c61f [FIX]stock: return of 'To Be Invoiced' picking should also be invoiced
When creating a return picking, the default invoice state is 'To Be Invoiced' if
returned picking was invoiced. However if the invoice of the picking has not
been generated yet (state '2binvoiced'), the return should also be invoiced.
Fixes #4002
2014-12-17 11:52:37 +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 [FIX] stock: on stock picking invoicing, allow to pick a journal if no move line 2014-11-27 13:26:57 +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 [IMP] stock: added missing 'context' parameter (opw 616952) 2014-11-06 18:14:11 +01: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 [IMP] stock: added missing 'context' parameter (opw 616952) 2014-11-06 18:14:11 +01: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 of 'To Be Invoiced' picking should also be invoiced 2014-12-17 11:52:37 +01: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