Skip to content

Commit

Permalink
[FIX] link_tracker: do not allow link tracker duplication
Browse files Browse the repository at this point in the history
Purpose
=======
We should not be able to duplicate the link trackers (as it
makes no sense from a functionnal POV).

Task-2090344

closes odoo#50279

X-original-commit: 850e744
Signed-off-by: Thibault Delavallee (tde) <[email protected]>
  • Loading branch information
std-odoo committed Apr 28, 2020
1 parent 9415966 commit c236b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/link_tracker/views/link_tracker_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<field name="name">link.tracker.view.form</field>
<field name="model">link.tracker</field>
<field name="arch" type="xml">
<form string="Website Link">
<form string="Website Link" duplicate="0">
<sheet>
<div class="oe_button_box" name="button_box">
<button type="object" icon="fa-sign-out" name="action_visit_page"
Expand Down

0 comments on commit c236b97

Please sign in to comment.