odoo/addons/stock
Martin Trigaux f406847613 [FIX] delivery: reset delivery info on duplicate/backorder
The tracking reference and other delivery references are not relevant to
duplicated pickings. Overwrite copy to remove carrier_tracking_ref, volume and
number_of_packages.

Add fallback on stock.picking.in and out to use copy method of stock.picking.

For partial delivery, the duplicated picking is the delivered order and
the existing picking is the backorder of the delivery (why so much hate?).
This means we have to switch the delivery info between the backorder and
the delivered picking.
Combo opw 615593 and 618802
2015-01-14 17:44:37 +01:00
..
i18n [I18N] Sync updated 7.0 translations from Launchpad 2015-01-07 17:57:28 +01:00
report [RESTORE] Restore *.sxw files, skipped during bzr-to-git conversion to discard older binary blobs 2014-05-22 14:07:15 +02:00
security [FIX] stock: remove permission to create locations for partner managers 2014-07-10 19:16:41 +02:00
static/src resizing of product picture 2012-09-03 14:10:21 +02:00
test [IMP] stock: Optimize stock_move.setlast_tracking() 2014-09-24 16:41:29 +02:00
tests [IMP] stock: do not use assert in (python) tests 2013-11-08 23:15:35 +01:00
wizard [FIX]stock: return of 'To Be Invoiced' picking should also be invoiced 2014-12-17 11:52:37 +01:00
__init__.py
__openerp__.py [IMP] stock: Optimize stock_move.setlast_tracking() 2014-09-24 16:41:29 +02:00
board_warehouse_view.xml [FIX][TRUNK] Error in Reporting Dashboard (Warehouse). 2012-12-04 14:59:18 +05:30
partner.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
partner_view.xml [IMP]Remove type field from the modules 2012-08-09 11:35:16 +05:30
product.py [FIX] stock: inventory lines with no production lot: compare with correct stock level 2014-08-14 16:51:37 +02:00
product_data.xml
product_view.xml [FIX] stock: groups mixup in views 2014-10-06 14:43:11 +02:00
res_config.py [MERGE] *: improved english wording, suggestions courtesy of OpenERP Community 2012-12-21 17:48:08 +01:00
res_config_view.xml [FIX] stock: removing the option group_product_variant from the settings, because it is misleading: variants of products aren't supported anymore. This option is to be removed totally in trunk 2013-02-05 11:24:56 +01:00
stock.py [FIX] delivery: reset delivery info on duplicate/backorder 2015-01-14 17:44:37 +01:00
stock_data.xml [REM]Remove all account.journal.view and account.journal.column references 2012-11-22 11:45:04 +01:00
stock_demo.xml [FIX] stock,mrp: move multicomp user to test instead of demo data 2013-08-28 10:50:19 +02:00
stock_demo.yml [IMP] bring back the tests - backported from little after v7.0 in the trunk 2014-04-04 11:24:09 +02:00
stock_incoterms.xml
stock_report.xml [FIX] stock: allow modification of stock.picking.{in,out} reports via report designer 2013-08-23 15:12:14 +02:00
stock_sequence.xml [IMP]fix problem of getting reference of internal moves 2012-10-30 11:04:08 +05:30
stock_view.xml [FIX] stock: Never hide the invoice control on pickings 2014-11-28 17:55:48 +01:00
stock_workflow.xml