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

Hi,

I need to rewrite the function _onCarrierUpdateAnswer which is in the module website_sale_delivery.For this purpose i have written the code like below

odoo.define('test_module.checkout', function (require) {
'use strict';
var DeliverYPay = require('website_sale_delivery.checkout')
console.log(DeliverYPay)
});

But the console returns me a undefined value.Is there anything wrong in my code.

Thanks

아바타
취소