Hi everyone, please can someone help me?
I want to save data in my database from the web client (qweb) , and i don't know how :(
thanks for reply me.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi everyone, please can someone help me?
I want to save data in my database from the web client (qweb) , and i don't know how :(
thanks for reply me.
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
0
مارس 15
|
3133 | ||
|
0
مارس 16
|
3023 | ||
|
0
سبتمبر 25
|
87 | ||
|
2
يوليو 25
|
694 | ||
|
1
يوليو 25
|
2051 |
Hi, could you provide a use case more explicit ? Qweb is for templating, so you can make a write, but it's not its job ! You should create a new controller to do the job probably... Thanks
Tanks for replay, I already resolved this problem by using a function in a js file which call the function write in my python class.