تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
3537 أدوات العرض

Can anyone give me minimal code so that any method I can override for JS method? in pos odoo




changeMode(mode) { if (!this.hasPriceControlRights && mode === 'price' ) { return; } if (!this.hasManualDiscount && mode === 'discount') { return; } this.trigger('set-numpad-mode', { mode }); }


الصورة الرمزية
إهمال
أفضل إجابة

Inherits the class of the method,Rewriting method

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
2
مايو 22
14318
2
أبريل 22
4463
1
يوليو 25
3844
10
ديسمبر 24
31671
1
نوفمبر 23
10347