Hello i tryed to use widget handler to my custom module. Everything seems ok i can drag things around but then i click save all the order goes back to normal. Any ideas?
Regards Darius
Hello i tryed to use widget handler to my custom module. Everything seems ok i can drag things around but then i click save all the order goes back to normal. Any ideas?
Regards Darius
In your XML, you would have enabled the handle widget on a certain field. In your .py file, mention that field in _order , (usually included after _columns) :
_order='your_field_name'
You might also want to specify a default value for it:
_defaults={'your_field_name':2}
Let me know if it doesn't work.
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل| المنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
|---|---|---|---|---|
|
0
أغسطس 23
|
2806 | |||
|
1
يوليو 24
|
4256 | |||
|
1
يوليو 23
|
6542 | |||
|
0
مارس 24
|
5476 | |||
|
2
نوفمبر 22
|
5827 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.