mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[FIX] update method is accessible from XML/RPC and should return something else than None which is forbidden
This commit is contained in:
@@ -152,6 +152,7 @@ class printing_printer(osv.osv):
|
||||
self.lock.release()
|
||||
if not updating:
|
||||
break
|
||||
return True
|
||||
|
||||
def search(self, cr, uid, args, offset=0, limit=None, order=None, context=None, count=False):
|
||||
self.update(cr, uid, context)
|
||||
|
||||
Reference in New Issue
Block a user