List the upgrade process between each series in addition to the database update.
There are several types of actions to be done:
[SQL]
: You should execute the mentioned query on your database. We normally include theBEFORE
orAFTER
keyword to indicate if the query should be execute before or after the update process.[CONSOLE]
: The python code should be executed inside atrytond-console
[PY]
: You should update the Python code of your custom modules[XML]
: You should update the XML code of your custom modules
Also note that some actions depend on the activated modules and can be skipped if the modules is not activated on your database.