Merge lp:~jfb-tempo-consulting/unifield-web/uf-2190 into lp:unifield-web

Proposed by jftempo
Status: Merged
Merged at revision: 4741
Proposed branch: lp:~jfb-tempo-consulting/unifield-web/uf-2190
Merge into: lp:unifield-web
Diff against target: 11 lines (+1/-1)
1 file modified
addons/openerp/controllers/openo2m.py (+1/-1)
To merge this branch: bzr merge lp:~jfb-tempo-consulting/unifield-web/uf-2190
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+221164@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'addons/openerp/controllers/openo2m.py'
2--- addons/openerp/controllers/openo2m.py 2012-08-16 08:51:47 +0000
3+++ addons/openerp/controllers/openo2m.py 2014-05-28 07:05:54 +0000
4@@ -160,7 +160,7 @@
5 proxy = rpc.RPCProxy(model)
6 try:
7 if id:
8- res = proxy.unlink([id])
9+ res = proxy.unlink([int(id)])
10 except Exception, e:
11 error = ustr(e)
12

Subscribers

People subscribed via source and target branches