Skip to content

Commit

Permalink
[FIX] project: tip selector and highlight were wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
tivisse authored and rim-odoo committed Sep 23, 2015
1 parent 16a12b3 commit d66d2b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/project/project_tip_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<field name="action_id" ref="open_view_project_all"/>
<field name="model">project.project</field>
<field name="mode">form</field>
<field name="trigger_selector">.o_form_buttons_view:visible,div.oe_button_box > button</field>
<field name="highlight_selector">div.oe_button_box:visible > button:nth-child(1)</field>
<field name="trigger_selector">div.oe_button_box > button:not(.o_form_invisible)</field>
<field name="highlight_selector">div.oe_button_box > button:not(.o_form_invisible):eq(0)</field>
<field name="placement">bottom</field>
</record>

Expand Down

0 comments on commit d66d2b2

Please sign in to comment.