~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to mrp_jit_extended/mrp.py.patch

  • Committer: Gabriela (Vauxoo)
  • Date: 2012-01-02 16:24:49 UTC
  • Revision ID: gabrielaquilarque97@gmail.com-20120102162449-lhxnrtif2ud36du2

[ADD] Added new module invoice_so.

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