コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
5594 ビュー

Hello, 

A little painfully I was able to modify the header (external_layout_header view) and the footer with the same way. However, I don't find how to remove the language information that shows below the footer of an Qweb invoice.

How Can I remove this information?

Regards.

アバター
破棄
最善の回答

I commented it out using the website editor.

Customize -> HTML Editor -> - Layout (In the dropdown menu)

Comment the following lines adding <!--  --> 

 <!--<li groups="base.group_website_publisher">
                <t t-set="url_return" t-value="url_for('', '[lang]') + '?' + keep_query()"/>
                <a t-attf-href="/web#action=base.action_view_base_language_install&amp;website_id=#{website.id if website else ''}&amp;url_return=#{url_return}">
                    <i class="fa fa-plus-circle"/>
                    Add a language...
                </a>
            </li>-->

 

アバター
破棄
関連投稿 返信 ビュー 活動
1
12月 24
4099
1
3月 17
3218
1
2月 17
9142
1
11月 16
9518
1
6月 16
3656