0

我们如何删除openERP徽标后openERP窗口左上角出现的数据库名称和用户名。我们需要在哪个文件中进行更改才能删除它。

谢谢,萨米尔

4

2 回答 2

0

使用Firebug<div>之类的工具来查找要隐藏的 a 的 id 。然后搜索该 id 的源代码,以便您可以使用与enlightx回答您的其他问题相同的 CSS 技术。

于 2011-11-18T19:14:29.850 回答
0

It's in the openerp-web module. The location depends on your particular configuration. The relevant code can be found in the file addons/web/static/src/xml/base.xml. Search for header_title and edit the contents of the h1 tag of that class.

于 2012-09-06T08:24:11.680 回答