Thanks hda. I looked and the base module I have is 5.0.1.1. Still, I hit the upgrade button and it said there were 69 modules to upgrade, and then hung while doing the upgrades. So I restarted it and the pg server.
Now when pg and oe server restart this is the last line of the OE log > INFO:init:module report_timesheet: creating or updating database tables Last few lines of pg log > > 2009-07-22 13:48:25 EDT LOG: database system is ready to accept connections > 2009-07-22 13:53:10 EDT ERROR: cannot change name of view column > "amount_invoice" > 2009-07-22 13:53:10 EDT STATEMENT: > create or replace view report_timesheet_invoice as ( > select > min(l.id) as id, > l.user_id as user_id, > l.account_id as account_id, > a.user_id as manager_id, > sum(l.unit_amount) as quantity, > sum(l.unit_amount * t.list_price) as revenue > from account_analytic_line l > left join hr_timesheet_invoice_factor f on > (l.to_invoice=f.id) > left join account_analytic_account a on > (l.account_id=a.id) > left join product_product p on (l.to_invoice=f.id) > left join product_template t on (l.to_invoice=f.id) > where > l.to_invoice is not null and > l.invoice_id is null > group by > l.user_id, > l.account_id, > a.user_id > ) I get the feeling it is really screwed now? :( ------------------------ Paul Drayton -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=39806#39806 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
