Here are my code lines of Odoo XML template with vue.js/vuetify.
When rendering, Odoo server is sending some of errors. v-bind, v-on, shortcut keys (:, @) are not working.
What is the way to resolve my issues on Odoo XML?
Thanks.
<?xml version="1.0" encoding="utf-8" ?>
<openerp>
<data>
<template id="index">
<head>
<link
href="https://fonts.googleapis.com/css?family=Roboto:100:300,400,500,700,900|Material+Icons"
rel="stylesheet"/>
<link href="https://cdn.jsdelivr.net/npm/vuetify/dist/vuetify.min.css" rel="stylesheet"/>
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui"/>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
</head>
<body>
<div id="app">
<v-flex class="xs12 sm6 lg3 md4">
<v-menu
ref="menu"
v-model="menu"
nudge-right="40"
:return-value.sync="selectDate"
@click="transition()"
class="lazy offset-y full-width"
min-width="250px"
>
<v-text-field
slot="activator"
v-model="selectDate"
label="Select the filtering date"
prepend-icon="event"
></v-text-field>
<v-date-picker
v-model="selectDate"
></v-date-picker>
</v-menu>
</v-flex>
</div>
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vuetify/dist/vuetify.js"></script>
<script>
new Vue({ el: '#app',
data () {
return {};
},
});
</script>
</body>
</template>
</data>
</openerp>
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
1
Trả lời
10846
Lượt xem
Check out Odoo-In-Vue. It should give you some ideas: https://www.odooinvue.org
Its basically a project that is aimed at giving you everything you need to get started with Vue development with Odoo in the back.
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
1
thg 1 23
|
2504 | ||
|
3
thg 8 20
|
5092 | ||
|
0
thg 2 18
|
2606 | ||
|
0
thg 4 16
|
4316 | ||
|
1
thg 3 21
|
11132 |