In which object you want to change sequence order? in that object's .py file you have to change code. or example if you want to change sequence in sale then you can directly change addons/sale/sale.py file and put the ode under class sale_order(osv.osv).
Its better if you don't change in main addons and create your own module and change functionality by inheriting the sale.order object. check sale_purchase_seq module in extra addons for more details and reference. ------------------------ OpenERP=Easier, Adaptable, Affordable, Modular -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=53650#53650 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
