I’ve made a new module with ten fields. I’ve ran trytond-admin with --all option and the table was created perfectly. After that I decided to remove one field. I’ve changed the .py of my module and ran again trytond-admin with --all option but after requested the db I’ve seen that the field is still in the table.
So I’m wondering the best way to force the db modification, uninstall the module (is there a proper way ?) and re install it or something else ?
Finally removing manually the table did the job but I still don’t find a proper way to uninstall module…