콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
1002 화면

Powerd by odoo - create free website....how to remove this?

아바타
취소
베스트 답변

Hi,

Try the following steps.


1- Activate developer mode.

2- Duplicate the "Brand Promotion Message" View

    - Navigate to Settings > Technical > User Interface > Views.

    - In the search bar, type Brand Promotion Message to find the view that you need to duplicate.

    - Select the Brand Promotion Message view from the list.3- Create a New View Based on the Original

      -With the "Brand Promotion Message" view open, click Duplicate.

       -Update the following fields:

                * View Name: Change it to something unique, like Custom Brand Promotion Message.

                * Key: Change it to something unique, like web.custom_brand_promotion_message.

                * Inherited View: Select Brand Promotion Message to ensure that your new view will inherit from the original.

4- Replace the Code in the Architecture

In the Architecture section of the duplicated view, replace the existing code with:

<xpath expr="//t[@t-name='web.brand_promotion_message']" position="replace">
    <div class="footer">
    </div>
</xpath>


This modification removes the "Powered by Odoo" mention while retaining the footer structure for your website.

5- Save and Apply

Hope it helps

아바타
취소
베스트 답변

This has been answered about 40 times in this forum. Please use the search function: https://www.odoo.com/forum/1?search=Powered+by+Odoo

아바타
취소
관련 게시물 답글 화면 활동
0
10월 25
15
0
10월 25
9
0
10월 25
9
0
10월 25
222
0
9월 25
357