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