Browse Source

fixup! [ADD] privacy_consent: Privacy explicit consent tracking tools

pull/11/head
Jairo Llopis 6 years ago
parent
commit
36168c8741
  1. 2
      privacy_consent/views/privacy_activity.xml
  2. 2
      privacy_consent/views/res_partner.xml

2
privacy_consent/views/privacy_activity.xml

@ -14,7 +14,7 @@
attrs='{"invisible": [("consent_required", "=", False)]}'
class="oe_stat_button"
context='{"search_default_activity_id": active_id}'
icon="fa-users"
icon="fa-handshake-o"
name="%(consent_action)d"
type="action"
>

2
privacy_consent/views/res_partner.xml

@ -14,7 +14,7 @@
attrs='{"invisible": [("privacy_consent_count", "=", 0)]}'
class="oe_stat_button"
context='{"search_default_partner_id": active_id}'
icon="fa-envelope"
icon="fa-handshake-o"
name="%(consent_action)d"
type="action"
>

Loading…
Cancel
Save