<template id="assets_backend" inherit_id="web.assets_backend">
<xpath expr="//script[last()]" position="after">
<script type="text/javascript" src="/my_module/static/src/js/location_search.js"></script>
</xpath>
</template>
<template id="my_module.location_input" inherit_id="my_module.planned_location_template" customize_show="True">
<xpath expr="//div[@name='my_module_location_search']" position="inside">
<div class="r_input">
<input type="text"/>
</div>
</xpath>
</template>
the js file:odoo.define('my_module.location_input', function (require) {"use strict";
console.log('location searchbar');
var publicWidget = require('web.public.widget');
publicWidget.registry.LocationSearchBar =publicWidget.Widget.extend({
selector: '.r_input',
});
});
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- ลูกค้าสัมพันธ์
- e-Commerce
- ระบบบัญชี
- สินค้าคงคลัง
- PoS
- Project
- MRP
คำถามนี้ถูกตั้งค่าสถานะ
1
ตอบกลับ
5926
มุมมอง
Hi,
Change the inherit_id to web.assets_frontend instead of web.assets_backend
Regards
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อRelated Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
---|---|---|---|---|
|
1
พ.ค. 23
|
3010 | ||
|
0
ก.ค. 21
|
4104 | ||
|
0
มิ.ย. 21
|
4239 | ||
|
0
พ.ค. 23
|
3155 | ||
|
1
ม.ค. 23
|
7986 |