Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
5 ตอบกลับ
22358 มุมมอง

 

Hi All,

I want to remove My Odoo.com account , About Odoo and Help located above from Log out option  for User. 

How can I achieve it?


Thanks in advance.


อวตาร
ละทิ้ง

This efficient tool allows you to remove unnecessary options from the User Account Menu.
https://youtu.be/_scgqjyA9tw

คำตอบที่ดีที่สุด

Step 1:

Install module "Remove odoo.com bindings".

This will do the odoo debranding

Still "About Odoo" will be visible in top right menu, to further remove this

Step 2:

Replace the below code in base.xml within the module installed

disable_openerp_online/static/src/xml/base.xml

<?xml version="1.0" encoding="UTF-8"?>

<templates>

<t t-extend="UserMenu">

<t t-jquery="a[data-menu='account'], a[data-menu='help'], a[data-menu='about']">

this.parent().remove();

</t>

</t>

</templates>

อวตาร
ละทิ้ง
ผู้เขียน

Thanks a lot ! This is exactly what I needed. +1 for this.

คำตอบที่ดีที่สุด

Hello,

You can use this module, developed by OCA ...


Regards,

อวตาร
ละทิ้ง
ผู้เขียน

Thanks a lot ! its very helpful. +1 for this.

คำตอบที่ดีที่สุด

The same above module is also available for odoo 9 through this link: https://apps.openerp.com/apps/modules/9.0/disable_odoo_online/

But honestly, I don't notice any changes after installation.

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
0
พ.ค. 15
3230
0
ม.ค. 24
2852
1
มิ.ย. 17
4465
4
มิ.ย. 25
2089
1
มิ.ย. 25
943