I would like to add a many2one field in a custom widget so I have to add it in the qweb template but I have no idea how to do this ?
Thanks a lot in advance!
I would like to add a many2one field in a custom widget so I have to add it in the qweb template but I have no idea how to do this ?
Thanks a lot in advance!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อ| Related Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
|---|---|---|---|---|
|
0
ก.พ. 21
|
4314 | |||
|
3
พ.ค. 26
|
4184 | |||
|
1
ก.ค. 25
|
5326 | |||
|
1
พ.ค. 25
|
6449 | |||
|
QWeb: use t-if to check birthday date
แก้ไขแล้ว
|
1
เม.ย. 25
|
4996 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
I can't help much as I'm currently discovering that code. But, have a look in
hr_timesheet_sheetmodule on the first tab of timesheet there is a widget showing a m2o onaccount.analytic.account.This is the module I used to inspirate myself. I finally found a way to do what I want by using javascript to create the many2one field. Anyway, thanks a lot for your message.
Hello Simon how you did it?