Hi,
I have two model: A, and B. B have a many2many field link to A (named x). A include some objects with ids: 1,2,3,4
In B, I add items to x in order 3,2,4, but it always reorder to 2,3,4. I tried with many2many_tag widget but get the same results
How can I keep the order of x like I have inserted.
Sorry for my bad English. Thanks