Dre4m Shell
Server IP : 127.0.0.2  /  Your IP : 3.144.147.211
Web Server : Apache/2.4.18 (Ubuntu)
System :
User : www-data ( )
PHP Version : 7.0.33-0ubuntu0.16.04.16
Disable Function : disk_free_space,disk_total_space,diskfreespace,dl,exec,fpaththru,getmyuid,getmypid,highlight_file,ignore_user_abord,leak,listen,link,opcache_get_configuration,opcache_get_status,passthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,php_uname,phpinfo,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,pclose,popen,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,shell_exec,source,show_source,system,virtual
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /opt/odoo/addons/website_mail/data/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /opt/odoo/addons/website_mail/data/mail_channel_data.xml
<?xml version="1.0" encoding="utf-8"?>
<odoo>
    <data noupdate="1">

        <record id="channel_public" model="mail.channel">
            <field name="name">Discussion Group</field>
            <field name="public">public</field>
            <field name="description">Public Discussion Group</field>
        </record>

        <!-- notify to admin of module installation -->
        <record id="mail_template_data_module_install_website_mail" model="mail.template">
            <field name="name">website module install then send email</field>
            <field name="subject">Your business is reachable from anywhere, anytime !</field>
            <field name="email_from">help@odoo.com</field>
            <field name="email_to">${user.email|safe}</field>
            <field name="lang">${user.lang}</field>
            <field name="model_id" ref="base.model_ir_module_module"/>
            <field name="auto_delete" eval="True"/>
            <field name="scheduled_date">${(datetime.datetime.now() + relativedelta(days=1)).strftime('%Y-%m-%d %H:%M')}</field>
            <field name="body_html" ><![CDATA[
            <div style="margin: 10px auto;">
            <table cellspacing="0" cellpadding="0" style="width:100%;">
                <tbody>
                    <tr>
                        <td style="padding:2px;width:30%;">
                            <img src="web/static/src/img/logo.png"/>
                        </td>
                        <td style="vertical-align: top; padding: 8px 10px;text-align: left;font-size: 14px;">
                            <a href="web/login" style="float:right ;margin:15px auto;background: #875A7B;border-radius: 5px;color: #ffffff;font-size: 16px;padding: 10px 20px 10px 20px;text-decoration: none;">Auto Login</a>
                        </td>
                    </tr>
                </tbody>
            </table>
            <table style="width:100%;text-align:justify;margin:0 auto;border-collapse:collapse;border-top:1px solid lightgray"">
                <tbody>
                    <tr>
                        <td style="padding:15px 10px;font-size:20px">
                            <p style="color:#875A7B;margin:0" >Awesome!</p><br>
                            <p dir="ltr" style="font-size:15px;margin-top:0pt;margin-bottom:0pt;">
                                <span>Your website is now online!</span></p><br>
                            <p dir="ltr" style="margin-top:0pt;margin-bottom:8pt;">
                                <span style="font-size:13px;font-weight:bold; ">Did you know?</span></p>
                            <ul style="margin-top:0pt;margin-bottom:0pt;font-size:13px;list-style-type:disc;">
                                <li dir="ltr">
                                    <p dir="ltr" style="margin-top:0pt;margin-bottom:0pt;">
                                        <span>From the Customize / Install Apps menu, you can install new features (forum, blog, eCommerce, jobs, ...)</span>
                                    </p>
                                </li>
                                <li dir="ltr">
                                    <p dir="ltr" style="margin-top:0pt;margin-bottom:8pt;">
                                        <span>Customize the look of your website with the Customize menu.</span>
                                    </p>
                                </li>
                            </ul> <br>
                            <p dir="ltr" style="font-size:13px;margin-top:0pt;margin-bottom:8pt;">
                                <span style="font-weight:bold;">Discover the </span>
                                <span><a href="/web#view_type=kanban&model=project.project&action=project.open_view_project_all">
                                    <span style="font-weight:bold; text-decoration:underline;">Website planner</span></a></span>
                                <span> to activate extra features</span>
                                <span style="color:#875A7B;margin:0;font-weight:bold">(${user.env['web.planner'].get_planner_progress('planner_website')}% done)</span>
                            </p>
                            <ul style="margin-top:0pt;margin-bottom:0pt;font-size:13px;list-style-type:disc;">
                                <li dir="ltr">
                                    <p dir="ltr" style="margin-top:0pt;margin-bottom:0pt;">
                                        <span>Grow your traffic by optimizing your referencing with our SEO tool,</span>
                                    </p>
                                </li>
                                <li dir="ltr">
                                    <p dir="ltr" style="margin-top:0pt;margin-bottom:0pt;">
                                        <span>Improve your conversion from visitor to customer with the Website Live support,</span>
                                    </p>
                                </li>
                                <li dir="ltr">
                                    <p dir="ltr" style="margin-top:0pt;margin-bottom:0pt;">
                                        <span>Broaden your audience with the multi-language support,</span>
                                    </p>
                                </li>
                                <li dir="ltr">
                                    <p dir="ltr" style="margin-top:0pt;margin-bottom:0pt;">
                                        <span>Go further into the customization with our advanced HTML editor,</span>
                                    </p>
                                </li>
                                <li dir="ltr">
                                    <p dir="ltr" style="margin-top:0pt;margin-bottom:8pt;">
                                        <span>And much more...</span>
                                    </p>
                                </li>
                            </ul>
                            <br>
                            <p dir="ltr" style="font-size:13px;line-height:1.3;margin-top:0pt;margin-bottom:8pt;">
                                <span style="font-weight:bold;">Need Help?</span>
                                <span style="font-style:italic;">You’re not alone</span>
                            </p>
                            <p dir="ltr" style="font-size:13px;margin-top:0pt;margin-bottom:8pt;">
                                <span>We would be delighted to assist you along the way. Contact us through our
                                <a href="https://www.odoo.com/help">support form</a> if you have any question.
                                You can also discover how to get the best out of Odoo with our </span>
                                <a href="https://www.odoo.com/documentation/user">
                                <span style="text-decoration:underline;">User Documentation</span></a>
                                </span><span> or with our </span>
                                <a href="https://www.odoo.com/documentation">
                                <span style="text-decoration:underline;">API Documentation</span></a>
                            </p>
                            <p dir="ltr" style="font-size:13px;margin-top:0pt;margin-bottom:8pt;"><span>Enjoy your Odoo experience,</span></p>
                        </td>
                    </tr>
                </tbody>
            </table>
            <div dir="ltr" style="font-size:13px;margin-top:0pt;margin-bottom:8pt;color:grey">
                <span><br/>-- <br/>The Odoo Team<br/>PS: People love Odoo, check </span><a href="https://twitter.com/odoo/favorites"><span style="text-decoration:underline;">what they say about it.</span></a></span>
            </div>
        </div>]]></field>
        </record>

    </data>

    <data noupdate="1">
        <function
            id="mail_template_function_module_install_website_mail"
            model="mail.template"
            name="send_mail"
            eval="[ref('mail_template_data_module_install_website_mail'), ref('base.module_website_mail')]"/>
    </data>

</odoo>


Anon7 - 2022
AnonSec Team