Server IP : 127.0.0.2 / Your IP : 3.149.246.106 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/crm/views/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?> <odoo> <record id="view_sale_config_settings" model="ir.ui.view"> <field name="name">crm settings</field> <field name="model">sale.config.settings</field> <field name="inherit_id" ref="sales_team.view_sale_config_settings"/> <field name="arch" type="xml"> <div id="main" position="inside"> <group string="CRM" name="config_alias"> <label for="id" string="Leads Email Alias"/> <div> <div attrs="{'invisible': [('alias_domain', 'in', ['localhost', '', False])]}"> <p class="text-muted"> Each sales team has an email alias that could be setup on the sales team form. You can setup a generic email alias to create incoming leads. </p> <field name="alias_prefix" class="oe_inline"/> <span>@</span> <field name="alias_domain" class="oe_inline" readonly="1"/> </div> <div attrs="{'invisible': [('alias_domain', 'not in', ['localhost', '', False])]}"> <button type="action" name="base_setup.action_general_configuration" string="Setup your domain alias" class="oe_link"/> </div> </div> <field name="group_use_lead" widget="radio"/> <label for="module_crm_voip" string="Voip integration"/> <div> <field name="module_crm_voip" widget="upgrade_boolean" class="oe_inline"/> <label for="module_crm_voip" invisible="1"/> <a href="https://www.odoo.com/slides/slide/voip-one-click-button-to-automate-calls-272" target="_blank"> More Info </a> </div> </group> <group string="Odoo Sign" name="config_sign"> <label for="module_website_sign" string="Odoo Sign"/> <div> <field name="module_website_sign" widget="upgrade_boolean" class="oe_inline"/> <label for="module_website_sign" invisible="1"/> <a href="https://www.odoo.com/page/sign" target="_blank"> More Info </a> </div> </group> </div> </field> </record> </odoo>