odoo/addons/delivery
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 [IMP] Security Rule: removed duplicates due to inheritancies of groups 2011-12-12 19:11:13 +01:00
test [FIX] delivery: propagate additional fields in chained pickings 2014-06-06 14:18:37 +02:00
__init__.py [IMP] sale, delivery: improvements in workflows, buttons and SO form view. (delivery) Replaced the wizard to add delivery cost by a function on the SO directly 2012-05-25 12:26:43 +02:00
__openerp__.py [FIX] delivery: propagate additional fields in chained pickings 2014-06-06 14:18:37 +02:00
delivery.py [FIX] delivery: use unit of measure and not unit of stock to compute price of delivery 2014-07-22 16:38:52 +02:00
delivery_data.xml [IMP]update __openerp__.py in all modules 2012-08-17 16:45:40 +05:30
delivery_demo.xml [IMP] Misc addons: product_image -> image. 2012-08-14 10:16:16 +02:00
delivery_report.xml merged with trunk 2010-12-30 15:28:09 +05:30
delivery_view.xml [MERGE] *: improved english wording, suggestions courtesy of OpenERP Community 2012-12-21 17:48:08 +01:00
partner.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
partner_view.xml [IMP]Remove type field from the views 2012-08-08 17:49:50 +05:30
sale.py [FIX]Delivery: carrier information not propagated from sale order to pickings (Case: ref 595240) 2014-06-06 14:34:23 +02:00
stock.py [FIX] delivery: reset delivery info on duplicate/backorder 2015-01-14 17:44:37 +01:00