我如何删除 odoo8 中 html 打印报告的翻译链接

How can i remove the translate links on html print reports in odoo8

语言链接和添加语言链接,
我确实尝试禁用翻译但它仍然显示 links.any 帮助?

类似问题 https://www.odoo.com/fr_FR/forum/help-1/question/remove-the-language-information-when-i-print-a-qweb-invoice-report-64228

请尝试以下代码。

ul.nomargin li.dropdown {
        display: none;
    }

解决了我去 UI/views/layout.xml 编辑了它