Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
12479 Lượt xem

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?

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 10 23
1891
2
thg 3 16
4969
1
thg 12 15
3534
1
thg 3 16
8344
0
thg 1 16
6083