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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
3
Mar 24
|
5251 | ||
Website form field conditions
Diselesaikan
|
|
1
Jan 21
|
3297 | |
|
0
Jan 25
|
1016 | ||
|
1
Jan 25
|
1389 | ||
|
1
Jun 23
|
3240 |
Thank you for your response Now it is working,