odoo/addons/procurement
Olivier Dony a382e0cc2e [FIX] procurement: magic bypass transition was incomplete and preventing pulled flows from working
The procurement workflow has a magic `bypass` transition
that acts as a fallback for MTO procurements in case the
necessary modules are not (yet) installed. For example
it will consider a MTO+Buy procurement directly satisfied
if the Purchase module is not yet installed.
However this bypass transition did not properly take
"internal pulled flows" into account, which are added
by the `stock_location` module as a third kind of procurement
type. In this case the bypass would match and never
give stock_location the chance to run.
In order to be consistent with the other procurement
methods, the bypass transition needs to be adapted.

Also updated the check_move() method to make it more
explicit rather than a side-effect.

bzr revid: odo@openerp.com-20131112151747-da67h4yavhz3k29c
2013-11-12 16:17:47 +01:00
..
i18n Launchpad automatic translations update. 2013-11-18 05:53:19 +00:00
process [IMP]remove tabs and add spaces instead of them 2012-06-28 12:10:05 +05:30
security Harmonize the noupdate flag on security XML files : 2012-07-13 19:08:38 +02:00
test [FIX]: procurement: Fixed demo and yml for procurement orders as per new changes, Improved demo of minimum stock rules 2012-07-17 17:33:42 +05:30
wizard [FIX] procurement: typo/wording in product procurement wizard 2013-06-10 13:25:17 +02:00
__init__.py [MERGE] Missing modelines, requested and provided by Lionel Sausin (Numerigraphe) 2011-11-24 16:50:58 +01:00
__openerp__.py [FIx]procurment : move demo data file to demo section to fix the name error 2012-10-08 10:58:36 +05:30
board_mrp_procurement_view.xml [MERGE]:product 2012-09-13 10:36:07 +05:30
company.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
company_view.xml [IMP]Remove type field from the modules 2012-08-09 11:35:16 +05:30
procurement.py [FIX] procurement: magic bypass transition was incomplete and preventing pulled flows from working 2013-11-12 16:17:47 +01:00
procurement_data.xml [FIX] procurement: background procurement scheduler should be working in batch mode, with one transaction per order 2013-07-01 18:35:32 +02:00
procurement_demo.xml [FIX]product : removed unused speces 2012-10-05 12:44:28 +05:30
procurement_view.xml [MERGE] OPW 590300: make some action help texts consistent with the rest of the system 2013-06-07 18:09:27 +02:00
procurement_workflow.xml [FIX] procurement: magic bypass transition was incomplete and preventing pulled flows from working 2013-11-12 16:17:47 +01:00
schedulers.py [FIX] procurement: order points must procure goods in the specifiedt warehouse 2013-11-12 14:06:12 +01:00
stock_orderpoint.xml [FIX]: procurement: Fixed demo and yml for procurement orders as per new changes, Improved demo of minimum stock rules 2012-07-17 17:33:42 +05:30