Merge lp:~unifield-team/unifield-server/uf-844 into lp:unifield-server

Proposed by jftempo
Status: Merged
Merged at revision: 3399
Proposed branch: lp:~unifield-team/unifield-server/uf-844
Merge into: lp:unifield-server
Diff against target: 13 lines (+2/-1)
1 file modified
bin/osv/fields.py (+2/-1)
To merge this branch: bzr merge lp:~unifield-team/unifield-server/uf-844
Reviewer Review Type Date Requested Status
UniField Dev Team Pending
Review via email: mp+99786@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 'bin/osv/fields.py'
2--- bin/osv/fields.py 2011-05-25 14:59:09 +0000
3+++ bin/osv/fields.py 2012-03-28 16:44:43 +0000
4@@ -663,7 +663,8 @@
5 if act[0] == 0:
6 raise _('Not Implemented')
7 elif act[0] == 1:
8- raise _('Not Implemented')
9+ obj = obj.pool.get(self._obj)
10+ obj.write(cr, user, [act[1]], act[2], context=context)
11 elif act[0] == 2:
12 raise _('Not Implemented')
13 elif act[0] == 3:

Subscribers

People subscribed via source and target branches

to all changes: