Merge lp:~unifield-team/unifield-server/osv_memory_copy_translation_shipping_process into lp:unifield-server

Proposed by Patrick Amstutz
Status: Merged
Merged at revision: 3383
Proposed branch: lp:~unifield-team/unifield-server/osv_memory_copy_translation_shipping_process
Merge into: lp:unifield-server
Diff against target: 13 lines (+3/-0)
1 file modified
bin/osv/orm.py (+3/-0)
To merge this branch: bzr merge lp:~unifield-team/unifield-server/osv_memory_copy_translation_shipping_process
Reviewer Review Type Date Requested Status
UniField Dev Team Pending
Review via email: mp+77736@code.launchpad.net

Description of the change

modification of copy_translation of osv_memory for shipment process because of o2m osv_memory field from osv.osv

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/orm.py'
2--- bin/osv/orm.py 2011-09-23 08:17:08 +0000
3+++ bin/osv/orm.py 2011-09-30 16:47:25 +0000
4@@ -1988,6 +1988,9 @@
5 if isinstance(ids_orig, (int, long)):
6 return result[0]
7 return result
8+
9+ def copy_translations(self, cr, uid, old_id, new_id, context=None):
10+ pass
11
12 def write(self, cr, user, ids, vals, context=None):
13 if not ids:

Subscribers

People subscribed via source and target branches

to all changes: