Merge lp:~openerp-dev/openobject-server/trunk-add-x2many-widget-sgo into lp:openobject-server

Proposed by Sanjay Gohel (Open ERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-server/trunk-add-x2many-widget-sgo
Merge into: lp:openobject-server
Diff against target: 29 lines (+3/-3)
2 files modified
openerp/addons/base/ir/ir_actions.xml (+2/-2)
openerp/addons/base/res/res_company_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-server/trunk-add-x2many-widget-sgo
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+196487@code.launchpad.net

Description of the change

Hello,
    Change in button behaviour set oe_link which lies in button_box class and also set x2many widget where is needed on one2many field. For better view.

Thank You.
Sanjay Gohel

To post a comment you must log in.
4995. By Sanjay Gohel (Open ERP)

[MERGE]with trunk

4996. By Sanjay Gohel (Open ERP)

[MERGE]sync with trunk

4997. By Sanjay Gohel (Open ERP)

[MERGE]sync with trunk

Unmerged revisions

4997. By Sanjay Gohel (Open ERP)

[MERGE]sync with trunk

4996. By Sanjay Gohel (Open ERP)

[MERGE]sync with trunk

4995. By Sanjay Gohel (Open ERP)

[MERGE]with trunk

4994. By Sanjay Gohel (Open ERP)

[MERGE]sync with trunk

4993. By Sanjay Gohel (Open ERP)

[IMP]add class oe_link on ir_actio_nserver or in res_Company

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_actions.xml'
2--- openerp/addons/base/ir/ir_actions.xml 2013-11-25 15:41:40 +0000
3+++ openerp/addons/base/ir/ir_actions.xml 2013-12-04 06:19:26 +0000
4@@ -258,10 +258,10 @@
5 <div class="oe_right oe_button_box" name="buttons">
6 <field name="menu_ir_values_id" invisible="1"/>
7 <button name="create_action" string="Add in the 'More' menu" type="object"
8- attrs="{'invisible':[('menu_ir_values_id','!=',False)]}"
9+ attrs="{'invisible':[('menu_ir_values_id','!=',False)]}" class="oe_link"
10 help="Display an option on related documents to run this sever action"/>
11 <button name="unlink_action" string="Remove from the 'More' menu" type="object"
12- attrs="{'invisible':[('menu_ir_values_id','=',False)]}"
13+ attrs="{'invisible':[('menu_ir_values_id','=',False)]}" class="oe_link"
14 help="Remove the contextual action related to this server action"/>
15 </div>
16 <group>
17
18=== modified file 'openerp/addons/base/res/res_company_view.xml'
19--- openerp/addons/base/res/res_company_view.xml 2013-11-19 08:53:43 +0000
20+++ openerp/addons/base/res/res_company_view.xml 2013-12-04 06:19:26 +0000
21@@ -24,7 +24,7 @@
22 <field name="logo" widget="image" class="oe_avatar oe_left"/>
23 </div>
24 <div class="oe_right oe_button_box" name="button_box">
25- <button name="%(preview_report)d" string="Preview Header/Footer" type="action"/>
26+ <button name="%(preview_report)d" class="oe_link" string="Preview Header/Footer" type="action"/>
27 </div>
28 <div class="oe_title">
29 <label for="name" class="oe_edit_only"/>