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

I am complete newbie to the world of Odoo, and I would like to remove the "Powered by Odoo" string from the footer of the login page. Now, I have already tried:

  1. Log in to the Odoo back end as administrator. Activate Technical Features, if not already activated, by going to Settings > Users > Users > (your Administrator user name, default is Administrator) > Edit > Usability > Technical Features > check the box (on), click Save.
  2. Go to Settings > Technical > User Interface > Views.
  3. In the search box, next to "(filter icon) Active", type "Footer Copyright", and hit enter to search.
  4. There will be one search result. (View name: Footer Copyright. View type: QWeb view.) Click to open it.
  5. Click Edit.
  6. Comment out lines 6-7 of the code as follows:
    <-- Powered by <a class="label label-danger" href="http://www.odoo.com/page/website-builder">Odoo</a>,
    the #1 <a href="http://www.odoo.com/page/e-commerce">Open Source eCommerce</a>. -->
    
  7. Click Save.

 No view called "footer copyright" also have tried searching for the view:

web.login_layout. No luck!

I did find the view web.menu_secondary and commented out the relevant lines but didn't remove it.

What am I doing wrong? How could I achieve this simple task? Also I would like to learn all of the different variables thus is there a list available for the different $object variables?

아바타
취소
작성자 베스트 답변

Thanks for replying. I solved it by searching by login and in the web layout view commenting out the relevant lines.

아바타
취소
베스트 답변

Hello,

try go to addons>web>views>database_selector.html:

on line 85:


                 replace:

                <a href="http://www.openerp.com" target="_blank">Powered by <span>OpenERP</span></a>


                by

                <!-- a href="http://www.openerp.com" target="_blank">Powered by <span>OpenERP</span></a-->

             Then reload the login page


     Regards

아바타
취소
관련 게시물 답글 화면 활동
1
10월 23
1891
2
3월 16
4971
1
12월 15
3552
1
3월 16
8344
0
1월 16
6105