Skip to content
Snippets Groups Projects
Commit 55ec0feb authored by Fabien Pinckaers's avatar Fabien Pinckaers
Browse files

[IMP] Subscribe data

bzr revid: fp@tinyerp.com-20140313194801-24f5f9s03rk663d6
parent 808e55d2
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@
'views/website_mail.xml',
'views/website_email_designer.xml',
'views/email_template_view.xml',
'data/mail_groups.xml',
'security/website_mail.xml',
],
'qweb': [
......
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data noupdate="1">
<record model="mail.group" id="group_all_employees">
<field name="name">Newsletter</field>
<field name="public">public</field>
<field name="description">Public Newsletter.</field>
</record>
</data>
</openerp>
......@@ -9,7 +9,7 @@
var self = this;
return website.prompt({
id: "editor_new_subscribe_button",
window_title: _t("New Subscribe Button"),
window_title: _t("Add a Subscribe Button"),
select: _t("Mailing List"),
init: function (field) {
return website.session.model('mail.group')
......
......@@ -478,18 +478,12 @@
</table>
</div>
</div>
</div>
<div id="snippet_options" class="hidden">
<t t-call="website.snippet_options"/>
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment