Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
🛡️ res_partner_skype: corrected tour
  • Loading branch information
Ommo73 committed Aug 8, 2019
1 parent ea02325 commit d0cc4cf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions res_partner_skype/static/src/js/test_res_partner_skype.js
Expand Up @@ -7,15 +7,11 @@ odoo.define('res_partner_skype.tour', function (require) {


var steps = [{
trigger: '.o_thread_message strong.o_mail_redirect:contains("Agrolait")',
content: _t("Open Partners Form"),
position: 'bottom',
}, {
trigger: '.o_field_email.o_field_widget.o_form_uri.o_text_overflow[href="skype:skype_test?call"]',
content: _t("Check the link"),
position: 'bottom',
}];

tour.register('tour_res_partner_skype', { test: true, url: '/web' }, steps);
tour.register('tour_res_partner_skype', { test: true, url: '/web#id=9&view_type=form&model=res.partner' }, steps);

});

0 comments on commit d0cc4cf

Please sign in to comment.