Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2478 Представления

Hi, I've created a tour on odoo.. But unfortunately it is not displayed. I've created this way:

in `tour.js`:


    odoo.define('tour.example_tour', function(require) { 

    'use strict'; 

    var core = require('web.core'); 

    var Tour = require('web.Tour'); 

    var _t = core._t; 

    Tour.register({        

    id: 'example_tour', 

    name: 'Complete a basic order trough the Front-End',        

    path: '/web#model=pos.config&action=point_of_sale.action_pos_config_kanban',

    mode: 'test',        

    steps: [{                

    title: 'Load the Session', 

    waitNot: '.oe_loading:visible', 

    element: '.oe_kanban_action_button:contains("New Session")',

     }, ], });

    });



    and in `template.xml`:

    <template id="assets_backend" name="Hyper Tour Assets" inherit_id="web.assets_backend">            

    <xpath expr="." position="inside">                

    <script type="text/javascript" src="/hyper_tour/static/src/js/tour.js"></script>            

    </xpath>        

    </template>


    Thanks for the help.


    Аватар
    Отменить
    Related Posts Ответы Просмотры Активность
    1
    февр. 25
    3320
    0
    нояб. 23
    1601
    0
    сент. 23
    2058
    0
    сент. 23
    1797
    2
    июн. 25
    11292