Merge lp:~etsinko/openobject-server/bug1171495 into lp:openobject-server/7.0

Proposed by Egor Tsinko
Status: Needs review
Proposed branch: lp:~etsinko/openobject-server/bug1171495
Merge into: lp:openobject-server/7.0
Diff against target: 11 lines (+1/-0)
1 file modified
openerp/addons/base/ir/ir_model_view.xml (+1/-0)
To merge this branch: bzr merge lp:~etsinko/openobject-server/bug1171495
Reviewer Review Type Date Requested Status
Quentin THEURET @Amaris (community) Needs Fixing
OpenERP Core Team Pending
Review via email: mp+160150@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Quentin THEURET @Amaris (qtheuret) wrote :

Because the 'module' field wasn't in the initial view, maybe you could add an 'invisible' attribute on this field to do not show it.

review: Needs Fixing
4952. By Egor Tsinko

[FIX] made field module invisible

Revision history for this message
Egor Tsinko (etsinko) wrote :

> Because the 'module' field wasn't in the initial view, maybe you could add an
> 'invisible' attribute on this field to do not show it.

Done

Unmerged revisions

4952. By Egor Tsinko

[FIX] made field module invisible

4951. By Egor Tsinko

[FIX] Group by Module in External Identifiers tree view

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'openerp/addons/base/ir/ir_model_view.xml'
2--- openerp/addons/base/ir/ir_model_view.xml 2013-03-27 13:23:35 +0000
3+++ openerp/addons/base/ir/ir_model_view.xml 2013-05-23 14:15:30 +0000
4@@ -246,6 +246,7 @@
5 <tree string="External Identifiers">
6 <field name="complete_name"/>
7 <field name="display_name"/>
8+ <field name="module" invisible="1"/>
9 <field name="model" groups="base.group_no_one"/>
10 <field name="res_id"/>
11 </tree>