Merge lp:~openerp-dev/openobject-server/trunk-bug-1085599-aja into lp:openobject-server

Proposed by ajay javiya (OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-server/trunk-bug-1085599-aja
Merge into: lp:openobject-server
Diff against target: 12 lines (+1/-1)
1 file modified
openerp/addons/base/module/wizard/base_export_language_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-server/trunk-bug-1085599-aja
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+139838@code.launchpad.net

Description of the change

Hello,
Add widget many2many_tags to fix issue : translations export, cannot select modules.
Thank You.

To post a comment you must log in.
Revision history for this message
Gustavo Adrian Marino (gamarino) wrote :

I think this is just a temporary solution. Many2many widgets, non tag, should be editable. They are used in many custom modules and in many cases the tag widget is not applicable at all.
Even with this workaround, this bug should not be closed till the real bug is fixed

Unmerged revisions

4685. By ajay javiya (OpenERP)

[ADD]: Add widget many2many_tag

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'openerp/addons/base/module/wizard/base_export_language_view.xml'
2--- openerp/addons/base/module/wizard/base_export_language_view.xml 2012-10-01 15:44:49 +0000
3+++ openerp/addons/base/module/wizard/base_export_language_view.xml 2012-12-14 06:38:20 +0000
4@@ -11,7 +11,7 @@
5 <group states="choose" string="Export Settings">
6 <field name="lang"/>
7 <field name="format"/>
8- <field name="modules"/>
9+ <field name="modules" widget="many2many_tags"/>
10 </group>
11 <div states="get">
12 <h2>Export Complete</h2>