Merge lp:~nch-openerp/openobject-client/6.1-opw-576763-nch into lp:openobject-client/6.1

Proposed by Naresh(OpenERP)
Status: Merged
Approved by: Naresh(OpenERP)
Approved revision: 2067
Merged at revision: 2071
Proposed branch: lp:~nch-openerp/openobject-client/6.1-opw-576763-nch
Merge into: lp:openobject-client/6.1
Diff against target: 11 lines (+1/-0)
1 file modified
bin/modules/gui/window/win_export.py (+1/-0)
To merge this branch: bzr merge lp:~nch-openerp/openobject-client/6.1-opw-576763-nch
Reviewer Review Type Date Requested Status
Olivier Dony (Odoo) Pending
Review via email: mp+114340@code.launchpad.net

Description of the change

Hello,

How to reproduce:

When saving an export list in the GTK client when the checkbox import compatible is unchecked it isn't saved. You see it appear in the top list, but at the next export the list isn't there. It only happens when the checkbox import compatible is unchecked.

Thanks,
Naresh

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/modules/gui/window/win_export.py'
2--- bin/modules/gui/window/win_export.py 2011-10-11 07:23:07 +0000
3+++ bin/modules/gui/window/win_export.py 2012-07-11 06:16:22 +0000
4@@ -289,6 +289,7 @@
5 self.model1.clear()
6 self.model2.clear()
7 self.model_populate(self.fields_original)
8+ self.fill_predefwin()
9
10 def sig_unsel_all(self, widget=None):
11 self.model2.clear()

Subscribers

People subscribed via source and target branches