mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[IMP] base_report_to_printer - remove uselsee context set
This commit is contained in:
@@ -271,8 +271,6 @@ class report_xml(orm.Model):
|
||||
}
|
||||
|
||||
def behaviour(self, cr, uid, ids, context=None):
|
||||
if context is None:
|
||||
context={}
|
||||
result = {}
|
||||
printer_obj = self.pool.get('printing.printer')
|
||||
printing_act_obj = self.pool.get('printing.report.xml.action')
|
||||
|
||||
Reference in New Issue
Block a user