~vauxoo/addons-vauxoo/7.0-pylint-luist

« back to all changes in this revision

Viewing changes to report_process_production/wizard/wizard_report_process.py

  • Committer: Moises Lopez
  • Date: 2014-09-30 16:10:27 UTC
  • mfrom: (1138.1.1 70-addons-vauxoo)
  • Revision ID: moylop260@vauxoo.com-20140930161027-dzvea4rbefm0ko7g
[MERGE] [FIX] Fix unused variable with autoflake and pylint

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        """
56
56
        if context is None:
57
57
            context = {}
58
 
        prod_obj = self.pool.get('product.product')
59
58
        production_obj = self.pool.get('mrp.production')
60
59
        res = super(wizard_report_process, self).default_get(
61
60
            cr, uid, fields, context=context)