← Back to team overview

openerp-community-reviewer team mailing list archive

Re: lp:~camptocamp/report-print-send/7.0-add-module-printer_tray-yvr into lp:report-print-send

 

l.137 An uid is missing:

  user = self.pool.get('res.users').browse(cr, uid, context) 

  =>

  user = self.pool.get('res.users').browse(cr, uid, uid, context=context) 

In __openerp__.py, needs to add:

    'external_dependencies': {
        'python': ['cups'],
    },

Once that fixed, it will be fine for me.
-- 
https://code.launchpad.net/~camptocamp/report-print-send/7.0-add-module-printer_tray-yvr/+merge/188868
Your team Report Printing and Sending Core Editors is subscribed to branch lp:report-print-send.


References