presuming this hasn't changed too much from 4.2 I would usually do the following.
Adding fields - create a new module with your new fields and inherit the previous object - An example of this is in hr_contract Removing fields - just take them out of the view Lots of changes to a custom built module without too many dependencies - develop new module - export the data - uninstall old module - install new module - import the data -------------------- m2f -------------------- -- http://www.openerp.com/forum/viewtopic.php?p=26909#26909 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
