Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
6589 Представления

I wanted to remove the default customers and partners that came with installing the apps in openerp when you load demonstration data. I went to res.partner field in pgAdmin III, view data, all rows, copied the first two rows, which rows are for company data and admin data, deleted all rows in the table through truncate cascaded command, and then attempted pasted the copied two rows in clipboard back into the table. Only one row could copy and that for the company data. That means i lost admin login and all other logins for the database. Can anyone help me out? Please, newbie to pgAdmin and openerp. thanks

Аватар
Отменить
Лучший ответ

I think that you have to create a new database with no demonstration data. That's the best way. If you have data on the other database then do the same, create a new database and copy the rows that you need to the old database.

NEVER EVER touch the database with pgAdmin if you don't know what you are doing. There are loads of relations between tables that can be affected.

Аватар
Отменить
Лучший ответ

I think you would rather re-create the database from scratch, creating a new database is faster than rebuilding everything you deleted.

Or you can restore the backup

Аватар
Отменить
Related Posts Ответы Просмотры Активность
2
окт. 23
5774
3
сент. 23
2616
0
мая 23
2600
1
мая 23
2083
1
апр. 23
1891