I am bulidng my first web site with odoo, and I build an Qweb Html form with some inputs (text , radio , checkbox) fields and now i need to handel the saving the values of the inputs form, from the website in my backend module how can I hand this?
I am bulidng my first web site with odoo, and I build an Qweb Html form with some inputs (text , radio , checkbox) fields and now i need to handel the saving the values of the inputs form, from the website in my backend module how can I hand this?
You might want to check Sythil's form builder modules:
https://www.odoo.com/apps/modules/browse?series=9.0&author=Sythil
hi,
You need to create main.py file,you need to manage this by controller,refer base module,Lets You can refer website_sale module,specially main.py
Özel özelliklerden yararlanmak ve harika topluluğumuzla etkileşime geçmek için bugün bir hesap oluşturun!
Üye Ol| İlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
|---|---|---|---|---|
|
3
Mar 24
|
7488 | |||
|
Website form field conditions
Çözüldü
|
1
Oca 21
|
5174 | ||
|
2
Kas 25
|
1354 | |||
|
0
Oca 25
|
2986 | |||
|
1
Oca 25
|
3674 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
Thank you for your response Now it is working,