Browse Source

[IMP] add id to allow xpath on the button

pull/37/head
houssine 4 years ago
committed by Rémy Taymans
parent
commit
1fb7b50117
  1. 2
      easy_my_coop/views/res_partner_view.xml

2
easy_my_coop/views/res_partner_view.xml

@ -14,7 +14,7 @@
<header>
<button string="Create Subscription" name="%(action_view_create_subscription)d"
type="action" context="{'default_active_id': active_id}" groups="easy_my_coop.group_easy_my_coop_user"/>
<button string="Update info" name="%(action_view_update_partner_info)d"
<button id="action_view_update_partner_info" string="Update info" name="%(action_view_update_partner_info)d"
type="action" context="{'default_active_id': active_id}" groups="easy_my_coop.group_easy_my_coop_user"/>
</header>
</sheet>

Loading…
Cancel
Save