~fabien-morin/unifield-wm/fm-us-870

« back to all changes in this revision

Viewing changes to procurement_report/procurement_batch.py

  • Committer: jf
  • Date: 2014-09-19 12:18:46 UTC
  • mfrom: (2210.3.6 unifield-wm)
  • Revision ID: jfb@tempo-consulting.fr-20140919121846-ny07i47wki287a7h
UTP-1199 [FIX] Replenishment Rules - Ghost in the pipe
UTP-1186 [IMP] Replenishment Rules & Automated PO creation
UTP-1184 [FIX] Replenishment Rules & Automated PO creation - BUG#1 - Duplicate POs
UTP-1183 [FIX] Replenishment Rules & Automated PO creation - BUG#1 - part 2
lp:~unifield-team/unifield-wm/utp-1199

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    
39
39
    _constraints = [
40
40
    ]
41
 
    
 
41
 
 
42
    def _poolJobs(self, db_name, check=False):
 
43
        return False
 
44
 
42
45
    def open_request_view(self, cr, uid, ids, context=None):
43
46
        view_id = self.pool.get('ir.model.data').get_object_reference(cr, uid, 'procurement_report', 'batch_requests_view')[1]
44
47
        return {'type': 'ir.actions.act_window',