jitu.hds wrote: > ...but I have to modify a file account_view.xml also but I'm confused,what > code should be there ?...
No, don't modify that. You do the same sort of inheritance in a new file as you've done on the account_test.py file. And you need to call it 'Account_test_view.xml' if that's what you have in update_xml above. Some information in the developers' book here (http://openerp.com/wiki/index.php/Developers:Developper%27s_Book/The_views/ViewsInherit). Also look at the base_iban module for a simple example (although it has used an unconventional name for the .xml file, in my view.) ------------------------ Regards, Geoff Seath Solutions Ltd (http://www.seathsolutions.com) -------------------- m2f -------------------- -- http://www.openerp.com/forum/viewtopic.php?p=23774#23774 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
