odoo/addons/sale_stock
Nicolas Martinelli 3d05ddab50 [FIX] sale_stock: Cancel all procurements linked to a sale order
During the creation of a Sale Order containing a product for which 'Make To Order' is activated
in the Procurements, two procurements are created:
- one for 'Partner Locations/Customers' location
- one for 'WH/Stock' location

If the Sale Order if cancelled, the user must first cancel the picking (delivery order).
This will trigger the cancellation of the procurement with the 'Partner Locations/Customers'
location.

The new behavior is to cancel the procurements linked to the Sale Order, which will trigger
the cancellation of the picking.

opw: 630170
issue: https://github.com/odoo/odoo/issues/3805
2015-03-17 16:37:24 +01:00
..
i18n [I18N] Update translations from Launchpad 8.0 branches 2015-01-26 16:36:51 +01:00
report [IMP] Cleaning of reporting (group_by, filters), adding new favourites and default views, some renaming (py and xml files) 2014-08-26 11:56:49 +02:00
security merge sale stock loc 2013-10-08 16:32:31 +02:00
test [REM] models: remove the magic methods signal_XXX() 2014-07-07 11:50:30 +02:00
__init__.py [IMP] Adapt average yml and push flow yml, put stock.py from sale_stock in stock_account 2013-08-28 17:32:10 +02:00
__openerp__.py [DEL] Cleaning: key 'images' removed from all __openerp__.py 2015-01-06 14:20:38 +01:00
company.py [IMP] Invoice on picking cleaned 2013-08-04 13:53:25 +02:00
company_view.xml
res_config.py [IMP]rename project_mrp to sale_service 2014-06-17 17:12:49 +02:00
res_config_view.xml [IMP]rename project_mrp to sale_service 2014-06-17 17:12:49 +02:00
sale_stock.py [FIX] sale_stock: Cancel all procurements linked to a sale order 2015-03-17 16:37:24 +01:00
sale_stock_demo.xml [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 10005 revid:dle@openerp.com-20140422150710-mr9x3vyq0wcg31l5 2014-04-22 18:20:28 +02:00
sale_stock_view.xml [FIX] sale_stock: product_id_change_with_wh on sale order popup too 2014-12-05 14:00:37 +01:00
sale_stock_workflow.xml [IMP] Move sale_stock_workflow towards sale_workflow and make sure project_mrp tests pass 2013-09-10 17:48:22 +02:00
stock_view.xml Fix sale_id on stock.picking.out view 2014-06-19 14:10:24 +02:00