I want to ask about editing file in openerp, especially in v7.
I edit xml file (form, tree, search) is from frontend xml inside openerp; i edit phyton file is from backend of openerp folder in .py file; i edit xml file (action) is from database (model) openerp not from frontend xml inside openerp; etc.
The question: does the way that i mention above is the only way in editing it? is it any other simple way? if i must edit the file from many place (xml, .py, database(model),etc ), i think this is not efficient.
If my answer doesn't fit your needs, could you be more specific in what you need to do?
my resume question is, is it possible to edit file or module in openerp, only from one place? backend or frontend?
I still don't really understand; do you have some practical example ? Did you mean, "Does OpenERP provide a specific IDE ?" Something like Visual Studio, for instance ?
You won't be able to implement all the logic from frontend. You must do a module for that and use your prefered editor.
when i want to edit phyton file, i must go to backend; but when i want to edit xml file, i must go to frontend. why i can't automatically edit phyton file n xml file from backend, whereas both of them are from backend..?
sorry i found it in windows action menu.. my simple question is, can i edit xml file from backend, just like phyton file?
In my answer, the part Module development shows you all the ref you need and says that you can use XML inheritance to make your XML files. You just have to declare them in your __openerp__.py. Don't forget that, modifying view from files, needs a module update, and modifying python needs a server restart.