~vauxoo/addons-vauxoo/ifrs_report_hbto

« back to all changes in this revision

Viewing changes to mrp_jit_extended/mrp.py.patch

  • Committer: Julio Serna
  • Date: 2013-01-10 16:35:04 UTC
  • mfrom: (437.1.169 vauxoo6.1)
  • Revision ID: julio@vauxoo.com-20130110163504-cml8x0o4k626tkub
[MERGE] merge repository

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=== modified file 'mrp/mrp.py'
 
2
--- mrp/mrp.py  2012-10-05 10:44:47 +0000
 
3
+++ mrp/mrp.py  2012-11-30 16:57:38 +0000
 
4
@@ -885,7 +885,7 @@
 
5
                     'move_id': shipment_move_id,
 
6
                     'company_id': production.company_id.id,
 
7
                 })
 
8
-        wf_service.trg_validate(uid, procurement_order._name, procurement_id, 'button_confirm', cr)
 
9
+        #wf_service.trg_validate(uid, procurement_order._name, procurement_id, 'button_confirm', cr) uncomment to confirm procurements
 
10
         return procurement_id
 
11
 
 
12
     def _make_production_internal_shipment_line(self, cr, uid, production_line, shipment_id, parent_move_id, destination_location_id=False, context=None):
 
13