How do I change the url ( onclick ) for Documentation, Support , Shortcuts when I click on the profile Icon of the user.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
1
Balas
1573
Tampilan
odoo.define('module_name.UserMenu', function (require) {
"use strict";
var UserMenu = require('web.UserMenu');
var support_url = 'https://www.xyz.com';
var account_url = 'https://www.xyz.cn';
var documentation_url = 'https://www.xyz.com';
UserMenu.include({
_onMenuAccount: function () {
window.open(account_url, '_blank');
},
_onMenuDocumentation: function () {
window.open(documentation_url, '_blank');
},
_onMenuSupport: function () {
window.open(support_url, '_blank');
},
})});
Thanks & Regards,
CandidRoot Solutions Pvt. Ltd.
Mobile: (+91) 8849036209
Email: info@candidroot.com
Skype: live:candidroot
Web: https://www.candidroot.com
Address: 1229-1230, Iconic Shyamal, Near Shyamal Cross Road, Ahmedabad, Gujarat 380015
Thank you.
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
0
Agu 25
|
96 | ||
|
1
Agu 25
|
2045 | ||
|
1
Jul 25
|
2573 | ||
|
2
Jul 25
|
8010 | ||
|
2
Jul 25
|
4461 |