Hi, this is probably a very basic question:
When I upgrade from one version to another and a model gets a new field, how is this field added to the database? Example: I upgraded from nightly build 6.2dev-20120928-230101-1 to 6.2dev-20120930-230101-1. In changeset 4465 between the versions, the model 'ir.model.access' got a new boolean field "active", which is not in my database. What do I have to do to migrate the database? (In the Django world, there "south", probably because of the migrating swallows...) Thanks in advance! _______________________________________________ Mailing list: https://launchpad.net/~openerp-community Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-community More help : https://help.launchpad.net/ListHelp

