Browse Source

[IMP] tour last step, todo type

pull/14/head
ilyasProgrammer 8 years ago
parent
commit
a22c22bc36
  1. 11
      res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js
  2. 1
      res_partner_mails_count/templates.xml

11
res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js

@ -23,11 +23,12 @@ odoo.define('res_partner_mails_count.res_partner_mails_count_tour', function (re
},
{
wait: '2000',
waitFor: '.o_channel_name.mail_archives:visible',
title: _t("That's it"),
content: _t("Enjoy your day! <br/> <br/><a href='https://www.it-projects.info/apps' target='_blank'>IT-Projects LLC</a> team "),
popover: { next: _t("Close Tutorial") },
title: _t("Done"),
placement: 'top',
waitNot: '.mails_to:visible',
element: '.o_mail_thread',
content: _t("Message are found. <br/>Enjoy your day! <br/> <br/><a href='https://www.it-projects.info/apps' target='_blank'>IT-Projects LLC</a> team "),
popover: {next: _t("Close Tutorial")},
},
]
});

1
res_partner_mails_count/templates.xml

@ -41,6 +41,7 @@
<field name="action_id" ref="res_partner_mails_count_tutorial"/>
<field name="state">open</field>
<field name="sequence">200</field>
<field name="type">automatic</field>
</record>
</data>
</openerp>
Loading…
Cancel
Save