As far as I am aware and experienced - please someone correct me if I am wrong 
- Open Object doesn't appear to allow you to change around major things in a 
module.py and then reload them - things you appear to be able to do include 
minor changes like changing selection values and field labels but even them you 
need a server restart.

The views are easy to change but loading from the xml file needs an upgrade - 
you could always change the view in administration >> customisation >> user 
interface >> views

To make changes to a custom module data model in development there are 2 main 
ways I use - I don't know if it is a great general way of doing it but it is 
what works well for me.

Firstly if the data model is not yet well defined then create the module as 
object_a1 and then create a new module for each data model significant change. 
Uninstall the old one, Import/install the new one, a1, a2, ax I view like alpha 
versions, b1 etc like betas and p1 etc.. as production versions. 

If the existing data model is well defined or a custom module already has a 
large amount of data on it which could be lengthy to import/export then use 
inheritance and make changes to existing modules using a new module.




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=54485#54485

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to