Skip to content

Commit

Permalink
[FIX] base_automation: remove unnecessary button
Browse files Browse the repository at this point in the history
Fine tunning of c12a0f5

opw-1937928

closes odoo#31065
  • Loading branch information
Julien00859 committed Feb 13, 2019
1 parent 3dbf51b commit 090c3a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions addons/base_automation/views/base_automation_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
<xpath expr="//button[@name='create_action']" position="replace">
</xpath>
<xpath expr="//button[@name='unlink_action']" position="replace">
<button name="unlink_action_for_menu" string="Remove Action" type="object"
attrs="{'invisible':[('binding_model_id','=',False)]}"
help="Remove the contextual action related to this server action"/>
</xpath>
<div class="oe_title" position="before">
<div class="oe_button_box" name="button_box">
Expand Down

0 comments on commit 090c3a0

Please sign in to comment.