karthik123 wrote: > ... does that mean that we can do or customize all the functionalities in the > in the web interface itself and all the things will be stored in the > database. And we don't need to touch the code, and also that without knowing > coding we can use the Open ERP to the full extend???...
Yes, in a way. But if you mess up your database in any way (and there are a lot of ways you might do that) you'll have to re-do all your customizations. That's Ok if you have recorded them (using base_module_record) so that you can then recreate those customizations into a module that you place on the filesystem. (Note that I have not used that module for anything more than recreating hand-input data, but I suppose it works for any customization changes as well.) ------------------------ Regards, Geoff Seath Solutions Ltd (http://www.seathsolutions.com) -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=40288#40288 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
