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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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.
Thanks! it worked :)
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
|
0
aug. 23
|
1384 | ||
|
1
jul. 24
|
2132 | ||
|
1
jul. 23
|
4556 | ||
|
0
mrt. 24
|
3345 | ||
|
1
sep. 22
|
6271 |