Odoo 中文社区

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Popular
    • Users
    • Groups

    Odoo中文社区可以通过以下两个域名访问:shine-it.net , odoo.net.cn

    由于系统升迁的原因,本论坛部分较早期的内容存在格式和链接损坏失效的问题,并非本论坛系统本身的缺陷,望谅解

    本社区没有维护任何QQ群讨论组,任何与本社区同名的QQ群讨论组的言论与本社区无关!

    开发人员可以登录gitter讨论组: http://gitter.im/odoo-china/Talk, 需要github账号

    如果您登录系统碰到问题,请在微信公众号留言:

    昨天开始装Odoo,今天就遇到问题了。求教

    Odoo 新手求助
    3
    5
    3410
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      tg_zqh last edited by

      我装的是Odoo9,想把登录界面上的"Manage Databases"链接去掉,去不掉:
      查找"Manage Databases",发现只有server\openerp\addons\web\views\webclient_templates.xml中有。
      于是修改,再重启odoo,页面还是不变。不知道为什么?请大虾指教!
      我去掉的是段落:
              <template id="web.login_layout" name="Login Layout">
                  <t t-call="web.layout">
                      <t t-set="head">
                        <link rel="stylesheet" href="/web/static/lib/bootstrap/css/bootstrap.css"/>
                        <link rel="stylesheet" href="/web/static/lib/fontawesome/css/font-awesome.css"/>
                        <script src="/web/static/lib/jquery/jquery.js" type="text/javascript"/>
                      </t>
                      <t t-set="body_classname" t-value="'container'"/>
                      <div class="row">
                        <div class="col-md-6 col-md-offset-3 o_database_list">
                          <div class="text-center">
                            <img t-attf-src="/web/binary/company_logo{{ '?dbname='+db if db else '' }}"/>
                          </div>
                          <t t-raw="0"/>
                          <div class="text-center" t-if="not disable_footer">
                              <t t-if="not disable_database_manager">
                                  <a class="" href="/web/database/manager">Manage Databases</a> |
                              </t>
                              <a href="https://www.odoo.com" target="_blank">Powered by <span>Odoo</span></a>
                          </div>

                        </div>
                      </div>
                  </t>
              </template>
      整段都去掉了,页面一点变化都没有!

      1 Reply Last reply Reply Quote 0
      • Z
        zkj last edited by

        重启ODOO了没?
        话说为什么要去掉这个?只要设置好防火墙以及一个强壮的数据库用户密码,并且设定为不允许外链,有什么不安全的吗?

        1 Reply Last reply Reply Quote 0
        • T
          tg_zqh last edited by

          [quote author=zkj link=topic=17365.msg31282#msg31282 date=1446403578]
          重启ODOO了没?
          话说为什么要去掉这个?只要设置好防火墙以及一个强壮的数据库用户密码,并且设定为不允许外链,有什么不安全的吗?
          [/quote]
          重启了。
          其实我只是想去掉登录页面上的那个"Manage Databases"字符串及其链接。
          这样吧,换个问题:想麻烦一下,我想把页面上的字符串Manage Databases替换成字符串abcde,其他什么都不变,该怎么操作?
          小白一个,前天才接触Odoo,因此问得有点低级,请见谅

          1 Reply Last reply Reply Quote 0
          • L
            lihaihe last edited by

            update web 模块

            1 Reply Last reply Reply Quote 0
            • First post
              Last post