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

I have been studying the theme tutorial and tried the examples. I have not been able to get the example about the "Java Options" to work. I followed the example exactly. I run the website in firefox. The debugger of firefox showes the following error:

"ReferenceError: openerp is not defined"


The java script code used looks as follows:

(function() {

'use strict';

var website = openerp.website;

website.openerp_website = {};

website.snippet.options.snippet_testimonial_options = website.snippet.Option.extend({

on_focus: function() {

alert("On focus!");

}

})

})();


The debugger points to the following line of the above function:

"var website = openerp.website;"


The template definition in the assets file looks as follows:

<template id="my_js" name="My Js" inherit_id="website.assets_editor">

 <xpath expr="script[last()]" position="after">

<script type="text/javascript" src="/theme_shipcenter/static/src/js/tutorial_editor.js" />

</xpath>

</template>



The examples are taken from the page

http://www.odoo.com/documentation/9.0/howtos/themes.html#snippet-options

I run the server and the browser on a Ubuntu 14.04 system.

Is there a mistake in the sample code or is there something missing?



아바타
취소
베스트 답변

So... There is no one from Odoo who doesn't know why they documentation do not work? It was the issue in 2016, it was the issue in documentation for V11 and there is the same problem today with V12. Seriously Odoo, you can't write proper documentation? In the very beginning of it [V12] there is also a problem which need to be solved by searching the internet. Bravo!

아바타
취소
관련 게시물 답글 화면 활동
1
5월 24
7232
2
7월 23
11548
1
3월 22
4359
0
3월 21
2386
Odoo Server error 해결 완료
2
3월 21
4601